Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-21 | dotfiles 0.6.4v0.6.4 | 2 | -1/+8 | ||
2015-01-13 | Add Ivan Malison to list of authors | 1 | -0/+1 | ||
2015-01-13 | Add no_dot_prefix option | 3 | -2/+28 | ||
This utility can easily be used for synchronizing arbitrary configuration folders with symlinks that may not necessarily be the home directory. I have encountered several use cases where the files that I want to manage with 'dotfiles' should not/can not be prefixed with a '.'. Fixes #47 | |||||
2014-12-16 | Fix error in syntax for missing repo message | 1 | -1/+1 | ||
Fixes #45 | |||||
2014-12-05 | Update .gitignore | 1 | -0/+10 | ||
2014-12-05 | Remove email addresses from AUTHORS | 1 | -8/+8 | ||
The info is available in the commit history, for some reason listing them explicitly bothers me. | |||||
2014-12-05 | Add Michael Barrett to AUTHORS | 1 | -0/+1 | ||
2014-12-02 | Expands ~'s in config file path | 1 | -2/+1 | ||
2014-07-24 | Update tests to support recent cli and core changes | 1 | -17/+20 | ||
2014-07-24 | Cleanup cli and make use new repository constructor | 1 | -96/+96 | ||
2014-07-24 | Clean up kwargs handling in repository constructor | 1 | -15/+19 | ||
This add a defaults attribute where default values are stored instead of accumulating them in the cli. I think improves readability and is certainly easier to manage. | |||||
2014-07-24 | A few more test tweaks | 2 | -26/+17 | ||
2014-07-24 | Add flake8 to the tox test environment | 3 | -0/+11 | ||
2014-07-24 | Various pep8 fixes and cleanups | 5 | -46/+51 | ||
Re #36 | |||||
2014-07-23 | Fix flake8 error for line being too long | 1 | -2/+2 | ||
2014-07-17 | Experiments with using pytest for tests | 2 | -0/+89 | ||
2014-07-14 | Mark known failing tests as such | 1 | -0/+3 | ||
2014-07-11 | Fix typo in travis configuration | 1 | -1/+1 | ||
2014-07-11 | Update travis configuration to use tox | 1 | -9/+10 | ||
2014-07-11 | Remove makefile, not necessary anymore | 1 | -8/+0 | ||
Either tox or runtests.py offer better solutions. | |||||
2014-07-11 | Add license field back to setup keywords | 1 | -2/+3 | ||
2014-07-11 | Cleanup imports and move __version__ to __init__.py | 7 | -41/+40 | ||
2014-07-11 | Add standalone runtests.py script for running tests | 1 | -0/+2969 | ||
This allows a user to not install py.test and/or tox in order to test changes to the source code. | |||||
2014-07-11 | Add positional arguments to tox.ini | 1 | -2/+2 | ||
This allows you to pass additional flags to pytest. | |||||
2014-07-11 | Remove envlist from tox.ini | 1 | -3/+0 | ||
I prefer executing 'tox' and having local results for my default version of python. Specifying a particular python version is easy with the '-e' flag. | |||||
2014-07-10 | Remove test publish target from makefile | 1 | -6/+2 | ||
2014-07-10 | Tweak makefile test runner | 1 | -1/+1 | ||
2014-07-10 | Update gitignore to include .tox directory | 1 | -0/+1 | ||
2014-07-10 | Add tox configuration file | 1 | -0/+6 | ||
2014-07-10 | Remove executable bit from test_basic.py | 1 | -0/+0 | ||
2014-07-08 | Ignore build directory for wheels | 1 | -0/+1 | ||
2014-07-08 | Push test packages to correct server | 1 | -2/+2 | ||
2014-07-08 | Fix typo in setup.py classifiers | 1 | -1/+1 | ||
2014-07-07 | Add unit test for adding a package file via CLI | 1 | -0/+24 | ||
Re #20 | |||||
2014-07-07 | Remove accidental tabs in unit tests | 1 | -6/+6 | ||
Python 2 will overlook this and continue executing, but python 3 will issue an error and exit. | |||||
2014-07-07 | Cleanup setup.py | 1 | -27/+17 | ||
2014-07-07 | Use entry point for bin stub | 1 | -1/+4 | ||
The script in bin/ remains for running directly from the source directory. | |||||
2014-07-07 | Parse version string without importing source code | 1 | -9/+7 | ||
It's probably better to execute as little code as possible from setup.py, so this approach seems cleaner to me. | |||||
2014-07-07 | Remove test and publish functions from setup.py | 1 | -10/+0 | ||
2014-07-07 | Add setup.cfg | 1 | -0/+2 | ||
2014-07-07 | Simplify MANIFEST.in | 1 | -1/+1 | ||
2014-07-07 | Update travis configuration to use make test | 1 | -4/+4 | ||
2014-07-07 | Add Makefile for testing and publishing | 1 | -0/+12 | ||
2014-07-07 | Move tests into a directory | 1 | -0/+0 | ||
I'm hoping to add more tests for specific features and break then into separate files so things are a bit easier to manage. | |||||
2014-05-29 | Add Alexandre Viau to list of authors | 1 | -2/+2 | ||
Thanks for the contributions! They are much appreciated. | |||||
2014-05-29 | Correct logic in package prefix test | 1 | -2/+2 | ||
In reference to #33. | |||||
2014-05-27 | Add test for syncing packages with a non-default prefix | 1 | -0/+28 | ||
This test currently fails because of a bug. In reference to #33. | |||||
2014-01-01 | Update copyright year | 1 | -1/+1 | ||
2014-01-01 | Update gitignore to exclude setuptools cruft | 1 | -0/+2 | ||
2014-01-01 | Update history and version number for 0.6.3v0.6.3 | 2 | -1/+7 | ||