summaryrefslogtreecommitdiff
path: root/yarns/500-build-fail.yarn
AgeCommit message (Collapse)AuthorFilesLines
2019-10-18Revert "Add: MuckStore"Lars Wirzenius1-1/+0
This reverts commit b87027a3c7d3bc88e2674c9e22c8745c9dbf1043.
2019-08-03Add: MuckStoreLars Wirzenius1-0/+1
2019-07-05Change: make yarns run against a remote Ick instance, not localLars Wirzenius1-15/+38
2018-06-10Add: notification serviceLars Wirzenius1-0/+1
2018-06-10Add: BuildStateMachine classLars Wirzenius1-5/+48
2018-05-19Change: use build graphs in build resources, instead of action listLars Wirzenius1-12/+41
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-9/+2
Replace old State class with new FilePersistentState and TransactionalState classes. Use new Resource class instead of raw dicts. Use context managers for creating, updating resources, to avoid mistakes from accidentally not saving changes. Overall persistence should now be rather simpler. This should open up a possibility for changing the controller to insert more actions into the build graph, to trigger notifcations via the workers.
2018-04-25Change: GET /work, POST /worker use access token to identify workerLars Wirzenius1-7/+6
2018-04-23Change: all actions must have a "where"Lars Wirzenius1-9/+10
2018-04-19Change: trigger a project, build all pipelines in the projectLars Wirzenius1-9/+5
2018-04-15Add: build_number to work resourceLars Wirzenius1-0/+1
2018-04-06Add: authentication URL to controller /versionLars Wirzenius1-0/+1
2018-03-24Change: rename blob service to artifact storeLars Wirzenius1-1/+1
2018-02-09Change: make all .service units be conditional on configLars Wirzenius1-0/+1
If the config file is missing, the unit won't start.
2018-01-21Add: builds to have a build_number fieldLars Wirzenius1-0/+2
For easy sorting.
2018-01-19Change: builds are now numbered foo/123, as are logsLars Wirzenius1-13/+11
2018-01-18Change: rename 'name' field on pipelines to 'pipeline'Lars Wirzenius1-1/+1
For consistency.
2018-01-14Add: prepend a create_workspace action to pipelinesLars Wirzenius1-2/+3
This replaces the old fresh_workspace attribute of work resources. It's better this way, because it moves policy from worker-manager to controller, where it belongs.
2018-01-14Add: 2018 to copyright yearsLars Wirzenius1-1/+1
2018-01-14Add: move actions for a build into build resourceLars Wirzenius1-2/+11
This way the list is known later even if the pipeline spec is changed.
2017-12-27Add: parameters to build resources in yarnsLars Wirzenius1-0/+2
We want the build resources to remember what the actual parameters were, when the build ran.
2017-11-29Add: fresh_workspace field to yarn work responsesLars Wirzenius1-0/+1
2017-11-26Update: yarn scenarios to use named pipelinesLars Wirzenius1-10/+12
2017-11-26Fix: add empty set of parameters to where they occurLars Wirzenius1-0/+1
2017-11-19Add: scenario for testing unauthorized accessLars Wirzenius1-6/+7
2017-11-13Add: scenario for build in which a step failsLars Wirzenius1-0/+169