summaryrefslogtreecommitdiff
path: root/lorrycontroller
Commit message (Expand)AuthorAgeFilesLines
* Fix job queue getting stuck on repo preparationKyle Mckay2022-01-121-3/+21
* Enable LFS in gitlab for raw filesEllis Barnwell2021-11-251-1/+1
* Update admin interface to support raw-fileBen Brown2021-11-181-1/+4
* 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
* Add a page listing failing lorriesBen Hutchings2020-10-062-6/+25
* lorrycontroller: Explicitly list all names to be re-exportedBen Hutchings2020-08-101-1/+32
* Delete unused module importsBen Hutchings2020-08-106-14/+0
* Delete assignments to local variables that are not used laterBen Hutchings2020-08-102-7/+2
* showjob: Use local variable instead of re-evaluating the same expressionBen Hutchings2020-08-101-1/+1
* readconf: Fix handling of invalid time values in configurationBen Hutchings2020-08-101-1/+1
* givemejob: Fix upstream host metadata lookupBen Hutchings2020-08-101-2/+2
* Rewind lorry FDs before parsing as JSON.Robert J. Heywood2020-08-031-0/+1
* Merge branch 'bwh/single-lorry-metadata' into 'master'Ben Brown2020-08-032-24/+121
|\
| * gitlab: Ignore failure to set the default branchBen Hutchings2020-07-301-3/+12
| * givemejob: Add metadata for single repositoriesBen Hutchings2020-07-301-2/+89
| * givemejob: Move upstream host metadata lookup out of get_repo_metadataBen Hutchings2020-07-151-10/+18
| * givemejob: Stop synthesising host information when it's missingBen Hutchings2020-07-151-10/+3
* | local: Create repos with empty description and enabled for exportBen Hutchings2020-07-291-1/+6
* | status: Use integer division where appropriateBen Hutchings2020-07-161-4/+4
|/
* Merge branch 'bwh/statedb-no-json1' into 'master'Ben Brown2020-06-141-1/+1
|\
| * STATEDB: Avoid depending on SQLite json1 extensionBen Hutchings2020-06-081-1/+1
* | Update copyright dates for files I recently changedBen Hutchings2020-06-089-9/+9
|/
* Merge branch 'master' into 'bwh/gitea-support'Ben Hutchings2020-06-081-12/+28
|\
| * Merge branch 'master' into 'bwh/gitlab-config'Ben Hutchings2020-06-083-34/+84
| |\
| | * 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
* | | Add gitea Downstream Host connectorBen Hutchings2020-06-012-0/+140
* | | lsupstreams: Prefer more specific remote prefixes in prefixmapBen Hutchings2020-06-011-3/+4
* | | Merge branch 'bwh/remote-downstreams' into bwh/gitea-supportBen Hutchings2020-06-013-28/+62
|\ \ \ | |/ / |/| / | |/
| * GitlabUpstream: Use HTTPS unless explicitly configured not toBen Hutchings2020-06-011-1/+4
| * Introduce and use downstream-{http,ssh}-url settingsBen Hutchings2020-06-012-11/+15
| * 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-013-3/+20
|/ /
* | 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
* | Move Upstream Host type-specific code into modulesBen Hutchings2020-06-017-102/+184
* | Move Downstream Host type-specific code into modulesBen Hutchings2020-06-017-103/+230
* | 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
| |/