summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Recover from unique constraint violation in stages migrationGrzegorz Bizon2018-02-151-9/+9
* Migrate pipeline stages in batches instead of single rowGrzegorz Bizon2018-02-141-54/+30
* Merge branch 'master' into backstage/gb/build-stages-catch-up-migrationGrzegorz Bizon2018-02-121-3/+3
|\
| * Return a warning string if we try to encode to unsupported encodingAhmad Sherif2018-02-091-3/+3
* | Merge branch 'master' into backstage/gb/build-stages-catch-up-migrationGrzegorz Bizon2018-02-09177-1285/+3809
|\ \ | |/
| * Remove allow_n_plus_1 from Git::Repository#branches_filterAhmad Sherif2018-02-081-11/+8
| * Merge branch 'bvl-fix-concurrent-fork-network-migrations' into 'master'42861-include-external-files-in-gitlab-ci-yml-move-from-eep-to-ceYorick Peterse2018-02-081-4/+11
| |\
| | * Handle uniqueness on fork_network_member creationBob Van Landuyt2018-02-081-4/+11
| * | Merge branch 'zj-namespace-gitaly-opt-out' into 'master'Sean McGivern2018-02-081-4/+8
| |\ \ | | |/ | |/|
| | * Move Namespace to Gitaly using OPT-OUTZeger-Jan van de Weg2017-12-131-4/+8
| * | Migrate Git::Blob.batch to GitalyAhmad Sherif2018-02-083-5/+74
| * | Merge branch 'fix/cache-gitaly-find-commits' into 'master'Sean McGivern2018-02-071-8/+30
| |\ \
| | * | Cache Gitaly FindCommit RPC responsefix/cache-gitaly-find-commitsAhmad Sherif2018-02-071-8/+30
| * | | Merge branch 'pawel/connect_to_prometheus_through_proxy-30480' into 'master'Robert Speicher2018-02-073-26/+29
| |\ \ \
| | * | | Catch json parsing error as PrometheusErrorpawel/connect_to_prometheus_through_proxy-30480Pawel Chojnacki2018-02-071-0/+2
| | * | | Make prometheus service querying approach much nicer wrt to arity and default...Pawel Chojnacki2018-02-071-1/+1
| | * | | Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling2018-02-0672-309/+704
| | |\ \ \
| | * \ \ \ Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling2018-01-3128-375/+895
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'upstream/master' into pawel/connect_to_promethe...Pawel Chojnacki2018-01-2946-237/+987
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into pawel/connect_to_promethe...Pawel Chojnacki2018-01-1786-409/+1825
| | |\ \ \ \ \ \
| | * | | | | | | Cleanup PrometheusService testsPawel Chojnacki2018-01-041-12/+14
| | * | | | | | | Cleanup implementation and add cluster finding testsPawel Chojnacki2018-01-041-1/+1
| | * | | | | | | Fix prometheus client testsPawel Chojnacki2018-01-041-4/+13
| | * | | | | | | Add test checking if prometheus integration is enabled after prometheus is in...Pawel Chojnacki2018-01-042-15/+13
| | * | | | | | | Move client creation to Prometheus Application, manufacture proper rest clientPawel Chojnacki2018-01-021-10/+4
| | * | | | | | | wipPawel Chojnacki2018-01-023-21/+19
| * | | | | | | | Removing gitaly flagsFrancisco Javier López2018-02-071-4/+2
| * | | | | | | | Merge branch 'zj-refs-hash' into 'master'Sean McGivern2018-02-072-24/+21
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Don't use rugged in Repository#refs_hashZeger-Jan van de Weg2018-02-072-24/+21
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'rd-35856-backport-lfs-file-locking-api' into 'master'Sean McGivern2018-02-073-1/+91
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-073-1/+91
| * | | | | | | | | Merge branch '41763-search-api' into 'master'Sean McGivern2018-02-072-7/+6
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Return only limited pagination headers for search API endpointsJarka Kadlecová2018-02-062-4/+4
| | * | | | | | | | Support search in APIJarka Kadlecová2018-02-063-11/+10
| * | | | | | | | | Merge branch '41209-ci-linter-fails-on-gitlab-ci-blob-viewer' into 'master'Kamil Trzciński2018-02-072-1/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)41209-ci-linter-fails-on-gitlab-ci-blob-viewerDylan Griffith2018-02-072-1/+3
| * | | | | | | | | | Merge branch '26388-push-to-create-a-new-project' into 'master'Douwe Maan2018-02-066-64/+167
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-0613-79/+152
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Check ability ability before proceeding with project specific checksTiago Botelho2018-02-061-18/+23
| | * | | | | | | | | | | Moves project creationg to git access check for git pushTiago Botelho2018-02-066-44/+65
| | * | | | | | | | | | | Adds documentation for the featureTiago Botelho2018-02-061-2/+6
| | * | | | | | | | | | | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-065-88/+71
| | * | | | | | | | | | | Move new project on push logic to a serviceTiago Botelho2018-02-064-21/+26
| | * | | | | | | | | | | Add specsTiago Botelho2018-02-062-8/+5
| | * | | | | | | | | | | Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-063-15/+84
| | * | | | | | | | | | | Adds option to push over SSH to create a new projectTiago Botelho2018-02-061-1/+1
| | * | | | | | | | | | | Adds option to push over HTTP to create a new projectTiago Botelho2018-02-061-5/+24
| * | | | | | | | | | | | Merge branch 'dm-git-hook-popen' into 'master'Stan Hu2018-02-061-8/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Only set cwd on the newly spawned process, instead of the current oneDouwe Maan2018-02-061-8/+14
| * | | | | | | | | | | | Merge branch 'dm-route-path-validation' into 'master'Sean McGivern2018-02-062-13/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |