summaryrefslogtreecommitdiff
path: root/ick2/apibase.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-18Revert "Add: MemoryPersitentState"Lars Wirzenius1-2/+2
2019-10-18Revert "Change: get and use tokens"Lars Wirzenius1-43/+20
2019-10-18Revert "Change: refer to resource by name, not id"Lars Wirzenius1-10/+11
2019-10-18Revert "Drop: TransactionalState.has_resource (bad, racy)"Lars Wirzenius1-0/+6
2019-10-18Revert "Drop: use of old persistent state classes"Lars Wirzenius1-1/+1
2019-10-18Revert "Add: MuckStore"Lars Wirzenius1-2/+1
2019-10-18Revert "Add: TokenGetter"Lars Wirzenius1-4/+0
2019-08-03Add: TokenGetterLars Wirzenius1-0/+4
2019-08-03Add: MuckStoreLars Wirzenius1-1/+2
2019-08-03Drop: use of old persistent state classesLars Wirzenius1-1/+1
2019-08-03Drop: TransactionalState.has_resource (bad, racy)Lars Wirzenius1-6/+0
2019-08-03Change: refer to resource by name, not idLars Wirzenius1-11/+10
2019-08-03Change: get and use tokensLars Wirzenius1-20/+43
2019-08-03Add: MemoryPersitentStateLars Wirzenius1-2/+2
2018-10-02Fix: shut up pylint3Lars Wirzenius1-1/+1
2018-07-26Change: return 409 if project is missing parameters, not 404Lars Wirzenius1-1/+1
2018-07-26Change: upon triggering build, check project defines all parametersLars Wirzenius1-0/+3
2018-07-23Change: allow projects, pipelines, etc, have a foo/bar/baz syntaxLars Wirzenius1-3/+4
2018-07-09Change: give NotMuch its optional args everywhereLars Wirzenius1-2/+2
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-29/+30
2018-04-25Change: GET /work, POST /worker use access token to identify workerLars Wirzenius1-1/+1
2018-04-19Change: trigger a project, build all pipelines in the projectLars Wirzenius1-2/+2
2018-01-21Fix: retain next_build_id when project is updatedLars Wirzenius1-5/+8
2018-01-19Update: copyright yearsLars Wirzenius1-1/+1
2018-01-19Change: builds are now numbered foo/123, as are logsLars Wirzenius1-4/+9
2017-12-15Add: ApiBase.get_state methodLars Wirzenius1-0/+3
2017-11-29Add: log traceback when 404Lars Wirzenius1-1/+2
2017-11-26Add: log failures to find resources in apibaseLars Wirzenius1-2/+8
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 Wirzenius1-4/+12
2017-11-25Fix: adapt to new keyword argument from apifwLars Wirzenius1-10/+10
2017-11-18Refactor: move ResourceApiBase to apibase.pyLars Wirzenius1-0/+28
2017-11-18Refactor: move APIbase into its own moduleLars Wirzenius1-0/+129