summaryrefslogtreecommitdiff
path: root/ick2
AgeCommit message (Expand)AuthorFilesLines
2017-10-16Bump version number post-release to 0.13+gitLars Wirzenius1-2/+2
2017-10-16Prepare to release version 0.13ick2-0.13Lars Wirzenius1-2/+2
2017-10-16Add: some logging of GET etc callsLars Wirzenius1-1/+10
2017-10-16Add: /workers endpointLars Wirzenius1-0/+10
2017-10-16Refactor: make it easier to add resource types to APILars Wirzenius1-6/+23
2017-10-16Refactor: make State handle any resource typeLars Wirzenius3-60/+62
2017-10-16Refactor: break ControllerAPI into VersionAPI, ProjectAPILars Wirzenius3-52/+145
2017-10-15Bump version number post-release to 0.12+gitLars Wirzenius1-2/+2
2017-10-15Prepare to release version 0.12ick2-0.12Lars Wirzenius1-2/+2
2017-10-15Refactor: drop unnecessary kwargsLars Wirzenius1-1/+1
2017-10-15Refactor: call get_version via GET, for consistencyLars Wirzenius2-5/+5
2017-10-15Refactor: rename callback methods to be clearerLars Wirzenius1-8/+19
2017-10-15Refactor: add helper functions to construct apifw.ResponsesLars Wirzenius1-35/+35
2017-10-15Bump version number post-release to 0.11+gitLars Wirzenius1-2/+2
2017-10-15Prepare to release version 0.11ick2-0.11Lars Wirzenius1-2/+2
2017-10-14Bump version number post-release to 0.10+gitLars Wirzenius1-2/+2
2017-10-14Prepare to release version 0.10ick2-0.10Lars Wirzenius1-2/+2
2017-10-14Bump version number post-release to 0.9+gitLars Wirzenius1-2/+2
2017-10-14Prepare to release version 0.9ick2-0.9Lars Wirzenius1-2/+2
2017-10-14Bump version number post-release to 0.8+gitLars Wirzenius1-2/+2
2017-10-14Prepare to release version 0.8ick2-0.8Lars Wirzenius1-2/+2
2017-10-14Bump version number post-release to 0.7+gitLars Wirzenius1-2/+2
2017-10-14Prepare to release version 0.7ick2-0.7Lars Wirzenius1-2/+2
2017-10-14Refactor: move ick2version/version.py into ick2Lars Wirzenius4-4/+5
2017-10-04Add: /version to controller APILars Wirzenius2-0/+28
2017-10-02Fix: handle apifw changes (raw_uri_path kwarg)Lars Wirzenius1-1/+5
2017-09-24Fix: errors/warnings from pylintLars Wirzenius2-10/+0
2017-09-24Add: copyright license declaration to all filesLars Wirzenius6-2/+76
2017-08-06DangLars Wirzenius2-4/+0
2017-08-06Fix: setup.py, version numbersLars Wirzenius2-0/+4
2017-08-06Add: ControllerAPI, ControllerStateLars Wirzenius6-0/+466