summaryrefslogtreecommitdiff
path: root/ick2
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Add: debug log messages to trace resource problemsLars Wirzenius1-1/+9
2018-01-18Fix: add 2018 to copyright yearsLars Wirzenius2-2/+2
2018-01-18Change: rename 'name' field on pipelines to 'pipeline'Lars Wirzenius5-9/+9
2018-01-18Bump version number post-release to 0.22+gitLars Wirzenius1-2/+2
2018-01-18Prepare to release version 0.22Lars Wirzenius1-2/+2
2018-01-14Add: prepend a create_workspace action to pipelinesLars Wirzenius2-10/+16
2018-01-14Add: 2018 to copyright yearsLars Wirzenius4-4/+4
2018-01-14Add: move actions for a build into build resourceLars Wirzenius4-19/+49
2018-01-14Drop: debug log messageLars Wirzenius1-8/+0
2017-12-27Bump version number post-release to 0.21+gitLars Wirzenius1-2/+2
2017-12-27Prepare to release version 0.21ick2-0.21Lars Wirzenius1-2/+2
2017-12-27Change: WorkAPI to add parameters in build resourcesLars Wirzenius1-0/+2
2017-12-16Bump version number post-release to 0.20+gitLars Wirzenius1-2/+2
2017-12-16Prepare to release version 0.20ick2-0.20Lars Wirzenius1-2/+2
2017-12-15Fix: unify arg names in subclassesLars Wirzenius2-13/+10
2017-12-15Refactor: get rid of useless __init__Lars Wirzenius1-2/+1
2017-12-15Refactor: use PipelineInstances class in projectapi.pyLars Wirzenius1-18/+12
2017-12-15Refactor: use PipelineInstance in projectapi.pyLars Wirzenius1-19/+4
2017-12-15Add: ick2.PipelineInstanceLars Wirzenius1-0/+18
2017-12-15Add: ApiBase.get_state methodLars Wirzenius1-0/+3
2017-12-15Add: PipelineInstances classLars Wirzenius2-0/+7
2017-12-15Refactors: Workers, Project classesLars Wirzenius3-38/+64
2017-12-15Refactor: give ControllerAPI the state object to useLars Wirzenius2-19/+7
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