Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated README.md | Siddharth Ravikumar | 2015-11-13 | 1 | -0/+12 |
| | |||||
* | TODO.org: marked bug#10 to done. | Siddharth Ravikumar | 2015-11-13 | 1 | -1/+2 |
| | |||||
* | Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ↵ | rsiddharth | 2015-11-08 | 3 | -22/+95 |
| | | | | | | ChangeLog. Changes related to bug#10. | ||||
* | updated ChangeLog | Siddharth Ravikumar | 2015-11-03 | 1 | -0/+9 |
| | |||||
* | combox/file.py: modded write_file. | Siddharth Ravikumar | 2015-11-02 | 1 | -1/+1 |
| | | | | File writes are now buffered. Addresses bug#10. | ||||
* | TODO.org: marked "change combox.cbox to initialize a node monitor for each ↵ | Siddharth Ravikumar | 2015-11-02 | 1 | -1/+5 |
| | | | | node directory" to DONE. | ||||
* | TODO.org: file bug #10 - large files not getting written properly in combox ↵ | Siddharth Ravikumar | 2015-11-02 | 1 | -0/+3 |
| | | | | directory. | ||||
* | bumped to v0.1.2v0.1.2 | Siddharth Ravikumar | 2015-10-20 | 2 | -1/+5 |
| | | | | | modified: ChangeLog modified: setup.py | ||||
* | setup.py: updated `url' and `download_url`. | Siddharth Ravikumar | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | README.md: updated git url in `setup combox` section. | Siddharth Ravikumar | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | README.md: changed canonical repo url. | Siddharth Ravikumar | 2015-10-18 | 1 | -1/+1 |
| | | | | Canonical repo is now at git://ricketyspace.net/combox.git | ||||
* | combox now uses python's logging module instead of `print` to stdout ↵ | Siddharth Ravikumar | 2015-10-17 | 5 | -47/+76 |
| | | | | | | | | | | information/errors. modified: ChangeLog modified: combox/cbox.py modified: combox/events.py modified: combox/file.py modified: combox/log.py | ||||
* | refactored read_file function combox.file module. | Siddharth Ravikumar | 2015-10-16 | 1 | -7/+4 |
| | | | | Thanks https://stackoverflow.com/questions/8009882/how-to-read-large-file-line-by-line-in-python | ||||
* | Fxed bug #9. | Siddharth Ravikumar | 2015-10-16 | 2 | -2/+9 |
| | | | | | | | | Now the read_file and write_file functions in combox.file module close the file objects before returning. modified: TODO.org modified: combox/file.py | ||||
* | Filed bug #9 | Siddharth Ravikumar | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | combox/crypto.py: the split_and_encrypt function is timed now. | Siddharth Ravikumar | 2015-10-15 | 1 | -0/+9 |
| | |||||
* | added combox/log.py: module for combox to log stuff. | Siddharth Ravikumar | 2015-10-15 | 1 | -0/+28 |
| | |||||
* | updated .gitignore | Siddharth Ravikumar | 2015-10-09 | 1 | -1/+4 |
| | |||||
* | updated setup.pyv0.1.1 | Siddharth Ravikumar | 2015-10-02 | 1 | -3/+1 |
| | |||||
* | combox/events.py: fixed tmp_file method. | Siddharth Ravikumar | 2015-09-29 | 1 | -2/+2 |
| | |||||
* | [bug fix] fix for :b#2: | Siddharth Ravikumar | 2015-09-29 | 4 | -3/+56 |
| | | | | | | | | | Now combox ignores tmp files created by editors. modified: TODO.org modified: combox/events.py modified: tests/events_test.py modified: tests/utils.py | ||||
* | Added ChangeLogv0.1.0 | Siddharth Ravikumar | 2015-09-17 | 1 | -0/+5 |
| | |||||
* | updated README.md | Siddharth Ravikumar | 2015-09-17 | 1 | -32/+49 |
| | |||||
* | TODO.org: closed bug #8. | Siddharth Ravikumar | 2015-09-12 | 1 | -1/+4 |
| | |||||
* | fix for bug #8. | Siddharth Ravikumar | 2015-09-12 | 1 | -1/+3 |
| | |||||
* | TODO.org: filed bug #8 | Siddharth Ravikumar | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | TODO.org: marked bugs #6 and #7 as fixed. | Siddharth Ravikumar | 2015-09-12 | 1 | -2/+7 |
| | |||||
* | fix for bug #7. | Siddharth Ravikumar | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | fix for bug #6 | Siddharth Ravikumar | 2015-09-12 | 1 | -2/+11 |
| | | | | | Now, we check if the directory contains files, if it does, then we delay the deletion of the directory. | ||||
* | TODO.org: filed bug #7. | Siddharth Ravikumar | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | TODO.org: filed bug #6. | Siddharth Ravikumar | 2015-09-12 | 1 | -2/+8 |
| | |||||
* | TODO.org: fixed b#5 | Siddharth Ravikumar | 2015-09-12 | 1 | -1/+4 |
| | |||||
* | fix for bug #5. | rsiddharth | 2015-09-12 | 1 | -8/+7 |
| | |||||
* | TODO.org: logged bug #5. | Siddharth Ravikumar | 2015-09-12 | 1 | -0/+4 |
| | |||||
* | 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 | 2 | -2/+27 |
| | | | | | | | | This method allows us to track old path and new path of the file which is being renamed/moved. modified: combox/silo.py modified: tests/silo_test.py | ||||
* | combox.events: plaftorm specific changes. | Siddharth Ravikumar | 2015-09-07 | 1 | -7/+20 |
| | | | | | | In NodeDirMonitor's on_moved method, when we detect that a shard is modified, we push the info, about the shard modification, to silo from the on_moved for the OS X platform. | ||||
* | combox.events: fixed file path variable name in NodeDirMonitor's on_move method. | Siddharth Ravikumar | 2015-09-07 | 1 | -5/+5 |
| | |||||
* | combox.events: fixed deadlock issue. | Siddharth Ravikumar | 2015-09-07 | 1 | -8/+7 |
| | |||||
* | combox.events: fixes a dropbox specific issue. | Siddharth Ravikumar | 2015-09-07 | 1 | -5/+8 |
| | |||||
* | combox.events: updated/added print statemets for debugging. | Siddharth Ravikumar | 2015-09-06 | 1 | -1/+2 |
| | |||||
* | combox.events: added `print' statements; helpful for debugging. | Siddharth Ravikumar | 2015-09-06 | 1 | -1/+9 |
| | |||||
* | ests.events_test: updated TestEvents's teardown_class method. | Siddharth Ravikumar | 2015-09-06 | 1 | -2/+2 |
| | |||||
* | combox.config: now we're always returning config_info no matter what. | Siddharth Ravikumar | 2015-09-06 | 1 | -0/+1 |
| | |||||
* | combox.config module update. | Siddharth Ravikumar | 2015-09-06 | 1 | -1/+1 |
| | | | | | For obvious reasons, We are using os.makedirs to create node paths if it is not already created. | ||||
* | Wrote a fix for Google Drive client behavior for file modification. | Siddharth Ravikumar | 2015-09-06 | 2 | -14/+157 |
| | | | | | | | | | | The unit test that simulates the behavior of Google Drive for file modification runs successfully, but I need to test this fix, with the Google Drive client monitoring a node directory, to confirm if the fix actually works. modified: combox/events.py modified: tests/events_test.py | ||||
* | combox.events: added print statements in NodeDirMonitor.events for debugging. | Siddharth Ravikumar | 2015-08-27 | 1 | -0/+3 |
| | |||||
* | combox/events.py: fixed a logical error in NodeDirMonitor.on_moved | Siddharth Ravikumar | 2015-08-27 | 1 | -1/+2 |
| | |||||
* | combox/events.py: fixed a logical mistake in the last commit. | Siddharth Ravikumar | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | fixed dropbox specific issue in NodeDirMonitor.housekeep method. | Siddharth Ravikumar | 2015-08-27 | 1 | -1/+2 |
| | | | | modified: combox/events.py |