0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
r1059: Simplified SQL query by using a new method that we just extracted More... over 17 years ago
r1058: In find_subdirectories_at_level replace db lookup with walking tree in memory More... over 17 years ago
r1057: Added unit test for Directory#find_subdirectories_at_level More... over 17 years ago
r1056: Extracted methods More... over 17 years ago
r1055: Removed unused fixture More... over 17 years ago
r1054: Added empty migration to plug a hole More... over 17 years ago
r1053: Add path getter to files model; make all timestamps in database UTC; addresses #158 More... over 17 years ago
r1052: Added migration for removing path column from files table; changed file_monitor so that path column is no longer set when new files are created More... over 17 years ago
r1051: Added a small text under the warning the user gets when a daemon has crashed or stopped telling them how old the data they are looking at is. More... over 17 years ago
r1050: Changed default source_encoding to UTF-8 since "char" doesn't seem to exist everywhere. Must investigate this further. More... over 17 years ago
r1049: Put quoting code where entries from the filesystem come in in FileMonitor More... over 17 years ago
r1048: Added source_encoding option (which defaults to char) More... over 17 years ago
r1047: Quote bad UTF8 and backslashes More... over 17 years ago
r1046: Very simple start for quoting code More... over 17 years ago
r1045: Added a couple of very naive tests for UTF8 encoding. Doesn't fix any problems just shows the issues. More... over 17 years ago
r1044: One commit worst than the other. Now I had removed the sorting. ARGH. More... over 17 years ago
r1043: Duh! My last commit was completely useless. I didn't change the part where I compare against what I get from the DB. Little kludge for now. More... over 17 years ago
r1042: Sorting the directories as received from the DB call Directory.find by their path in an array and using that to compare to what we built in the array. This works on Mac OS X, need to commit to test on Linux More... over 17 years ago
r1041: Extracted method from file_monitor that belonged in Directory class. Now, all caching code is in directory where it belongs. Also, inlined method in file_monitor More... over 17 years ago
r1040: More size refactoring. Inlined method More... over 17 years ago
r1039: More size refactoring. Removed three methods from Server model More... over 17 years ago
r1038: Continuing with size refactoring More... over 17 years ago
r1037: Using new Size class instead of bytes, blocks and count More... over 17 years ago
r1036: Commented it out so that it doesn't break other people's stuff More... over 17 years ago
r1035: Some debugging code to test this on a Linux box More... over 17 years ago
r1034: Using Kernel.rand instead of issuing a 'dd'. More... over 17 years ago
r1033: 1st attempt at changing the 'dd' that's used in the test to using Kernel.rand to gain performance on this under Linux More... over 17 years ago
r1032: Inlined method More... over 17 years ago
r1031: Now caches bytes, blocks and count at the same time. More room for refactoring More... over 17 years ago
r1030: Fixed up problems with reversing migrations. Now can happily migrate between any version without any problem. More... over 17 years ago