summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-19Prepare to release version 0.16ick2-0.16Lars Wirzenius3-5/+5
2017-11-19Merge: icktool reads YAMLLars Wirzenius2-1/+5
2017-11-19Add: update NEWSLars Wirzenius1-0/+3
2017-11-19Add: icktool reads YAMLLars Wirzenius1-1/+2
2017-11-19Merge: authorization checks, fixesLars Wirzenius8-27/+177
2017-11-19Add: update NEWSLars Wirzenius1-0/+2
2017-11-19Add: scenario for testing unauthorized accessLars Wirzenius6-25/+168
2017-11-19Fix: if PUT a new worker, failLars Wirzenius1-2/+7
2017-11-19Add: check config (allows keys only, no None values)Lars Wirzenius1-1/+14
2017-11-18Merge: controllerapi code cleanupsLars Wirzenius16-922/+1143
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 Wirzenius3-167/+188
2017-11-18Refactor: move WorkAPI tests to its own moduleLars Wirzenius3-171/+192
2017-11-18Refactor: move VersionAPI tests into their own moduleLars Wirzenius3-18/+36
2017-11-18Refactor: move ProjectAPI to its own moduleLars Wirzenius4-72/+89
2017-11-18Refactor: move WorkAPI into its own moduleLars Wirzenius4-205/+222
2017-11-18Refactor: move LogAPI to its own moduleLars Wirzenius4-21/+39
2017-11-18Refactor: move BuildsAPI to its own moduleLars Wirzenius4-23/+41
2017-11-18Refactor: move WorkerAPI to its own moduleLars Wirzenius4-13/+28
2017-11-18Refactor: move ResourceApiBase to apibase.pyLars Wirzenius3-33/+33
2017-11-18Refactor: move VersionAPI into its own moduleLars Wirzenius4-35/+52
2017-11-18Refactor: move APIbase into its own moduleLars Wirzenius4-116/+134
2017-11-18Refactor: move API specific exceptions into a separate moduleLars Wirzenius4-20/+44
2017-11-18Refactor: move HTTP response function into their own moduleLars Wirzenius4-56/+77
2017-11-18Add: update NEWSLars Wirzenius1-0/+4
2017-11-18Fix: add INSTALL to list of files without copyrightsLars Wirzenius1-0/+1
2017-11-18Fix: add missing importLars Wirzenius1-0/+1
2017-11-18Add: install formatted manpageLars Wirzenius1-1/+1
2017-11-18Add: rudimentary icktool manpageLars Wirzenius2-0/+66
2017-11-15Add: reference to INSTALL to READMELars Wirzenius1-0/+6
2017-11-15Add: update NEWSLars Wirzenius1-0/+2
2017-11-15Add: generate token in-process in icktoolLars Wirzenius1-2/+22
2017-11-15Add: simplify, fix INSTALLLars Wirzenius1-11/+23
2017-11-15Add: INSTALL fileLars Wirzenius1-0/+75
2017-11-15Drop: paragraph saying ick's being rewritte (it's done)Lars Wirzenius1-4/+0
2017-11-13Bump version number post-release to 0.15+gitLars Wirzenius3-2/+12
2017-11-13Prepare to release version 0.15ick2-0.15Lars Wirzenius3-5/+5
2017-11-13Add: make worker-manager create a new token every hourLars Wirzenius1-8/+21
2017-11-13Add: update NEWSLars Wirzenius1-0/+2
2017-11-13Fix: increment build id every timeLars Wirzenius1-2/+5
2017-11-13Fix: build scenario steps (syntax, etc)Lars Wirzenius1-6/+5
2017-11-13Fix: sort list of returned buildsLars Wirzenius1-0/+7
2017-11-13Add: extend build scenario to run a second buildLars Wirzenius1-0/+99
2017-11-13Add: update NEWSLars Wirzenius1-0/+2
2017-11-13Add: if a build step fails, terminate buildLars Wirzenius2-2/+55
2017-11-13Add: scenario for build in which a step failsLars Wirzenius1-0/+169