summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Prepare to release version 0.5salami-0.5Lars Wirzenius3-5/+5
2017-11-16Add: update NEWSLars Wirzenius1-0/+4
2017-11-16Add: missing fields to config file in config.mdwnLars Wirzenius1-0/+5
2017-11-16Merge: yarn testsLars Wirzenius11-61/+633
2017-11-16Fix: make local yarns workLars Wirzenius2-14/+22
2017-11-16Rename: start_debug_salami -> start_salamiLars Wirzenius2-104/+78
2017-11-16Add: ./check remote support, start_debug salami local and remoteLars Wirzenius4-25/+72
2017-11-16Add: check can start/stop salami or run against remoteLars Wirzenius4-55/+182
2017-11-16Add: beginnings of a yarn test suiteLars Wirzenius6-0/+416
2017-11-15Bump version number post-release to 0.4+gitLars Wirzenius3-2/+12
2017-11-15Prepare to release version 0.4salami-0.4Lars Wirzenius3-5/+5
2017-11-15Fix: gunicorn log file used by start_salamiLars Wirzenius2-1/+2
2017-11-15Bump version number post-release to 0.3+gitLars Wirzenius3-2/+12
2017-11-15Prepare to release version 0.3salami-0.3Lars Wirzenius3-5/+5
2017-11-15Add: install start_salami in setup.pyLars Wirzenius1-0/+1
2017-11-15Add: build.py to without-testsLars Wirzenius1-0/+1
2017-11-15Fix: drop unused configruation fieldsLars Wirzenius2-6/+0
2017-11-15Add: configuration manualeLars Wirzenius1-0/+106
2017-11-14Add: Qvarn to glossaryLars Wirzenius1-0/+2
2017-11-14Fix: typo (scles -> scales)Lars Wirzenius1-1/+1
2017-11-14Add: note that Salami will use Qvarn for storageLars Wirzenius1-0/+4
2017-11-14Add: start of an arch docLars Wirzenius4-0/+417
2017-11-14Bump version number post-release to 0.2+gitLars Wirzenius3-2/+12
2017-11-14Prepare to release version 0.2salami-0.2Lars Wirzenius3-5/+5
2017-11-14Fix: drop unnecessary build-dependency on python3-psycopg2Lars Wirzenius1-1/+0
2017-11-14Fix: drop empty debian/changelog entryLars Wirzenius1-6/+0
2017-11-14Bump version number post-release to 0.1+gitLars Wirzenius3-2/+12
2017-11-14Prepare to release version 0.1salami-0.1Lars Wirzenius3-3/+9
2017-11-14Fix: start SalamiLars Wirzenius72-7790/+229
2017-11-02Add: allow resource type specs to be updatedLars Wirzenius3-10/+60
2017-11-02Fix: flatten objects with same name, unorderable fieldsLars Wirzenius4-2/+24
2017-11-01Fix: set base url for ResourceRouterLars Wirzenius3-0/+4
2017-11-01Add: fix spelling of QvarnLabs' nameLars Wirzenius1-1/+1
2017-11-01Add: copyright statements to READMELars Wirzenius1-0/+2
2017-10-26Add: update NEWS about listener bugLars Wirzenius1-0/+6
2017-10-25Add: listen_on_type field to listenersLars Wirzenius2-1/+20
2017-10-25Add: scenario that tests the right listeners show upLars Wirzenius1-0/+90
2017-10-18Add: history and background from README to yarn introLars Wirzenius1-1/+18
2017-10-18Add: add a section on the origins of Qvarn to READMELars Wirzenius1-0/+15
2017-10-12Merge: refactor api.py for cleanlinessLars Wirzenius15-736/+931
2017-10-12Refactor: use helper methods to fix repeated codeLars Wirzenius1-30/+22
2017-10-12Refactor: move some "builtin" resource types into yaml filesLars Wirzenius4-74/+32
2017-10-12Refactor: move notifications and resources into their own routersLars Wirzenius5-139/+410
2017-10-12Refactor: drop repr-ification, slog does it itself nowLars Wirzenius1-8/+1
2017-10-12Refactor: use NotificationRouterLars Wirzenius3-210/+8
2017-10-12Refactor: use SubresrouceRouterLars Wirzenius2-53/+5
2017-10-12Fix: drop unnecssary parts, fix callback nameLars Wirzenius1-5/+1
2017-10-12Refactor: add SubresourceRouterLars Wirzenius2-45/+100
2017-10-12Refactor: move API exceptions into their own moduleLars Wirzenius3-1/+56
2017-10-12Refactor: move file serving to its own moduleLars Wirzenius3-66/+104