Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-05 | Finish repository class conversion to pathlib | Jon Bernard | 1 | -41/+70 | |
2019-03-05 | Begin conversion of repository._dotfile() to pathlib | Jon Bernard | 1 | -10/+9 | |
2019-03-05 | Start transition from py.path to pathlib | Jon Bernard | 1 | -76/+93 | |
2018-08-27 | Add tests for Repository constructor parameters | Jon Bernard | 1 | -1/+18 | |
2016-07-18 | Reverse leading dot logic | Jon Bernard | 1 | -5/+5 | |
2016-01-22 | Simplify test fixtures into a single repository | Jon Bernard | 1 | -59/+55 | |
2016-01-21 | Allow globs in ignore patterns | Jon Bernard | 1 | -3/+5 | |
2016-01-20 | Finish basic repository unit tests | Jon Bernard | 1 | -31/+62 | |
2016-01-18 | Make flake8 happy again | Jon Bernard | 1 | -0/+7 | |
2016-01-18 | Remove class wrapper from repository tests | Jon Bernard | 1 | -46/+44 | |
2016-01-18 | Fix typo | Jon Bernard | 1 | -1/+1 | |
2016-01-18 | Fix unit tests to match recent changes | Jon Bernard | 1 | -9/+12 | |
2016-01-17 | Split tests into separate files | Jon Bernard | 1 | -0/+62 | |
2016-01-03 | Consolidate tests into a single file | Jon Bernard | 1 | -72/+0 | |
2016-01-02 | Update repository tests to match recent changes | Jon Bernard | 1 | -106/+29 | |
2016-01-01 | Implement dotfile state management | Jon Bernard | 1 | -10/+18 | |
2015-12-31 | Add tests for new repository implementation | Jon Bernard | 1 | -20/+123 | |
2015-12-30 | Strip leading newline from list output | Jon Bernard | 1 | -4/+4 | |
2015-12-29 | Add repository class rework | Jon Bernard | 1 | -0/+38 | |
This version of the repository class uses py.path.local and I have an idea for packages that should simplify the code substantially and address the remaining issues with prefixes. |