summaryrefslogtreecommitdiff
path: root/yarns
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-06Change: /log to /logs, for consistencyLars Wirzenius1-17/+17
2017-11-06Add: update, retrieve build logsLars Wirzenius1-8/+38
2017-11-06Add: implement step for checking a headerLars Wirzenius1-1/+4
2017-11-06Add: implement step to checking body against literal textLars Wirzenius1-0/+5
2017-11-06Add: unescape functionLars Wirzenius1-0/+11
2017-11-06Add: /buildsLars Wirzenius1-8/+44
2017-11-06Fix: spelling of exit_codeLars Wirzenius1-2/+2
2017-11-06Fix: spelling of exit_codeLars Wirzenius1-1/+1
2017-11-05Fix: build scenario to match codeLars Wirzenius1-12/+17
2017-11-05Add: POST /workLars Wirzenius1-1/+3
2017-11-05Add: advance to next step in pipeline automaticallyLars Wirzenius1-0/+2
2017-11-05Fix: update build scenario to match codeLars Wirzenius1-4/+16
2017-11-05Fix: some scenario steps to match codeLars Wirzenius1-4/+6
2017-11-05Fix: stop controller at end of build scenrioLars Wirzenius1-0/+2
2017-11-05Add: implement foo makes BAR request in user-agnostic wayLars Wirzenius1-12/+9
2017-11-05Fix: JSON syntax in scenario stepLars Wirzenius1-1/+1
2017-11-05Refactor: change token generation to name the userLars Wirzenius6-27/+12
2017-11-05Add: store, retrieve tokens using helpersLars Wirzenius1-9/+12
2017-11-05ADd: return headers from HTTP responsesLars Wirzenius1-3/+3
2017-11-05Add: add helpers for storing, retrieving tokens for usersLars Wirzenius1-1/+11
2017-11-05Add: implement getting access token for named userLars Wirzenius1-1/+12
2017-10-31Add: stub IMPLEMENTS for new scenario stepsLars Wirzenius3-0/+14
2017-10-27Add: first draft of yarn scenario for building a projectLars Wirzenius1-0/+241
2017-10-16Add: /workers endpointLars Wirzenius1-9/+9
2017-10-16Add: implement new scenario stepLars Wirzenius2-0/+8
2017-10-16Add: yarn scenario for managing workersLars Wirzenius1-0/+159
2017-10-15Add: note that remote and source tree versions must matchLars Wirzenius1-0/+6
2017-10-15Fix: make 100-projects.yarn follow arch doc for projectsLars Wirzenius1-37/+82
2017-10-15Add: links to ick, yarn, how to run checkLars Wirzenius1-2/+35
2017-10-14Add: run yarns against locallly started instance, or remoteLars Wirzenius4-83/+161
2017-10-13Fix: adapt yarns for create-token interface changeLars Wirzenius1-6/+4
2017-10-04Add: make yarn get version from setup.pyLars Wirzenius2-1/+8
2017-10-04Add: /version to controller APILars Wirzenius1-0/+35
2017-09-24Fix: give os.kill pid as an integerLars Wirzenius1-1/+1
2017-09-24Add: copyright license declaration to all filesLars Wirzenius4-8/+66
2017-09-24Add: copyright statements, check they existLars Wirzenius4-0/+14
2017-08-06Add: ControllerAPI, ControllerStateLars Wirzenius4-0/+377
2017-08-06Start rewrite using Python 3, apifw, slogLars Wirzenius5-551/+0
2017-07-29Fix: worker two expected responsesLars Wirzenius1-4/+4
2017-07-29Add: scenario step configures multiple projectsLars Wirzenius1-8/+13
2017-07-29Add: scenario for concurrent building of projectsLars Wirzenius2-3/+218