Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup makefile | Martin Czygan | 2021-09-13 | 1 | -2/+0 |
| | |||||
* | Merge branch 'bnewbold-dev-setup' | Martin Czygan | 2021-04-15 | 1 | -3/+1 |
|\ | | | | | | | | | | | | | | | | | | | * bnewbold-dev-setup: dynaconf: switch to fuzzycat.config import across project upgrade to python3.8 gitlab CI: try 'make deps' and 'make test' makefile: run common commands inside pipenv makefile: change 'deps' to be simple --dev --deploy make fmt | ||||
| * | makefile: run common commands inside pipenv | Bryan Newbold | 2021-04-13 | 1 | -7/+7 |
| | | |||||
| * | makefile: change 'deps' to be simple --dev --deploy | Bryan Newbold | 2021-04-13 | 1 | -3/+1 |
| | | | | | | | | | | | | | | When I ran 'make deps' as-is, my pipenv mutated the Pipfile and started re-locking. This project isn't using 'black' any more, so don't need the --pre flag. | ||||
* | | cleanup makefile, add pipenv commands | Martin Czygan | 2021-04-15 | 1 | -29/+7 |
|/ | |||||
* | update makefile | Martin Czygan | 2021-02-19 | 1 | -17/+17 |
| | |||||
* | try out xar | Martin Czygan | 2021-02-02 | 1 | -0/+7 |
| | |||||
* | make: converge to fmt | Martin Czygan | 2021-02-02 | 1 | -2/+2 |
| | |||||
* | make: console output | Martin Czygan | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | update makefile | Martin Czygan | 2020-12-16 | 1 | -1/+3 |
| | |||||
* | add another case | Martin Czygan | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | add more test cases | Martin Czygan | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | cleanup | Martin Czygan | 2020-11-24 | 1 | -0/+1 |
| | |||||
* | fix tests | Martin Czygan | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | make: run pytest over fuzzycat/ to catch inline tests | Bryan Newbold | 2020-11-10 | 1 | -3/+3 |
| | |||||
* | cleanup mypy cache | Martin Czygan | 2020-11-10 | 1 | -0/+1 |
| | |||||
* | add type annotations | Martin Czygan | 2020-11-06 | 1 | -0/+4 |
| | |||||
* | fix isort invocation | Martin Czygan | 2020-11-05 | 1 | -1/+1 |
| | |||||
* | add tests | Martin Czygan | 2020-11-05 | 1 | -0/+4 |
| | |||||
* | address pylint issues | Martin Czygan | 2020-11-04 | 1 | -0/+5 |
| | |||||
* | cleanup: coverage | Martin Czygan | 2020-10-30 | 1 | -0/+1 |
| | |||||
* | cluster variants | Martin Czygan | 2020-10-21 | 1 | -2/+2 |
| | |||||
* | update Makefile | Martin Czygan | 2020-09-14 | 1 | -0/+1 |
| | |||||
* | include original and normalized name in default shelve (1G) | Martin Czygan | 2020-08-15 | 1 | -0/+3 |
| | |||||
* | update Makefile | Martin Czygan | 2020-08-12 | 1 | -8/+12 |
| | |||||
* | makefile: add container export download | Martin Czygan | 2020-08-12 | 1 | -1/+6 |
| | |||||
* | makefile: fix typo | Martin Czygan | 2020-08-12 | 1 | -1/+1 |
| | |||||
* | add coverage dependency | Martin Czygan | 2020-08-12 | 1 | -6/+11 |
| | |||||
* | switch to yapf | Martin Czygan | 2020-08-12 | 1 | -2/+3 |
| | |||||
* | add makefile style target | Martin Czygan | 2020-08-12 | 1 | -2/+3 |
| | |||||
* | cleanup build directory as well | Martin Czygan | 2020-08-12 | 1 | -0/+1 |
| | |||||
* | let make deps pipenv install use pre releases | Martin Czygan | 2020-08-12 | 1 | -1/+3 |
| | | | | | The problem appeared as black seems to be a pre-release, cf. https://github.com/microsoft/vscode-python/issues/5171. | ||||
* | allow pypi uploads | Martin Czygan | 2020-08-12 | 1 | -2/+18 |
| | | | | see: https://pypi.org/project/fuzzycat/ | ||||
* | basic scaffolding | Martin Czygan | 2020-08-12 | 1 | -0/+29 |