summaryrefslogtreecommitdiff
path: root/lorrycontroller/readconf.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright yearBen Brown2021-10-131-1/+1
* Remove unclear commentBen Brown2021-10-131-3/+0
* Fetch without the need to touch remotesBen Brown2021-10-131-13/+8
* Drop duplicate hard resetBen Brown2021-10-131-5/+0
* readconf: unify clone and update into single fetch methodBen Brown2021-10-131-12/+6
* Ensure that origin url is set to what's in settingsEllis Barnwell2021-10-131-0/+5
* Reset to the branch supplied in the configEllis Barnwell2021-10-131-1/+2
* Delete assignments to local variables that are not used laterBen Hutchings2020-08-101-6/+1
* readconf: Fix handling of invalid time values in configurationBen Hutchings2020-08-101-1/+1
* Rewind lorry FDs before parsing as JSON.Robert J. Heywood2020-08-031-0/+1
* Update copyright dates for files I recently changedBen Hutchings2020-06-081-1/+1
* Move Upstream Host type-specific code into modulesBen Hutchings2020-06-011-11/+6
* lorrycontroller.readconf: Make general validator methods publicBen Hutchings2020-06-011-11/+11
* STATEDB: Generalise 'troves' table to allow more Upstream Host typesBen Hutchings2020-06-011-4/+5
* lorrycontroller.readconf: Fix up 'troves' section type earlyBen Hutchings2020-06-011-2/+5
* Update terminology for hosts in internal APIs and web templatesBen Hutchings2020-06-011-17/+16
* readconf: Stop comparing dicts directly (python3)Pedro Alvarez2020-01-271-1/+1
* Update to python3Pedro Alvarez2019-11-271-2/+2
* Add support for YAML lorriesAdam Coldrick2016-10-061-2/+6
* Allow host to be specified instead of trovehostBen Brown2016-06-171-3/+5
* Add support for lorrying from a Gitlab serverBen Brown2016-06-171-3/+15
* Reduce nesting a littleBen Brown2016-04-181-1/+1
* Remove trailing whitespaceBen Brown2015-12-151-3/+3
* Perform some sanity checking for 'ignore' and 'globs' fieldsBen Brown2015-12-151-0/+11
* 'ignore' field is no longer treated as if it were mandatoryBen Brown2015-12-151-1/+1
* Fix over-indentation in readconf.pybaserock/pedroalvarez/fix-readconfPedro Alvarez2014-05-211-3/+3
* Update CONFGIT mirror more robustlyLars Wirzenius2014-05-061-3/+23
* Move exception class earlier in fileLars Wirzenius2014-04-221-6/+6
* Validate protocol field in lorry-controller.confLars Wirzenius2014-04-221-0/+8
* Clarify code by removing confusingly named methodLars Wirzenius2014-04-221-8/+5
* Rename variables for clarityLars Wirzenius2014-04-221-10/+9
* Add new Lorry ControllerLars Wirzenius2014-04-151-0/+347