| Commit message (Expand) | Author | Age | Files | Lines |
* | tests/silo_test: updated test_csilo_noderem test. | Siddharth Ravikumar | 2015-09-12 | 1 | -1/+1 |
* | Introduced `node_store_moved_info' method in combox.silo.ComboxSilo class. | Siddharth Ravikumar | 2015-09-12 | 1 | -1/+13 |
* | 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 |
* | added new function file.no_of_shards + tests. | Siddharth Ravikumar | 2015-08-25 | 1 | -0/+30 |
* | combox.config: silo directory is expanded to its abs. path when no silo direc... | Siddharth Ravikumar | 2015-08-24 | 1 | -1/+1 |
* | 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 |
* | combox.silo.ComboxSilo.node_set: added an optional parameter called `num'. | Siddharth Ravikumar | 2015-04-29 | 1 | -0/+15 |
* | 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 |
* | new method combox.silo.ComboxSilo.node_rem | Siddharth Ravikumar | 2015-04-08 | 1 | -0/+15 |
* | 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 |
* | updated combox.file.relative_path. | Siddharth Ravikumar | 2015-04-01 | 1 | -2/+10 |
* | new variable at NodeDirMonitor -- `num_nodes' | Siddharth Ravikumar | 2015-04-01 | 1 | -0/+9 |
* | renamed dict names in combox.silo.ComboxSilo from shard_* -> file_* | Siddharth Ravikumar | 2015-04-01 | 1 | -51/+51 |
* | refactored the way locks work in combox.siloComboxSilo. | Siddharth Ravikumar | 2015-04-01 | 2 | -40/+44 |
* | new methods in combox.silo.ComboxSilo -- node_get, node_set. noddicts. | Siddharth Ravikumar | 2015-03-31 | 1 | -0/+110 |
* | fleshed out combox.events.NodDirMonitor.housekeep method. | Siddharth Ravikumar | 2015-03-26 | 1 | -2/+71 |
* | new function combox.file.node_paths: returns the abs. path of shards/director... | Siddharth Ravikumar | 2015-03-19 | 1 | -0/+29 |
* | In tests, the code that purges the files/directories in `purge_list' is now a... | Siddharth Ravikumar | 2015-03-19 | 3 | -15/+18 |
* | 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 |
* | modded combox.file.node_path function. | Siddharth Ravikumar | 2015-03-06 | 1 | -2/+4 |
* | 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 |
* | renamed combox.file.rm_dir -> combox.file.rm_path | Siddharth Ravikumar | 2015-03-04 | 1 | -3/+11 |
* | new function combox.file.mk_dir | Siddharth Ravikumar | 2015-03-04 | 1 | -0/+22 |
* | new function combox.file.rm_dir | Siddharth Ravikumar | 2015-03-04 | 1 | -0/+10 |
* | fleshed out the NodeDirMonitor's on_modified method + wrote tests for it. | Siddharth Ravikumar | 2015-02-26 | 1 | -0/+34 |
* | updated tests.utils.shardedp - nows additionally checks if shard exists. | Siddharth Ravikumar | 2015-02-26 | 1 | -1/+1 |
* | modded combox.file.hash_file function -- added new arg `file_content' | Siddharth Ravikumar | 2015-02-26 | 1 | -2/+4 |
* | updated combox.silo.ComboxSilo.stale method - added new arg fhash | Siddharth Ravikumar | 2015-02-26 | 1 | -1/+2 |
* | updated tests.crypto_test.TestCrypto.test_convenience_crypto | Siddharth Ravikumar | 2015-02-26 | 1 | -1/+5 |
* | tests/file_test.py: corrected typo in the docstring of test_cbpath method. | Siddharth Ravikumar | 2015-02-25 | 1 | -1/+1 |
* | new function combox.file.node_path. | Siddharth Ravikumar | 2015-02-25 | 1 | -0/+19 |
* | 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 |
* | Refactored combox.file.cb_path to accept a file or a directory under a node d... | Siddharth Ravikumar | 2015-02-20 | 1 | -1/+8 |
* | 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 |
* | tests/utils.py: modded `rm_nodedirs' and defined new function 'purge_nodedirs' | Siddharth Ravikumar | 2015-02-19 | 1 | -2/+10 |
* | Defined new function in combox.file.cb_path | Siddharth Ravikumar | 2015-02-19 | 1 | -0/+10 |