0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The Earth SVN repository has moved More... about 17 years ago
Started optimizing per-file breadcrumb trail in flat file view; started implementing treemap view More... about 17 years ago
Bugfix for filtering by username/UID More... about 17 years ago
Use database in file_monitor before spawning heartbeat thread to work around thread safety issues in the native PostgreSQL driver (or possibly RoR itself) More... about 17 years ago
Refactored faster_nested_set to never use in-memory left/right values; same for directory.rb More... about 17 years ago
Optimized and bugfixed initial directory scan in daemon; added -i flag to daemon for exiting after the initial scan; added test for graph_helper; improved CSS stylesheet; added count column to cached_sizes table; added path column to files table; replaced three demo filters by one for TIFF files; added method for consistency checking to faster_nested_set. More... about 17 years ago
Acccidently committed a change which is undone here More... about 17 years ago
Now can edit the heartbeat interval as well More... about 17 years ago
Now can view the last_update_finish_time and the heartbeat information in the /servers admin interface More... about 17 years ago
Got rid of a bunch of the methods that we're not using on the controller More... about 17 years ago
Added really noddy admin interface for daemon update interval More... about 17 years ago
Update time of the daemon is now stored in the database More... about 17 years ago
Oops. I was leaving a lot of processes lying around by not closing this properly. More... about 17 years ago
Updated text of warning message More... about 17 years ago
Added warning to GUI if the heartbeat hasn't been seen in a while More... about 17 years ago
Added heartbeat to daemon (defaults to 5 minutes) More... about 17 years ago
Commented out test that wasn't testing anything More... about 17 years ago
Added template for flat view More... about 17 years ago
Added database migration scripts More... about 17 years ago
Refactored GraphHelper; added path column to directories table; renamed columns in cached_sizes table; added flat file view; improved CSS stylesheet; added a few tests More... about 17 years ago
Changed daemon default update time to 5 minutes More... about 17 years ago
Now shows the global revision number of the whole application rather than just the revision number of the layout file. Closed ticket #95. More... about 17 years ago
Reversed the order that directories are iterated over. Should partially fix ticket #104. More... about 17 years ago
Fixed a regression in file monitor More... about 17 years ago
Fixed a regression in GraphController More... about 17 years ago
Added incomplete unit tests and extended existing tests which increases code coverage to 86%; added mock LDAP server; added rake task 'test:coverage' for running rcov on all tests More... about 17 years ago
Fixed server graph display; refactored ETA in daemon and added ETA for initial directory commit; better performance for initial directory commit More... about 17 years ago
Fix graph navigation More... about 17 years ago
Optimize database access in graph; prevent filtering parameters from getting lost when navigating the graph More... about 17 years ago
Avoid clipped edges in graph; use different colors for directory and file names More... about 17 years ago