summaryrefslogtreecommitdiff
path: root/ick2
AgeCommit message (Expand)AuthorFilesLines
2017-11-19Fix: if PUT a new worker, failLars Wirzenius1-2/+7
2017-11-18Refactor: move _start_log closer to where it is calledLars Wirzenius1-9/+8
2017-11-18Refactor: simplify how a build is startedLars Wirzenius1-18/+18
2017-11-18Refactor: move get/update projects to it own classLars Wirzenius1-12/+19
2017-11-18Refactor: move worker get/update into their own classLars Wirzenius1-17/+24
2017-11-18Drop: /projects/.../builds from controller APILars Wirzenius2-17/+0
2017-11-18Refactor: move ProjectAPI tests to its own moduleLars Wirzenius2-166/+188
2017-11-18Refactor: move WorkAPI tests to its own moduleLars Wirzenius2-170/+192
2017-11-18Refactor: move VersionAPI tests into their own moduleLars Wirzenius2-17/+36
2017-11-18Refactor: move ProjectAPI to its own moduleLars Wirzenius3-72/+88
2017-11-18Refactor: move WorkAPI into its own moduleLars Wirzenius3-205/+221
2017-11-18Refactor: move LogAPI to its own moduleLars Wirzenius3-21/+38
2017-11-18Refactor: move BuildsAPI to its own moduleLars Wirzenius3-23/+40
2017-11-18Refactor: move WorkerAPI to its own moduleLars Wirzenius3-11/+27
2017-11-18Refactor: move ResourceApiBase to apibase.pyLars Wirzenius3-33/+33
2017-11-18Refactor: move VersionAPI into its own moduleLars Wirzenius3-35/+51
2017-11-18Refactor: move APIbase into its own moduleLars Wirzenius3-116/+133
2017-11-18Refactor: move API specific exceptions into a separate moduleLars Wirzenius3-20/+43
2017-11-18Refactor: move HTTP response function into their own moduleLars Wirzenius3-56/+76
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