Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-10 | Bump to 0.3beta1 for PyPI | zlg | 1 | -1/+1 | |
2018-10-10 | Move tests and data to dedicated directory | zlg | 1 | -2/+1 | |
Also tweaked the export command to report correctly. | |||||
2018-10-10 | cli: Add "import" command | zlg | 1 | -0/+1 | |
Currently the import command will only accept YAML files, but is ready for expansion to other formats as needed. | |||||
2018-10-09 | Bump to 0.3alpha6 for PyPI | zlg | 1 | -1/+1 | |
2018-09-29 | Bump to 0.3alpha5 for PyPI | zlg | 1 | -1/+1 | |
2018-09-08 | setup.py: Bump to alpha4 for PyPI | zlg | 1 | -1/+1 | |
2018-09-03 | Branch off from master with pytest, tox, click | zlg | 1 | -0/+46 | |
This commit is huge, but contains everything needed for a "proper" build system built on pytest + tox and a CLI built with click. For now, this branch will contain all new vgstash development activity until it reaches feature parity with master. The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list' commands work, with only two filters. This is pre-alpha software, and is therefore not stable yet. |