summaryrefslogtreecommitdiff
path: root/ick2
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Bump version number post-release to 0.15+gitLars Wirzenius1-2/+2
2017-11-13Prepare to release version 0.15ick2-0.15Lars Wirzenius1-2/+2
2017-11-13Fix: increment build id every timeLars Wirzenius1-2/+5
2017-11-13Fix: sort list of returned buildsLars Wirzenius1-0/+7
2017-11-13Add: if a build step fails, terminate buildLars Wirzenius2-2/+55
2017-11-12Bump version number post-release to 0.14+gitLars Wirzenius1-2/+2
2017-11-12Prepare to release version 0.14ick2-0.14Lars Wirzenius1-2/+2
2017-11-06Change: /log to /logs, for consistencyLars Wirzenius2-5/+5
2017-11-06Add: update, retrieve build logsLars Wirzenius2-4/+56
2017-11-06Add: /buildsLars Wirzenius2-1/+52
2017-11-06Refactor: how a pipeline step is finishedLars Wirzenius1-5/+11
2017-11-06Drop: debug log messageLars Wirzenius1-2/+0
2017-11-05Add: POST /workLars Wirzenius1-0/+5
2017-11-05Add: advance to next step in pipeline automaticallyLars Wirzenius2-2/+118
2017-11-05Add: GET /work/fooLars Wirzenius2-18/+44
2017-11-05Add: WorkAPI.get_workLars Wirzenius2-1/+50
2017-11-05Add: start on WorkAPILars Wirzenius3-0/+75
2017-11-05Fix: drop debug-printLars Wirzenius1-1/+0
2017-11-05Add: PUT to update pipeline stateLars Wirzenius2-1/+99
2017-11-05Add: ick2.WrongPipelineStatusLars Wirzenius2-1/+7
2017-11-05Add: GET /projects/foo/buildsLars Wirzenius2-0/+17
2017-11-05Add: get pipeline status for a projectLars Wirzenius2-1/+52
2017-11-05Refactor: rename SubAPI to ResourceApiBase, for clarityLars Wirzenius1-7/+7
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