Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fleshed out the on_modified function in the ComboxEventHandler class + wrote ↵ | Siddharth Ravikumar | 2015-01-20 | 4 | -1/+98 | |
| | | | | | | | | | tests for it. modified: combox/events.py modified: tests/events_test.py new file: tests/files/ipsum.txt new file: tests/files/lorem.txt | |||||
* | 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 | 9 | -9/+9 | |
| | | | | | | | | | | | | modified: combox/cbox.py modified: combox/config.py modified: combox/crypto.py modified: combox/events.py modified: combox/file.py modified: tests/config_test.py modified: tests/crypto_test.py modified: tests/events_test.py modified: tests/file_test.py | |||||
* | updated graphics/logo/combox-logo.svg | Siddharth Ravikumar | 2015-01-19 | 1 | -67/+64 | |
| | ||||||
* | added combox/cbox.py: pretty rough. | Siddharth Ravikumar | 2015-01-16 | 1 | -0/+82 | |
| | | | | contains function that runs combox. | |||||
* | tests/events_test.py: wrote test for file/directory rename under combox ↵ | Siddharth Ravikumar | 2015-01-16 | 1 | -0/+37 | |
| | | | | directory. | |||||
* | [bug fix] combox/file.py: fixed bug in move_shards function | Siddharth Ravikumar | 2015-01-16 | 1 | -0/+5 | |
| | | | | | the fix: the shards don't have to be renamed when the directory under which they're located is renamed/moved. | |||||
* | tests/events_test.py: wrote test for file/directory deletion in combox ↵ | Siddharth Ravikumar | 2015-01-15 | 1 | -4/+35 | |
| | | | | directory. | |||||
* | combox/events.py: fleshed out on_moved, on_deleted functions. | Siddharth Ravikumar | 2015-01-15 | 1 | -2/+24 | |
| | | | | The functions are not yet fully complete (See TODO in each function). | |||||
* | tests/events_test.py: wrote code to test whether files created in a nested ↵ | Siddharth Ravikumar | 2015-01-15 | 1 | -5/+17 | |
| | | | | directory properly are split properly to node dirs. | |||||
* | combox/file.py: wrote new utility functions. | Siddharth Ravikumar | 2015-01-15 | 1 | -0/+99 | |
| | | | | | | | - rm_nodedir - move_nodedir - rm_shards - move_shards | |||||
* | combox/config.py: node directories are created if they're not already created. | Siddharth Ravikumar | 2015-01-15 | 1 | -0/+4 | |
| | ||||||
* | updated graphics/logo/combox-logo.svg | Siddharth Ravikumar | 2015-01-14 | 1 | -39/+82 | |
| | ||||||
* | added graphics/logo/combox-logo.svg | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+118 | |
| | ||||||
* | updated .gitignore | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+1 | |
| | ||||||
* | added tests/events_test.py: tests the ComboxEventHandler thing. | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+103 | |
| | ||||||
* | combox/events.py: contains the ComboxEventHandler which monitors and does ↵ | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+78 | |
| | | | | the combox thing. | |||||
* | combox/crypto.py: relative_path function is used to get the file/directory's ↵ | Siddharth Ravikumar | 2015-01-14 | 1 | -4/+9 | |
| | | | | basename. | |||||
* | combox/file.py: new functions defined. | Siddharth Ravikumar | 2015-01-14 | 1 | -6/+53 | |
| | | | | | | relative_path: returns relative path of directory or file w. r. t combox directory. mk_nodedir: creates a directory inside all node directories purge_dir: (1) purges a file or (2) purges everything inside a directory (except itself). | |||||
* | combox/config.py: all directories that are written to YAML now have absolute ↵ | Siddharth Ravikumar | 2015-01-14 | 1 | -5/+5 | |
| | | | | path. | |||||
* | updated tests/test-config/config.yaml | Siddharth Ravikumar | 2015-01-14 | 1 | -3/+3 | |
| | ||||||
* | updated README.md | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+3 | |
| | ||||||
* | renamed: README -> README.md | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+0 | |
| | ||||||
* | updated README: added back the 'mode' thingy. | Siddharth Ravikumar | 2015-01-14 | 1 | -0/+2 | |
| | ||||||
* | updated README | Siddharth Ravikumar | 2015-01-14 | 1 | -2/+0 | |
| | ||||||
* | combox/crypto.py: removed a `.' that somehow crept into the file at the ↵ | Siddharth Ravikumar | 2015-01-13 | 1 | -1/+0 | |
| | | | | bottom :< | |||||
* | tests/crypto_test.py: added new test function to test split_and_encrypt and ↵ | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+21 | |
| | | | | decrypt_and_glue functions. | |||||
* | updated .gitignore | Siddharth Ravikumar | 2015-01-13 | 1 | -1/+2 | |
| | ||||||
* | tests/crypto_test.py: uses new test file. | Siddharth Ravikumar | 2015-01-13 | 3 | -2/+1 | |
| | ||||||
* | tests/crypto_test.py: uses get_nodedirs function to fetch list of node ↵ | Siddharth Ravikumar | 2015-01-13 | 1 | -3/+5 | |
| | | | | directories. | |||||
* | tests/file_test.py: uses get_nodedirs function to fetch list of node ↵ | Siddharth Ravikumar | 2015-01-13 | 1 | -1/+2 | |
| | | | | directories. | |||||
* | tests/config_test.py: modified test config info. | Siddharth Ravikumar | 2015-01-13 | 1 | -8/+8 | |
| | ||||||
* | combox/file.py: added mk_nodedir function. | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+13 | |
| | ||||||
* | combox/crypto.py: wrote split_and_encrypt & decrypt_and_glue functions | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+61 | |
| | ||||||
* | combox/config.py: added get_nodedirs function. | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+16 | |
| | ||||||
* | combox/config.py: the config functions does its job irrespective of whether ↵ | Siddharth Ravikumar | 2015-01-13 | 1 | -21/+19 | |
| | | | | combox was configure before or not. | |||||
* | updated tests/test-config/config.yaml | Siddharth Ravikumar | 2015-01-13 | 1 | -4/+4 | |
| | ||||||
* | updated tests/crypto_test.py: password read from config file. | Siddharth Ravikumar | 2015-01-13 | 1 | -9/+6 | |
| | ||||||
* | updated README | Siddharth Ravikumar | 2015-01-13 | 1 | -10/+17 | |
| | ||||||
* | rewrote the read_shards() and write_shards() function in combox/file.py. | Siddharth Ravikumar | 2015-01-13 | 3 | -34/+60 | |
| | | | | | | | | | Tests were accordingly modded and now use the test config.yaml to split and write shards to dirs. modified: combox/file.py modified: tests/crypto_test.py modified: tests/file_test.py | |||||
* | updated.gitignore | Siddharth Ravikumar | 2015-01-13 | 1 | -0/+1 | |
| | ||||||
* | added new directories and test combox config under tests/ | Siddharth Ravikumar | 2015-01-13 | 3 | -0/+11 | |
| | | | | | | | | These *will* be used in the tests. new file: tests/shard-dir-0/.foo new file: tests/shard-dir-1/.foo new file: tests/test-config/config.yaml | |||||
* | updated .gitignore | Siddharth Ravikumar | 2015-01-12 | 1 | -0/+3 | |
| | ||||||
* | updated setup.py: add platform and license info. | Siddharth Ravikumar | 2015-01-12 | 1 | -0/+2 | |
| | ||||||
* | Added `nose' for combox/config.py, combox/crypto.py, combox/file.py | Siddharth Ravikumar | 2015-01-12 | 3 | -0/+209 | |
| | | | | | | new file: tests/config_test.py new file: tests/crypto_test.py new file: tests/file_test.py | |||||
* | deleted old test files in tests/ | Siddharth Ravikumar | 2015-01-12 | 4 | -151/+0 | |
| | | | | | | | deleted: tests/combox_tests.py deleted: tests/test_config.py deleted: tests/test_crypto.py deleted: tests/test_file.py | |||||
* | modified: combox/config.py - input is read through a function instead of ↵ | Siddharth Ravikumar | 2015-01-12 | 1 | -9/+22 | |
| | | | | using raw_input directly | |||||
* | Added back ol' test files. | Siddharth Ravikumar | 2015-01-12 | 4 | -0/+121 | |
| | | | | | | | new file: tests/files/the-red-star.jpg new file: tests/test_config.py new file: tests/test_crypto.py new file: tests/test_file.py | |||||
* | deleted: combox/combox.py | Siddharth Ravikumar | 2015-01-12 | 1 | -243/+0 | |
| | ||||||
* | added back combox/config.py and combox/crypto.py | Siddharth Ravikumar | 2015-01-12 | 2 | -0/+166 | |
| |