aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add completeness note to readmeHEADmasterMike Crute2021-09-02
|
* Release 2.1.1release-2.1.1Mike Crute2021-09-02
|
* Config file format and location changeMike Crute2021-09-02
|
* New version of black moved the cheese :-(Mike Crute2020-12-19
|
* Release 2.1.0release-2.1.0Mike Crute2020-12-19
|
* Add mspencer92 as contributorMike Crute2020-12-19
|
* Use correct token when creating stationsMike Crute2020-12-19
| | | | | | | | | Track tokens should only be used when creating stations from tracks not from search results. Also return the created station from the search models when a station is created. Fixes #63 Closes #64
* Remove old test runnerMike Crute2020-12-19
|
* Document how releases are builtMike Crute2020-06-09
|
* Fix console_scripts entrypointrelease-2.0.1Mike Crute2020-06-09
|
* Don't test on python3.5Mike Crute2020-06-09
| | | | Black doesn't install for 3.5 so we can't run the full release target.
* Convert build system to toxMike Crute2020-06-09
| | | | This is the current modern way to build, package, and test python code.
* Test model name should not look like a testMike Crute2020-06-09
|
* Use black for formattingMike Crute2020-06-08
| | | | | | I don't particularly like the black formatter (does anybody, really?) but it's guaranteed to be consistent so it should prevent nitpicking style.
* Fix badge in readmeMike Crute2020-06-03
|
* Fix flake8 errors in testsMike Crute2020-06-03
|
* Migrate release command to setup.pyMike Crute2020-06-03
|
* Enable coverage enforcementMike Crute2020-06-03
|
* Migrate builder to GitHub actionsMike Crute2020-06-03
|
* Cleanup setup.py release targetMike Crute2019-06-23
|
* Convert release script to pythonMike Crute2019-06-23
|
* Remove setup.py validate targetrelease-2.0.0Mike Crute2019-06-23
| | | | This target was just a legacy alias for release.
* setup.py uses Python 3Mike Crute2019-04-13
|
* Remove 'no cover' pragmasMike Crute2019-04-07
|
* Remove python2 hackMike Crute2019-04-07
|
* Rearrange/cleanup READMEMike Crute2019-04-07
|
* Add links to APIsMike Crute2019-04-07
|
* Cleanups to READMEMike Crute2019-04-07
|
* Add hugovk to contributors listMike Crute2019-04-07
|
* Upgrade Python syntax with pyupgrade --py3-plusHugo2019-04-07
|
* The future is nowHugo2019-04-07
|
* Add explicit version classifiersHugo2019-04-07
|
* Add python_requires to help pipHugo2019-04-07
|
* Update for Python 3.5+Hugo2019-04-07
|
* Add 3.7 to Travis CI, which requires XenialHugo2019-04-07
|
* Cleanup codacy errorsMike Crute2019-04-02
|
* Remove cryptography dependencyMike Crute2019-04-02
|
* Python 3.7 on travis is brokenMike Crute2019-04-02
|
* Remove python2 from release scriptMike Crute2019-04-02
|
* Cleanup gitignoreMike Crute2019-04-02
|
* Reorganize modelsMike Crute2019-04-02
|
* Migrate model bases to _baseMike Crute2019-04-02
|
* Empty top level __init__Mike Crute2019-04-02
|
* Remove deprecated constructorsMike Crute2019-04-02
|
* Drop C blowfish cryptorMike Crute2019-04-02
|
* Update versionsMike Crute2019-04-02
|
* Remove python 2 compatabilityMike Crute2019-04-02
|
* Update GitHub templates1.xMike Crute2019-03-17
|
* Add GitHub templatesMike Crute2019-03-17
|
* Split contributing to its own fileMike Crute2019-03-17
| | | | This is to make the GitHub community health check happier.