summaryrefslogtreecommitdiff
path: root/ick2
AgeCommit message (Expand)AuthorFilesLines
2017-12-03Add: blob serviceLars Wirzenius3-0/+115
2017-12-03Add: OK response with custom headersLars Wirzenius1-4/+5
2017-11-29Bump version number post-release to 0.19+gitLars Wirzenius1-2/+2
2017-11-29Prepare to release version 0.19ick2-0.19Lars Wirzenius1-2/+2
2017-11-29Add: log traceback when 404Lars Wirzenius1-1/+2
2017-11-29Add: set fresh_workspace in work responsesLars Wirzenius2-1/+7
2017-11-26Fix: return the right projectLars Wirzenius1-7/+12
2017-11-26Refactor: clear up code to update pipeline stateLars Wirzenius1-2/+1
2017-11-26Add: log failures to find resources in apibaseLars Wirzenius1-2/+8
2017-11-26Update: project and work apis to handle named pipelinesLars Wirzenius4-61/+115
2017-11-26Add: pipeline sub-APILars Wirzenius3-0/+27
2017-11-26Add: unit test check work steps get project paramsLars Wirzenius2-0/+13
2017-11-26Add: unit test adds project parametersLars Wirzenius1-0/+4
2017-11-25Bump version number post-release to 0.18+gitLars Wirzenius1-2/+2
2017-11-25Prepare to release version 0.18ick2-0.18Lars Wirzenius1-2/+2
2017-11-25Fix: PUT /projects/foo with no foo existing, now an errorLars Wirzenius1-1/+7
2017-11-25Fix: POST /project with an existing project name failsLars Wirzenius4-4/+27
2017-11-25Fix: adapt to new keyword argument from apifwLars Wirzenius6-22/+23
2017-11-19Bump version number post-release to 0.17+gitLars Wirzenius1-2/+2
2017-11-19Prepare to release version 0.17ick2-0.17Lars Wirzenius1-2/+2
2017-11-19Add: a temporary authz-less trigger endpoint for pipelinesLars Wirzenius1-0/+11
2017-11-19Bump version number post-release to 0.16+gitLars Wirzenius1-2/+2
2017-11-19Prepare to release version 0.16ick2-0.16Lars Wirzenius1-2/+2
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