summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix how https requests are handled by adding an auth handleradamcoldrick/https-fixAdam Coldrick2014-03-171-4/+12
|
* Fix the construction of https urls in confparserAdam Coldrick2014-03-171-8/+4
|
* Fix a typo bug that I somehow didn't notice when merging.Adam Coldrick2014-03-121-1/+1
|
* Add support for using an http proxy with lorry-controller.Adam Coldrick2014-03-061-0/+36
| | | | | | | | | | | | | | | | | | | By adding a proxy.conf file to the lorry config repository, lorry controller can be set up to do any http operation over a proxy defined in proxy.conf as follows: { "hostname": "proxy-name", "port": "proxy-port", "username": "proxy-username", "password": "password" } If this file exists in the latest commit of the repository the lorry controller will try to use the proxy. To stop it from using the proxy add a commit which removes the file from the repository. Reviewed By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
* Update confparser to allow for requests using protocols other than ssh.Adam Coldrick2014-03-061-6/+51
| | | | | | | Add a method that constructs either an ssh command or an http GET request based on the access protocol of the trove. Make sure that when constructing lorries the url is in the correct form for a given protocol.
* Update lorry-controller to allow it to make http requestsAdam Coldrick2014-03-061-0/+26
|
* Add a protocol field to the example lorry-controller.conf.Adam Coldrick2014-02-281-0/+1
| | | | | Add a field to the trove entry to tell Lorry Controller how to access the trove.
* Update copyright and license (Use GPL)liw/new-lorry-controllerRichard Ipsum2013-12-166-13/+73
|
* Merge remote-tracking branch 'origin/liw/no-reload'Daniel Silverstone2013-03-051-13/+3
|\
| * Disable status page from automatically reloadingliw/no-reloadLars Wirzenius2013-02-271-13/+3
|/
* Make new lorries overdue so processed sooner rather than later.Joe Burmeister2012-11-211-0/+2
| | | | Reviewed-by: Lars Wirzenius
* Fix so lorry files don't require source-HEAD if they use the default.Joe Burmeister2012-11-141-0/+2
|
* Remove spurious tuple-generating commaDaniel Silverstone2012-10-301-1/+1
|
* Fix up bugs in conf parsingDaniel Silverstone2012-10-301-2/+4
|
* Date/time and sortingDaniel Silverstone2012-10-121-18/+31
|
* More tweaks to HTML status reportingDaniel Silverstone2012-10-113-8/+24
|
* Support generating HTML status messagesDaniel Silverstone2012-10-114-1/+284
|
* reduce scope of test configDaniel Silverstone2012-10-111-2/+1
|
* Support destroying dead lorries. Also fix up dry-run a bit moreDaniel Silverstone2012-10-102-13/+42
|
* Purge dead trovesDaniel Silverstone2012-10-101-0/+15
|
* Default last-ls-output should be a dictDaniel Silverstone2012-10-101-1/+1
|
* Support HEAD settingDaniel Silverstone2012-10-092-9/+32
|
* Support tarball config option replete with always/never/first supportDaniel Silverstone2012-10-082-6/+9
|
* Cope with lorries changing uuid and being destroyed in the same runDaniel Silverstone2012-10-082-4/+7
|
* Fix typoDaniel Silverstone2012-10-051-1/+1
|
* Support repositories already existing as 'successful create'Daniel Silverstone2012-10-041-2/+8
|
* Support ignore glob patterns intead of only exact matchesDaniel Silverstone2012-10-041-2/+8
|
* Fix typoDaniel Silverstone2012-10-041-1/+1
|
* Add a glob ignore for testingDaniel Silverstone2012-10-041-1/+2
|
* Better logging levelsDaniel Silverstone2012-10-033-35/+42
|
* Beginnings of rework to remove serial and make behaviour better in generalDaniel Silverstone2012-10-034-28/+53
|
* Ensure trove access is batched and non-checkedDaniel Silverstone2012-10-031-1/+2
|
* Initial setup.pyDaniel Silverstone2012-10-021-0/+19
|
* Initial crack at trove supportDaniel Silverstone2012-10-023-7/+71
|
* Parse and validate trove config and maintain some stateDaniel Silverstone2012-10-024-4/+58
|
* Fix typoDaniel Silverstone2012-10-021-2/+2
|
* Initial config for testingDaniel Silverstone2012-10-022-0/+23
|
* Add dry-run capabilityDaniel Silverstone2012-10-022-10/+23
|
* Add a dry-run supportDaniel Silverstone2012-10-022-9/+21
|
* Running lorryDaniel Silverstone2012-10-022-1/+47
|
* Support due-time and decide what to run and whenDaniel Silverstone2012-10-022-3/+100
|
* Basic working state managerDaniel Silverstone2012-10-013-3/+44
|
* Transfer serial to parsed lorryDaniel Silverstone2012-10-011-0/+1
|
* Remove unnecessary debug outputDaniel Silverstone2012-10-011-1/+0
|
* Support prefix in lorries stanzaDaniel Silverstone2012-10-011-3/+9
|
* Save the lorries for laterDaniel Silverstone2012-10-011-6/+21
|
* Add initial configuration parser and ignoresDaniel Silverstone2012-10-014-0/+124
|
* Basic controller with --work-area and auto git updateDaniel Silverstone2012-10-011-0/+49
|
* Note that lorry-controller is proprietaryDaniel Silverstone2012-10-011-0/+8