summaryrefslogtreecommitdiff
path: root/ick2/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2019-10-18Revert "Add: MemoryPersitentState"Lars Wirzenius1-2/+2
2019-10-18Revert "Add: placeholder for MuckPersistentState"Lars Wirzenius1-1/+0
2019-10-18Revert "Add: MemoryStore"Lars Wirzenius1-4/+0
2019-10-18Revert "Change: refer to resource by name, not id"Lars Wirzenius1-0/+1
2019-10-18Revert "Drop: use of old persistent state classes"Lars Wirzenius1-0/+1
2019-10-18Revert "Change: move exceptions to exceptions.py, rename persitent.py"Lars Wirzenius1-3/+3
2019-10-18Revert "Add: MuckStore"Lars Wirzenius1-2/+0
2019-10-18Revert "Add: TokenGetter"Lars Wirzenius1-1/+0
2019-08-03Add: TokenGetterLars Wirzenius1-0/+1
2019-08-03Add: MuckStoreLars Wirzenius1-0/+2
2019-08-03Change: move exceptions to exceptions.py, rename persitent.pyLars Wirzenius1-3/+3
2019-08-03Drop: use of old persistent state classesLars Wirzenius1-1/+0
2019-08-03Change: refer to resource by name, not idLars Wirzenius1-1/+0
2019-08-03Add: MemoryStoreLars Wirzenius1-0/+4
2019-08-03Add: placeholder for MuckPersistentStateLars Wirzenius1-0/+1
2019-08-03Add: MemoryPersitentStateLars Wirzenius1-2/+2
2018-07-26Change: upon triggering build, check project defines all parametersLars Wirzenius1-0/+1
2018-06-10Add: notification serviceLars Wirzenius1-0/+3
2018-06-10Add: BuildStateMachine classLars Wirzenius1-1/+22
2018-05-19Change: use build graphs in build resources, instead of action listLars Wirzenius1-0/+2
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-7/+5
2018-04-27Add: action: gitLars Wirzenius1-0/+1
2018-04-25Change: GET /work, POST /worker use access token to identify workerLars Wirzenius1-0/+1
2018-04-23Change: all actions must have a "where"Lars Wirzenius1-1/+1
2018-04-19Drop: pipeline instancesLars Wirzenius1-1/+0
2018-04-19Change: trigger a project, build all pipelines in the projectLars Wirzenius1-1/+2
2018-04-07Add: AuthClientLars Wirzenius1-0/+1
2018-03-30Add: classes for pipeline actionsLars Wirzenius1-0/+10
2018-03-30Add: ActionEnvironment class for executing in various contextsLars Wirzenius1-1/+8
2018-03-30Add: Reporter class for reporting progress to controllerLars Wirzenius1-1/+8
2018-03-30Add: BlobClient class to use artifact store APILars Wirzenius1-1/+1
2018-03-30Add: ControllerClient class for using controller APILars Wirzenius1-1/+1
2018-03-30Add: HttpAPI class for using REST-ful HTTP APILars Wirzenius1-0/+2
2018-01-14Add: 2018 to copyright yearsLars Wirzenius1-1/+1
2018-01-14Add: move actions for a build into build resourceLars Wirzenius1-0/+1
2017-12-15Add: PipelineInstances classLars Wirzenius1-0/+1
2017-12-15Refactors: Workers, Project classesLars Wirzenius1-1/+7
2017-12-03Add: blob serviceLars Wirzenius1-0/+2
2017-11-26Add: pipeline sub-APILars Wirzenius1-0/+1
2017-11-25Fix: POST /project with an existing project name failsLars Wirzenius1-0/+2
2017-11-18Refactor: move ProjectAPI to its own moduleLars Wirzenius1-1/+1
2017-11-18Refactor: move WorkAPI into its own moduleLars Wirzenius1-1/+1
2017-11-18Refactor: move LogAPI to its own moduleLars Wirzenius1-0/+1
2017-11-18Refactor: move BuildsAPI to its own moduleLars Wirzenius1-0/+1
2017-11-18Refactor: move WorkerAPI to its own moduleLars Wirzenius1-1/+1
2017-11-18Refactor: move ResourceApiBase to apibase.pyLars Wirzenius1-1/+1
2017-11-18Refactor: move VersionAPI into its own moduleLars Wirzenius1-1/+1
2017-11-18Refactor: move APIbase into its own moduleLars Wirzenius1-0/+1
2017-11-18Refactor: move API specific exceptions into a separate moduleLars Wirzenius1-0/+5
2017-11-18Refactor: move HTTP response function into their own moduleLars Wirzenius1-0/+7