summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into 'bwh/gitlab-config'Ben Hutchings2020-06-085-35/+97
| |\ \ | |/ / |/| |
* | | Merge branch 'bwh/gerrit-config' into 'master'Ben Hutchings2020-06-081-12/+28
|\ \ \
| * | | GerritDownstream: Pass default branch and description to create-projectBen Hutchings2020-06-011-14/+18
| * | | GerritDownstream: Add application setting for parent projectBen Hutchings2020-06-011-1/+13
* | | | Merge branch 'bwh/remote-downstreams' into 'master'Ben Hutchings2020-06-084-29/+72
|\ \ \ \ | |/ / /
* | | | Merge branch 'bwh/cleanup-host-types' into 'master'Ben Hutchings2020-06-0811-214/+479
|\ \ \ \
* \ \ \ \ Merge branch 'bwh/gerrit-ssh-quoting' into 'master'Ben Hutchings2020-06-041-1/+2
|\ \ \ \ \
* \ \ \ \ \ Merge branch 'bwh/update-gitlab' into 'master'Ben Hutchings2020-06-041-56/+29
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge branch 'bwh/generalise-statedb' into 'master'Ben Hutchings2020-06-045-44/+101
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge branch 'bwh/de-trove-ify' into 'master'Ben Hutchings2020-06-0416-246/+253
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge branch 'bwh/fix-lighttpd-path' into 'master'Ben Hutchings2020-06-041-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lighttpd: Fix FastCGI configuration to pass full path as PATH_INFOBen Hutchings2020-06-011-1/+3
* | | | | | | | | | Merge branch 'bwh/python3' into 'master'Ben Hutchings2020-06-0119-114/+128
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge branch 'bwh/trovekube' into 'master'Ben Hutchings2020-06-015-6/+34
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | | | | | | | | | * Add gitea Downstream Host connectorBen Hutchings2020-06-013-2/+142
| | | | | | | | | | * lsupstreams: Prefer more specific remote prefixes in prefixmapBen Hutchings2020-06-011-3/+4
| | | | | | | | | | * Merge branch 'bwh/remote-downstreams' into bwh/gitea-supportBen Hutchings2020-06-014-28/+72
| | | | | | | | | | |\ | | | | | | | | | |/ / | | | | | | | | | | / | | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | | * | GitlabUpstream: Use HTTPS unless explicitly configured not toBen Hutchings2020-06-011-1/+4
| | | | | | | | * | Introduce and use downstream-{http,ssh}-url settingsBen Hutchings2020-06-013-11/+25
| | | | | | | | * | Introduce and use SshCommand class for running commands via sshBen Hutchings2020-06-012-21/+47
| | | | | | | | * | Merge branch 'bwh/gerrit-ssh-quoting' into bwh/remote-downstreamsBen Hutchings2020-06-011-1/+2
| | | | | | | | |\ \ | | | | | | | |/ / / | | | | | | | | / / | | | | | | | |/ / | | | | | | |/| |
| | | | | | * | | gerrit: Shell-quote ssh command argumentsBen Hutchings2020-06-011-1/+2
| | | |_|_|/ / / | | |/| | | | |
| | | | | | | * GitlabDownstream: Create repositories with most optional features disabledBen Hutchings2020-06-011-8/+20
| | | | | | | * Allow creating repos/groups as internal or public on GitLabBen Hutchings2020-06-014-3/+25
| | | | | | |/
| | | | | | * Implement getting and setting repo metadata for all host typesBen Hutchings2020-06-013-17/+45
| | | | | | * local: Create the repository in prepare_repoBen Hutchings2020-06-012-7/+29
| | | | | | * ARCH: Expand description of the lorrycontroller packageBen Hutchings2020-06-011-2/+7
| | | | | | * Move Upstream Host type-specific code into modulesBen Hutchings2020-06-017-102/+184
| | | | | | * Move Downstream Host type-specific code into modulesBen Hutchings2020-06-018-113/+241
| | | | | | * lorrycontroller.readconf: Make general validator methods publicBen Hutchings2020-06-011-11/+11
| | | | | | * Merge branch 'bwh/update-gitlab' into bwh/cleanup-host-typesBen Hutchings2020-06-011-56/+29
| | | | | | |\ | | | | | |/ / | | | | |/| / | | | | | |/
| | | | | * lorrycontroller.gitlab: Use and create subgroups as neededBen Hutchings2020-06-011-56/+29
| | | | | * lorrycontroller.gitlab: Update for GitLab v4 APIBen Hutchings2020-06-011-2/+2
| | | |_|/ | | |/| |
| | | | * 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
| |/