summaryrefslogtreecommitdiff
path: root/without-tests
AgeCommit message (Collapse)AuthorFilesLines
2019-10-18Revert "Change: move exceptions to exceptions.py, rename persitent.py"Lars Wirzenius1-1/+0
This reverts commit 066664763f16318076e34d702cce746b2fd4afca.
2019-10-18Revert "Add: TokenGetter"Lars Wirzenius1-1/+0
This reverts commit 7a6bc2f7749c10c1d3344ea0196e81ae95b7f0d7.
2019-08-03Add: TokenGetterLars Wirzenius1-0/+1
2019-08-03Change: move exceptions to exceptions.py, rename persitent.pyLars Wirzenius1-0/+1
2018-06-10Add: notification serviceLars Wirzenius1-0/+2
2018-05-17Change: how controller stores persistent dataLars Wirzenius1-0/+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.
2017-12-03Add: blob serviceLars Wirzenius1-0/+2
2017-11-26Add: pipeline sub-APILars Wirzenius1-0/+1
2017-11-18Refactor: move ProjectAPI tests to its own moduleLars Wirzenius1-1/+0
2017-11-18Refactor: move WorkAPI tests to its own moduleLars Wirzenius1-1/+0
2017-11-18Refactor: move VersionAPI tests into their own moduleLars Wirzenius1-1/+0
2017-11-18Refactor: move ProjectAPI to its own moduleLars Wirzenius1-0/+1
2017-11-18Refactor: move WorkAPI into its own moduleLars Wirzenius1-0/+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-2/+1
2017-11-18Refactor: move VersionAPI into its own moduleLars Wirzenius1-0/+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/+1
2017-11-18Refactor: move HTTP response function into their own moduleLars Wirzenius1-0/+1
2017-08-06Fix: setup.py, version numbersLars Wirzenius1-0/+1
2017-08-06Add: ControllerAPI, ControllerStateLars Wirzenius1-4/+3
2017-07-01Add: production controller applicationLars Wirzenius1-0/+2
Rewrite the controller to be a proper application. This is not quite production ready, actually: it only runs in debug mode. Later on I'll add support for uwsgi and systemd units for managing it, but for now this is enough.
2017-07-01Add: ick2lib.Project class to hold data about a projectLars Wirzenius1-0/+3