summaryrefslogtreecommitdiff
path: root/yarns
AgeCommit message (Expand)AuthorFilesLines
2018-07-09Fix: expect 404 for missing projectLars Wirzenius1-1/+1
2018-07-09Change: tell pylint to disable no-member messagesLars Wirzenius1-0/+5
2018-06-24Change: set build exit code when an action ends, override laterLars Wirzenius1-1/+1
2018-06-18Add: CSS style sheet for yarns-as-HTMLLars Wirzenius1-0/+18
2018-06-10Add: notification serviceLars Wirzenius8-0/+24
2018-06-10Add: BuildStateMachine classLars Wirzenius3-23/+259
2018-05-19Change: use build graphs in build resources, instead of action listLars Wirzenius2-62/+203
2018-05-17Change: how controller stores persistent dataLars Wirzenius6-63/+22
2018-04-25Change: GET /work, POST /worker use access token to identify workerLars Wirzenius5-55/+52
2018-04-23Change: all actions must have a "where"Lars Wirzenius3-73/+95
2018-04-19Change: trigger a project, build all pipelines in the projectLars Wirzenius3-61/+25
2018-04-15Add: build_number to work resourceLars Wirzenius2-0/+14
2018-04-06Add: authentication URL to controller /versionLars Wirzenius8-0/+22
2018-03-24Fix: lib.py wait_for_port to actually workLars Wirzenius1-0/+2
2018-03-24Change: rename blob service to artifact storeLars Wirzenius10-41/+41
2018-02-24Fix: remove indeterminism and move triggering of a buildLars Wirzenius1-4/+4
2018-02-24Add: scenario for building concurrentlyLars Wirzenius1-0/+185
2018-02-09Change: make all .service units be conditional on configLars Wirzenius8-2/+24
2018-01-22Fix: compare lists as setsLars Wirzenius1-2/+2
2018-01-21Add: builds to have a build_number fieldLars Wirzenius2-0/+10
2018-01-19Update: copyright yearsLars Wirzenius1-1/+1
2018-01-19Change: builds are now numbered foo/123, as are logsLars Wirzenius5-78/+87
2018-01-19Add: yarn scenario for building two project sequentiallyLars Wirzenius2-0/+183
2018-01-18Fix: add 2018 to copyright yearsLars Wirzenius3-3/+3
2018-01-18Change: rename 'name' field on pipelines to 'pipeline'Lars Wirzenius5-14/+14
2018-01-14Add: prepend a create_workspace action to pipelinesLars Wirzenius2-15/+85
2018-01-14Add: 2018 to copyright yearsLars Wirzenius4-4/+4
2018-01-14Add: move actions for a build into build resourceLars Wirzenius2-16/+82
2018-01-14Add: show dict diffs in a way that's easier to understandLars Wirzenius2-1/+71
2017-12-27Add: parameters to build resources in yarnsLars Wirzenius2-0/+23
2017-12-15Refactor: rename body_text to body throughoutLars Wirzenius2-12/+12
2017-12-15Refactor: drop debug statementsLars Wirzenius1-11/+0
2017-12-15Refactor: add function http, for easier requestsLars Wirzenius2-43/+18
2017-12-03Add: blob serviceLars Wirzenius2-4/+12
2017-12-03Add: scenario for testing blob serviceLars Wirzenius4-0/+138
2017-11-29Add: fresh_workspace field to yarn work responsesLars Wirzenius2-0/+8
2017-11-26Drop: debugging outputLars Wirzenius1-5/+0
2017-11-26Fix: use Python not shellLars Wirzenius1-3/+5
2017-11-26Add: debugging in case step failsLars Wirzenius1-0/+3
2017-11-26Update: yarn scenarios to use named pipelinesLars Wirzenius3-110/+48
2017-11-26Add: pipeline sub-APILars Wirzenius1-0/+168
2017-11-26Fix: add empty set of parameters to where they occurLars Wirzenius1-0/+1
2017-11-26Add: second project to check things don't get mixed upLars Wirzenius1-0/+19
2017-11-26Add: extend yarns to check project parametersLars Wirzenius1-0/+24
2017-11-25Fix: PUT /projects/foo with no foo existing, now an errorLars Wirzenius1-0/+7
2017-11-25Fix: POST /project with an existing project name failsLars Wirzenius1-0/+9
2017-11-19Add: scenario for testing unauthorized accessLars Wirzenius6-25/+168
2017-11-13Fix: build scenario steps (syntax, etc)Lars Wirzenius1-6/+5
2017-11-13Add: extend build scenario to run a second buildLars Wirzenius1-0/+99
2017-11-13Add: scenario for build in which a step failsLars Wirzenius1-0/+169