summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Copyright changed.Siddharth Ravikumar2016-03-017-7/+7
* tests/events_test.py: docstring fix.Siddharth Ravikumar2016-01-111-2/+2
* authors -> contributors.Siddharth Ravikumar2015-12-227-7/+7
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-227-0/+14
* Added combox._version module.Siddharth Ravikumar2015-12-211-0/+37
* Now ComboxDirMonitor uses Lock. Addresses bug#11.Siddharth Ravikumar2015-11-191-18/+18
* Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ...rsiddharth2015-11-081-19/+20
* [bug fix] fix for :b#2:Siddharth Ravikumar2015-09-292-1/+26
* tests/silo_test: updated test_csilo_noderem test.Siddharth Ravikumar2015-09-121-1/+1
* Introduced `node_store_moved_info' method in combox.silo.ComboxSilo class.Siddharth Ravikumar2015-09-121-1/+13
* ests.events_test: updated TestEvents's teardown_class method.Siddharth Ravikumar2015-09-061-2/+2
* Wrote a fix for Google Drive client behavior for file modification.Siddharth Ravikumar2015-09-061-6/+98
* added new function file.no_of_shards + tests.Siddharth Ravikumar2015-08-251-0/+30
* combox.config: silo directory is expanded to its abs. path when no silo direc...Siddharth Ravikumar2015-08-241-1/+1
* Updated combox.events.NodeDirMonitor.housekeep's 're-construct file' function...Siddharth Ravikumar2015-05-011-0/+30
* Updated combox.events.NodeDirMonitor.housekeep's delete functionality.Siddharth Ravikumar2015-04-301-2/+29
* combox.silo.ComboxSilo.node_set: added an optional parameter called `num'.Siddharth Ravikumar2015-04-291-0/+15
* rewrote combox.events.NodeDirMonitor.on_moved method.Siddharth Ravikumar2015-04-221-11/+31
* rewrote combox.events.NodeDirMonitor.on_deleted method.Siddharth Ravikumar2015-04-151-0/+55
* rewrote combox.events.NodeDirMonitor.on_modified method.Siddharth Ravikumar2015-04-081-0/+58
* After a file which was created a in a remote computer is reconstructed in thi...Siddharth Ravikumar2015-04-081-1/+6
* new method combox.silo.ComboxSilo.node_remSiddharth Ravikumar2015-04-081-0/+15
* added test file to purge list in tests.events_test.TestEvents.test_NDM_oncreatedSiddharth Ravikumar2015-04-081-0/+3
* Added test for directory creation in tests.events_test.TestEvents.test_NDM_on...Siddharth Ravikumar2015-04-081-15/+15
* renamed method test_NDM_oncreate -> test_NDM_oncreated in tests.event_test.Te...Siddharth Ravikumar2015-04-081-2/+2
* modded teardown method in tests.events_test.TestEvents.Siddharth Ravikumar2015-04-031-6/+2
* [golden commit]: rewrote combox.events.NodeDirMonitor.on_created method.Siddharth Ravikumar2015-04-011-8/+59
* updated combox.file.relative_path.Siddharth Ravikumar2015-04-011-2/+10
* new variable at NodeDirMonitor -- `num_nodes'Siddharth Ravikumar2015-04-011-0/+9
* renamed dict names in combox.silo.ComboxSilo from shard_* -> file_*Siddharth Ravikumar2015-04-011-51/+51
* refactored the way locks work in combox.siloComboxSilo.Siddharth Ravikumar2015-04-012-40/+44
* new methods in combox.silo.ComboxSilo -- node_get, node_set. noddicts.Siddharth Ravikumar2015-03-311-0/+110
* fleshed out combox.events.NodDirMonitor.housekeep method.Siddharth Ravikumar2015-03-261-2/+71
* new function combox.file.node_paths: returns the abs. path of shards/director...Siddharth Ravikumar2015-03-191-0/+29
* In tests, the code that purges the files/directories in `purge_list' is now a...Siddharth Ravikumar2015-03-193-15/+18
* fleshed out the on_move method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-181-2/+61
* tests/events_test.py: paths in `purge_list' is purged after executing each te...Siddharth Ravikumar2015-03-181-7/+8
* Added `shardp' method to combox.events.NodeDirMonitor + test for it.Siddharth Ravikumar2015-03-131-0/+10
* modded combox.file.node_path function.Siddharth Ravikumar2015-03-061-2/+4
* all the sleep calls are 1 sec long in tests.events_testSiddharth Ravikumar2015-03-041-5/+5
* fleshed out the on_delete method in combox.events.NodeDirMonitorSiddharth Ravikumar2015-03-041-2/+15
* renamed combox.file.rm_dir -> combox.file.rm_pathSiddharth Ravikumar2015-03-041-3/+11
* new function combox.file.mk_dirSiddharth Ravikumar2015-03-041-0/+22
* new function combox.file.rm_dirSiddharth Ravikumar2015-03-041-0/+10
* fleshed out the NodeDirMonitor's on_modified method + wrote tests for it.Siddharth Ravikumar2015-02-261-0/+34
* updated tests.utils.shardedp - nows additionally checks if shard exists.Siddharth Ravikumar2015-02-261-1/+1
* modded combox.file.hash_file function -- added new arg `file_content'Siddharth Ravikumar2015-02-261-2/+4
* updated combox.silo.ComboxSilo.stale method - added new arg fhashSiddharth Ravikumar2015-02-261-1/+2
* updated tests.crypto_test.TestCrypto.test_convenience_cryptoSiddharth Ravikumar2015-02-261-1/+5
* tests/file_test.py: corrected typo in the docstring of test_cbpath method.Siddharth Ravikumar2015-02-251-1/+1