summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* combox/events.py: now the silo.db is purged after every test method in Events...Siddharth Ravikumar2015-02-191-7/+2
* tests/events_test.py: defined teardown method in TestEvents class.Siddharth Ravikumar2015-02-191-1/+7
* tests/utils.py: modded `rm_nodedirs' and defined new function 'purge_nodedirs'Siddharth Ravikumar2015-02-191-2/+10
* combox/crypto.py: corrected typo in docstring of decrypt_and_glue function.Siddharth Ravikumar2015-02-191-1/+1
* Defined new function in combox.file.cb_pathSiddharth Ravikumar2015-02-192-0/+20
* tests/file_test.py: in test_relativepath method path.join is used to construc...Siddharth Ravikumar2015-02-191-3/+2
* modded combox.file.relative_path function.Siddharth Ravikumar2015-02-192-7/+34
* updated .gitignoreSiddharth Ravikumar2015-02-181-5/+1
* All the test classes now call rm_configdir() in their teardown method.Siddharth Ravikumar2015-02-185-5/+11
* tests/utils.py: added rm_configdir functionSiddharth Ravikumar2015-02-181-0/+10
* All the tests now remove the node directories (tests/shard-dir-0 & tests/shar...Siddharth Ravikumar2015-02-137-5/+12
* tests/utils.py: added new function rm_nodedirs.Siddharth Ravikumar2015-02-131-1/+12
* tests/crypto_test.py & tests/file_test.py - corrected typos in doctstrings.Siddharth Ravikumar2015-02-132-2/+2
* tests/config_test.py: config.yaml file is purged after all the tests.Siddharth Ravikumar2015-02-131-5/+3
* removed tests/test-config/config.yaml - no longer needed.Siddharth Ravikumar2015-02-131-13/+0
* tests/silo_test.py: re-wrote it.Siddharth Ravikumar2015-02-131-45/+58
* tests/events_test.py: now teardown purges the shards of TEST_FILESiddharth Ravikumar2015-02-131-0/+2
* tests/events_test.py: corrected typo in docstring.Siddharth Ravikumar2015-02-131-1/+1
* tests/events_test.py: re-wrote itSiddharth Ravikumar2015-02-121-237/+187
* tests/utils.py: copied the utility functions in tests/events_test.py to this ...Siddharth Ravikumar2015-02-121-2/+81
* tests/crypto_test.py: re-wrote it.Siddharth Ravikumar2015-02-121-56/+68
* tests/file_test.py: re-wrote it.Siddharth Ravikumar2015-02-111-48/+54
* tests/utils.py: removed extraneous import thingies.Siddharth Ravikumar2015-02-091-1/+1
* tests/config_test.py: re-wrote it.Siddharth Ravikumar2015-02-091-24/+27
* tests/utils.py: contains utility functions, etc that will be used in test mod...Siddharth Ravikumar2015-02-091-0/+57
* combox/config.py: added a new arg `write' (boolean) to cb_config function.Siddharth Ravikumar2015-02-091-5/+8
* [bugfix]: combox/config.py - when empty string is given for 'silo_dir'; it se...Siddharth Ravikumar2015-02-081-2/+4
* setup.py: added 'console_scripts' under 'entry_points'Siddharth Ravikumar2015-02-051-0/+3
* combox/events.py: Under ComboxDIrMonitor, set logging's level to INFO.Siddharth Ravikumar2015-02-051-0/+4
* combox/cbox.py: put the code under __main__ into a new function called 'main()'Siddharth Ravikumar2015-02-051-2/+8
* [bugfix] combox/cbox.py: Forgot to rename ComboxEventHandler -> ComboxDirMoni...Siddharth Ravikumar2015-02-051-2/+2
* combox/events.py: In ComboxDirMonitor class, housekeep() is called from the _...Siddharth Ravikumar2015-01-281-0/+2
* combox/events.py: ComboxDirMonitor now inherits LoggingEventHandler instead o...Siddharth Ravikumar2015-01-281-19/+4
* tests/events_test.py: wrote test for 'file modification' under test_housekeep()Siddharth Ravikumar2015-01-281-0/+28
* combox/events.py - Wrote first version of housingkeep() method for ComboxDirM...Siddharth Ravikumar2015-01-272-1/+75
* [bug fix] combox/file.py: rm_shards function checks if a shard exists before ...Siddharth Ravikumar2015-01-271-1/+7
* tests/events_test.py: renamed test_CEH() -> test_CDM()Siddharth Ravikumar2015-01-271-1/+1
* combox/silo.py: new method `keys()' in ComboxSilo class.Siddharth Ravikumar2015-01-271-1/+7
* README.md: added `-s' option to nosetests command.Siddharth Ravikumar2015-01-271-1/+1
* README.md: updated combox description.Siddharth Ravikumar2015-01-271-2/+2
* combox/events.py: now when files are -- created, moved, removed, modified -- ...Siddharth Ravikumar2015-01-212-11/+38
* tests/events_test.py: re-arranged the import statements.Siddharth Ravikumar2015-01-211-3/+5
* updated README.md - modded license sectionSiddharth Ravikumar2015-01-211-5/+5
* new module: combox/silo.pySiddharth Ravikumar2015-01-212-0/+186
* updated setup.pySiddharth Ravikumar2015-01-211-2/+3
* updated README.mdSiddharth Ravikumar2015-01-211-2/+7
* updated .gitignoreSiddharth Ravikumar2015-01-211-1/+2
* deleted: etc/storage.yaml - Going to be using PickleDB for storing info about...Siddharth Ravikumar2015-01-211-13/+0
* combox/file.py: defined hash_file function.Siddharth Ravikumar2015-01-212-1/+26
* README.md: add license information for combox logo.Siddharth Ravikumar2015-01-211-3/+8