aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* WIP: Stub in editorpydora-editorMike Crute2020-06-16
|
* 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.
* Add Skybound1 to contributor listMike Crute2018-12-12
|
* Release 1.13.0release-1.13.0Mike Crute2018-12-12
|
* Enhancement: Adds additional audio urls (#58)Skybound12018-12-10
| | | | | | | * Adds support for additionalAudioUrl for station.getPlaylist * Fixes broken tests * Reworks use of iterables for additional audio urls and adds associated tests * Moves parsing additional url response into a syntethic field * Adds tests for additional urls field
* Remove 3.7, travis is brokenMike Crute2018-09-01
|
* Drop python 3.3 support add 3.7Mike Crute2018-09-01
|
* Release 1.12.0release-1.12.0Mike Crute2018-09-01
|
* create_station returns a Station modelMike Crute2018-09-01
| | | | related: #57