index
:
combox
dev
master
split and encrypted files between online file storage providers
siddharth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
events_test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright changed.
Siddharth Ravikumar
2016-03-01
1
-1
/
+1
*
tests/events_test.py: docstring fix.
Siddharth Ravikumar
2016-01-11
1
-2
/
+2
*
authors -> contributors.
Siddharth Ravikumar
2015-12-22
1
-1
/
+1
*
.py files coding set to utf-8.
Siddharth Ravikumar
2015-12-22
1
-0
/
+2
*
Now ComboxDirMonitor uses Lock. Addresses bug#11.
Siddharth Ravikumar
2015-11-19
1
-18
/
+18
*
Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ...
rsiddharth
2015-11-08
1
-19
/
+20
*
[bug fix] fix for :b#2:
Siddharth Ravikumar
2015-09-29
1
-1
/
+14
*
ests.events_test: updated TestEvents's teardown_class method.
Siddharth Ravikumar
2015-09-06
1
-2
/
+2
*
Wrote a fix for Google Drive client behavior for file modification.
Siddharth Ravikumar
2015-09-06
1
-6
/
+98
*
Updated combox.events.NodeDirMonitor.housekeep's 're-construct file' function...
Siddharth Ravikumar
2015-05-01
1
-0
/
+30
*
Updated combox.events.NodeDirMonitor.housekeep's delete functionality.
Siddharth Ravikumar
2015-04-30
1
-2
/
+29
*
rewrote combox.events.NodeDirMonitor.on_moved method.
Siddharth Ravikumar
2015-04-22
1
-11
/
+31
*
rewrote combox.events.NodeDirMonitor.on_deleted method.
Siddharth Ravikumar
2015-04-15
1
-0
/
+55
*
rewrote combox.events.NodeDirMonitor.on_modified method.
Siddharth Ravikumar
2015-04-08
1
-0
/
+58
*
After a file which was created a in a remote computer is reconstructed in thi...
Siddharth Ravikumar
2015-04-08
1
-1
/
+6
*
added test file to purge list in tests.events_test.TestEvents.test_NDM_oncreated
Siddharth Ravikumar
2015-04-08
1
-0
/
+3
*
Added test for directory creation in tests.events_test.TestEvents.test_NDM_on...
Siddharth Ravikumar
2015-04-08
1
-15
/
+15
*
renamed method test_NDM_oncreate -> test_NDM_oncreated in tests.event_test.Te...
Siddharth Ravikumar
2015-04-08
1
-2
/
+2
*
modded teardown method in tests.events_test.TestEvents.
Siddharth Ravikumar
2015-04-03
1
-6
/
+2
*
[golden commit]: rewrote combox.events.NodeDirMonitor.on_created method.
Siddharth Ravikumar
2015-04-01
1
-8
/
+59
*
new variable at NodeDirMonitor -- `num_nodes'
Siddharth Ravikumar
2015-04-01
1
-0
/
+9
*
refactored the way locks work in combox.siloComboxSilo.
Siddharth Ravikumar
2015-04-01
1
-31
/
+33
*
fleshed out combox.events.NodDirMonitor.housekeep method.
Siddharth Ravikumar
2015-03-26
1
-2
/
+71
*
In tests, the code that purges the files/directories in `purge_list' is now a...
Siddharth Ravikumar
2015-03-19
1
-7
/
+2
*
fleshed out the on_move method in combox.events.NodeDirMonitor
Siddharth Ravikumar
2015-03-18
1
-2
/
+61
*
tests/events_test.py: paths in `purge_list' is purged after executing each te...
Siddharth Ravikumar
2015-03-18
1
-7
/
+8
*
Added `shardp' method to combox.events.NodeDirMonitor + test for it.
Siddharth Ravikumar
2015-03-13
1
-0
/
+10
*
all the sleep calls are 1 sec long in tests.events_test
Siddharth Ravikumar
2015-03-04
1
-5
/
+5
*
fleshed out the on_delete method in combox.events.NodeDirMonitor
Siddharth Ravikumar
2015-03-04
1
-2
/
+15
*
fleshed out the NodeDirMonitor's on_modified method + wrote tests for it.
Siddharth Ravikumar
2015-02-26
1
-0
/
+34
*
New combox.events.NodeDirMonitor class defined.
Siddharth Ravikumar
2015-02-20
1
-6
/
+58
*
modded tests/events_test.TestEvents.teardown method
Siddharth Ravikumar
2015-02-20
1
-1
/
+3
*
combox/events.py: now the silo.db is purged after every test method in Events...
Siddharth Ravikumar
2015-02-19
1
-7
/
+2
*
tests/events_test.py: defined teardown method in TestEvents class.
Siddharth Ravikumar
2015-02-19
1
-1
/
+7
*
All the test classes now call rm_configdir() in their teardown method.
Siddharth Ravikumar
2015-02-18
1
-1
/
+2
*
All the tests now remove the node directories (tests/shard-dir-0 & tests/shar...
Siddharth Ravikumar
2015-02-13
1
-1
/
+3
*
tests/events_test.py: now teardown purges the shards of TEST_FILE
Siddharth Ravikumar
2015-02-13
1
-0
/
+2
*
tests/events_test.py: corrected typo in docstring.
Siddharth Ravikumar
2015-02-13
1
-1
/
+1
*
tests/events_test.py: re-wrote it
Siddharth Ravikumar
2015-02-12
1
-237
/
+187
*
tests/events_test.py: wrote test for 'file modification' under test_housekeep()
Siddharth Ravikumar
2015-01-28
1
-0
/
+28
*
combox/events.py - Wrote first version of housingkeep() method for ComboxDirM...
Siddharth Ravikumar
2015-01-27
1
-1
/
+23
*
tests/events_test.py: renamed test_CEH() -> test_CDM()
Siddharth Ravikumar
2015-01-27
1
-1
/
+1
*
combox/events.py: now when files are -- created, moved, removed, modified -- ...
Siddharth Ravikumar
2015-01-21
1
-5
/
+27
*
tests/events_test.py: re-arranged the import statements.
Siddharth Ravikumar
2015-01-21
1
-3
/
+5
*
Renamed ComboxEventHandler (class) -> ComboxDirMonitor
Siddharth Ravikumar
2015-01-21
1
-4
/
+4
*
fleshed out the on_modified function in the ComboxEventHandler class + wrote ...
Siddharth Ravikumar
2015-01-20
1
-1
/
+35
*
tests/events_test.py: fixed the path_deletedp function.
Siddharth Ravikumar
2015-01-20
1
-5
/
+4
*
updated copright year.
Siddharth Ravikumar
2015-01-20
1
-1
/
+1
*
tests/events_test.py: wrote test for file/directory rename under combox direc...
Siddharth Ravikumar
2015-01-16
1
-0
/
+37
*
tests/events_test.py: wrote test for file/directory deletion in combox direct...
Siddharth Ravikumar
2015-01-15
1
-4
/
+35
[next]