Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-01 | Merge branch 'feature/multiple-config' into develop | Jon Bernard | 8 | -186/+228 | |
2011-11-01 | Add support for in-repo configuration files | Jon Bernard | 5 | -152/+221 | |
In addition to parsing .dotfilesrc in the user's home directory, also look for that file inside the repository. This allows you to keep your repository and it's settings together. Closes: #1 | |||||
2011-11-01 | Remove unnecessary contrib directory | Jon Bernard | 1 | -13/+0 | |
2011-10-30 | Import license content instead of duplicating it | Jon Bernard | 3 | -21/+7 | |
2011-10-24 | Merge branch 'release/0.4.4' into develop | Jon Bernard | 2 | -1/+6 | |
2011-10-24 | Merge branch 'release/0.4.4'v0.4.4 | Jon Bernard | 6 | -3/+12 | |
2011-10-24 | Update history and bump version number | Jon Bernard | 2 | -1/+6 | |
2011-10-24 | Add missing single quote in README.rst | Jon Bernard | 1 | -1/+1 | |
2011-10-24 | Made dotfiles python2.5 compatible | Remco Wendt | 3 | -1/+5 | |
2011-10-24 | Merge branch 'release/0.4.3' into develop | Jon Bernard | 2 | -1/+6 | |
2011-10-24 | Merge branch 'release/0.4.3'v0.4.3 | Jon Bernard | 6 | -26/+95 | |
2011-10-24 | Bump version number for version 0.4.3 release | Jon Bernard | 1 | -1/+1 | |
2011-10-24 | Update history for version 0.4.3 release | Jon Bernard | 1 | -0/+5 | |
2011-10-24 | Merge branch 'feature/glob-ignore' into develop | Jon Bernard | 5 | -25/+89 | |
2011-10-23 | Fix incorrect AUTHORS url | Jon Bernard | 1 | -1/+1 | |
2011-10-23 | Remove extra whitespace | Jon Bernard | 1 | -1/+1 | |
2011-10-23 | Refactored tests to use an assertPathEquals | Remco Wendt | 1 | -22/+23 | |
2011-10-23 | Updated documentation to include glob option for ignore | Remco Wendt | 1 | -3/+6 | |
2011-10-23 | Added myself to authors | Remco Wendt | 1 | -0/+1 | |
2011-10-24 | Added glob style pattern support for the ignore option | Remco Wendt | 2 | -3/+10 | |
2011-10-23 | Added unit test for glob pattern, which fail horribly yay! | Remco Wendt | 1 | -0/+60 | |
2011-10-23 | PEP8ified some code | Remco Wendt | 1 | -9/+0 | |
2011-10-23 | Made import relative | Remco Wendt | 1 | -1/+1 | |
2011-10-23 | Fixed unit tests for use on mac, since /tmp is a symlink to /private/tmp | Remco Wendt | 1 | -5/+6 | |
2011-10-05 | Merge branch 'release/0.4.2' into develop | Jon Bernard | 2 | -1/+6 | |
2011-10-05 | Merge branch 'release/0.4.2'v0.4.2 | Jon Bernard | 7 | -8/+65 | |
2011-10-05 | Update history for version 0.4.2 release | Jon Bernard | 1 | -0/+5 | |
2011-10-05 | Bump version number for version 0.4.2 release | Jon Bernard | 1 | -1/+1 | |
2011-10-05 | Add AUTHORS.rst to credit contributers | Jon Bernard | 3 | -3/+17 | |
2011-10-05 | Add HISTORY.rst to keep a log of changes for each release | Jon Bernard | 3 | -2/+5 | |
2011-10-05 | Fix bug when syncing an unmanaged directory symlink | Jon Bernard | 2 | -3/+38 | |
Closes #2 | |||||
2011-08-28 | Merge branch 'hotfix/0.4.1' into develop | Jon Bernard | 2 | -9/+10 | |
2011-08-28 | Merge branch 'hotfix/0.4.1'v0.4.1 | Jon Bernard | 2 | -9/+10 | |
2011-08-28 | Fix repository path handling | Jon Bernard | 1 | -8/+9 | |
Previously, fully qualified paths and ~/ paths were properly expanded but not a directory in your current working directory. Now you can specify something like '-R myrepo' and 'myrepo' will be expanded to $PWD/myrepo. | |||||
2011-08-28 | Bump version number for version 0.4.1 release | Jon Bernard | 1 | -1/+1 | |
2011-08-27 | Merge branch 'release/0.4.0' into develop | Jon Bernard | 3 | -6/+19 | |
2011-08-27 | Merge branch 'release/0.4.0'v0.4.0 | Jon Bernard | 6 | -49/+222 | |
2011-08-27 | Add publish and test routines to setup.py | Jon Bernard | 1 | -0/+13 | |
2011-08-27 | Update README.rst and document move operation | Jon Bernard | 1 | -5/+5 | |
2011-08-27 | Bump version number for version 0.4.0 release | Jon Bernard | 1 | -1/+1 | |
2011-08-27 | Add unit tests for recent bugfix and move operation | Jon Bernard | 1 | -0/+85 | |
2011-08-27 | Add lastpass to externals configuration | Jon Bernard | 1 | -0/+1 | |
2011-08-27 | Remove unused method_list() | Jon Bernard | 1 | -5/+1 | |
2011-08-27 | Expose move operation on the CLI | Jon Bernard | 1 | -0/+8 | |
2011-08-27 | Make home directory user-definable | Jon Bernard | 2 | -2/+5 | |
This paves the way for unit tests to perform operations completely within a sandboxed environment. | |||||
2011-08-27 | Fix CLI dispatch to work with previous refactoring | Jon Bernard | 1 | -5/+22 | |
2011-08-27 | Refactor Dotfiles class, remove obnoxious use of kwargs | Jon Bernard | 1 | -30/+77 | |
2011-08-27 | Fix forced sync when the dotfile is a directory | Jon Bernard | 1 | -1/+4 | |
I installed the lastpass chrome extension which stores a socket in ~/.lastpass. So I added that directory as an external to /tmp and attempted a forced sync. An error occurred because sync() calls os.remove() as it mistakenly assumes the dotfile is a file and not a directory. | |||||
2011-07-04 | Merge branch 'hotfix/0.3.1' into develop | Jon Bernard | 2 | -45/+48 | |
2011-07-04 | Merge branch 'hotfix/0.3.1'v0.3.1 | Jon Bernard | 2 | -45/+48 | |