summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* STATEDB: Rename 'from_trovehost' column of lorries to 'from_host'bwh/statedb-cleanupBen Hutchings2020-06-012-23/+45
* STATEDB: Generalise 'troves' table to allow more Upstream Host typesBen Hutchings2020-06-015-42/+91
* STATEDB: Comment why the original schema is here, not the current schemaBen Hutchings2020-06-011-0/+5
* lorrycontroller.readconf: Fix up 'troves' section type earlyBen Hutchings2020-06-011-2/+5
* WEBAPP: Add 'downstream-host-type' as alias for 'git-server-type'Ben Hutchings2020-06-011-2/+2
* Update terminology for hosts in internal APIs and web templatesBen Hutchings2020-06-0115-177/+175
* lorrycontroller.statedb: Allow internal keys and column names to divergeBen Hutchings2020-06-011-13/+16
* README: Use terms "{Down,Up}stream Host" instead of "Trove"Ben Hutchings2020-06-011-23/+22
* README: Rewrite text that implies LC must be part of TroveBen Hutchings2020-06-011-11/+10
* ARCH: Use terms "{Down,Up}stream Host" instead of "Trove"Ben Hutchings2020-06-011-22/+30
* Merge branch 'bwh/trovekube' into bwh/python3Ben Hutchings2020-06-010-0/+0
|\
| * gitlab-ci: Install yoyo-migrations version compatible with Python 2Ben Hutchings2020-06-011-1/+1
* | lorrycontroller.gitano: Fix repeated import of urllib.parseBen Hutchings2020-05-061-1/+0
* | Convert output from runcmd{,_unchecked} to textBen Hutchings2020-05-063-1/+10
* | MINION: Convert binary data to text as necessaryBen Hutchings2020-05-061-5/+7
* | Move to python3.6 because of yoyo-migrationstrovekubePedro Alvarez2020-01-271-2/+3
* | readconf: Stop comparing dicts directly (python3)Pedro Alvarez2020-01-271-1/+1
* | Update to python3Pedro Alvarez2019-11-2718-106/+109
|/
* Make status call copy the static filesPedro Alvarez2019-07-121-1/+17
* Minion: Support setting lorry config filePedro Alvarez2019-07-091-3/+13
* Support 'local' git-server-type for local mirrorsPedro Alvarez2019-07-092-1/+3
* Merge branch 'benbrown/clean-removed-jobs' into 'master'Pedro Alvarez Piedehierro2019-05-162-5/+8
|\
| * Ensure child processes of subprocesses are killed with the parentbenbrown/clean-removed-jobsBen Brown2019-05-101-3/+6
| * Fix incorrect debug message on statedb removalBen Brown2018-05-201-2/+2
|/
* Merge branch 'pedro/publish-failures' into 'master'Ben Brown2017-07-139-27/+114
|\
| * Make migrations run only once per executionpedro/publish-failuresPedro Alvarez Piedehierro2017-07-132-16/+30
| * status: Encode generated html as UTF-8Pedro Alvarez Piedehierro2017-07-131-1/+1
| * Setup CI with .gitlab-ci.ymlPedro Alvarez Piedehierro2017-07-131-0/+13
| * check: set default PYTHONPATHPedro Alvarez Piedehierro2017-07-131-1/+1
| * templates/status.tpl: Add column to show failuresPedro Alvarez Piedehierro2017-07-132-1/+12
| * status: send 'publish-failures' option to templatePedro Alvarez Piedehierro2017-07-131-4/+9
| * jobupdate: Store job information in lorry if job failedPedro Alvarez Piedehierro2017-07-132-1/+16
| * statedb: add columns for last failure informationPedro Alvarez Piedehierro2017-07-132-3/+28
| * Create extra setting to publish lorry failuresPedro Alvarez Piedehierro2017-07-131-0/+4
|/
* Add support for YAML lorriesAdam Coldrick2016-10-062-3/+7
* Make use of the exceptions response_code member variableBen Brown2016-06-171-1/+1
* Add docstring for suitable_path()Ben Brown2016-06-171-0/+12
* Remove unused version tableBen Brown2016-06-171-4/+0
* Migrations by yoyoBen Brown2016-06-173-11/+32
* Typo in READMEBen Brown2016-06-171-1/+1
* Allow host to be specified instead of trovehostBen Brown2016-06-172-6/+7
* Workaround for GitLab's lack of multi-level namespacingBen Brown2016-06-171-11/+31
* Add support for lorrying from a Gitlab serverBen Brown2016-06-175-24/+93
* Add support for mirroring to a GitLab serverBen Brown2016-06-174-4/+112
* Add .gitreview filePedro Alvarez2016-04-271-0/+5
* Set max-procs to 1 in webapp lighttpd confPedro Alvarez2016-04-271-1/+1
* Bind webapp server on 127.0.0.1 by defaultPedro Alvarez2016-04-271-1/+2
* Reduce nesting a littleBen Brown2016-04-182-4/+3
* Remove trailing whitespaceBen Brown2015-12-1513-37/+37
* Add tests for 'ignore' and 'globs' validationBen Brown2015-12-151-0/+24