summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump browser gem to v2.5.3Stan Hu2018-09-053-5/+5
* Merge branch 'an/api-route-logger' into 'master'Stan Hu2018-09-053-0/+31
|\
| * Add route information to lograge structured loggingAndrew Newdigate2018-09-053-0/+31
* | Merge branch 'patch-28' into 'master'Achilleas Pipinellis2018-09-051-0/+1
|\ \
| * | Document that when updating using a Helm chart 'helm repo update' needs to be...Reb2018-09-051-0/+1
* | | Merge branch 'feature/gb/allow-to-extend-keys-in-gitlab-ci-yml' into 'master'Kamil Trzciński2018-09-0512-10/+801
|\ \ \
| * | | Fix extended CI/CD configuration docs for `extends`Grzegorz Bizon2018-09-051-9/+5
| * | | Add docs for extended CI/CD config with `extends`Grzegorz Bizon2018-09-051-0/+78
| * | | Improve specs and error messages in extendable configGrzegorz Bizon2018-09-054-6/+33
| * | | Add unit test for `extends` in .gitlab-ci.ymlGrzegorz Bizon2018-09-051-1/+13
| * | | Add missing frozen_string_literal to some classesGrzegorz Bizon2018-09-052-0/+4
| * | | Improve extended CI/CD config error messagesGrzegorz Bizon2018-09-054-11/+13
| * | | Add changelog for extendable CI/CD configurationGrzegorz Bizon2018-09-051-0/+5
| * | | Simplify classes and exceptions of extendable configGrzegorz Bizon2018-09-056-46/+46
| * | | Limit extendable CI/CD config entry nesting levelsGrzegorz Bizon2018-09-053-9/+47
| * | | Add feature tests for CI/CD `extends` keywordGrzegorz Bizon2018-09-042-0/+76
| * | | Add support for `extends` key in CI/CD configurationGrzegorz Bizon2018-09-044-9/+54
| * | | Add test case describing circular dependency in `extends`Grzegorz Bizon2018-09-041-0/+11
| * | | Improve extended CI/CD config specs and fix a bugGrzegorz Bizon2018-09-044-11/+13
| * | | Use deep_dup to duplicate hash in CI/CD extendable configGrzegorz Bizon2018-09-041-1/+1
| * | | Add specs for extendable CI/CD hash entry classGrzegorz Bizon2018-09-043-19/+248
| * | | Improve extendable CI/CD config hash collectionGrzegorz Bizon2018-09-043-35/+45
| * | | Add test for simple ciricular dependency in `extends`Grzegorz Bizon2018-09-041-2/+20
| * | | Detect circular dependenies in CI/CD `extends:` entryGrzegorz Bizon2018-09-043-6/+42
| * | | Do not modify extensible CI/CD entries by referenceGrzegorz Bizon2018-09-042-18/+13
| * | | Support recursive `extends:` in `.gitlab-ci.yml`Grzegorz Bizon2018-09-045-94/+207
| * | | Add basic support for CI/CD config extensionGrzegorz Bizon2018-09-042-0/+94
* | | | Merge branch 'an/fix-multipart-error-on-rails-reload' into 'master'Stan Hu2018-09-051-1/+1
|\ \ \ \
| * | | | Fix multipart error on rails reloadAndrew Newdigate2018-09-051-1/+1
|/ / / /
* | | | Merge branch 'patch-28' into 'master'Stan Hu2018-09-051-1/+1
|\ \ \ \
| * | | | remove comma kus2018-09-051-1/+1
| | |/ / | |/| |
* | | | Merge branch '45938-postgres-timeout-when-counting-number-of-ci-builds-for-us...Robert Speicher2018-09-053-48/+75
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure services counts always have values in usage pingsSean McGivern2018-09-051-1/+1
| * | | Handle statement timeouts in usage pingSean McGivern2018-09-053-47/+74
* | | | Merge branch 'dz-cleanup-group-labels-page' into 'master'Rémy Coutable2018-09-051-3/+1
|\ \ \ \
| * | | | Remove unnecessary logic from group labels pageDmitriy Zaporozhets2018-09-051-3/+1
* | | | | Merge branch '50974-qa-group-filtering-fails-when-filter-text-field-is-filled...Grzegorz Bizon2018-09-058-22/+62
|\ \ \ \ \
| * | | | | [QA] Ensure groups filtering does not happen before the groups list is loadedRémy Coutable2018-09-058-22/+62
* | | | | | Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets2018-09-0525-73/+339
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refactor: move active hook filter to TriggerableHooksDuana Saskia2018-09-056-22/+54
| * | | | | Refactor ProtectedRefMatcher to be more genericDuana Saskia2018-08-134-84/+56
| * | | | | Filter project hooks by branchDuana Saskia2018-08-1320-8/+261
| * | | | | Refactor tests for executing project hooksDuana Saskia2018-08-131-7/+16
* | | | | | Merge branch '36534-show-commit-behind-mr-api' into 'master'Douwe Maan2018-09-055-2/+21
|\ \ \ \ \ \
| * | | | | | Resolve "Return how many commits the source branch is behind the target branc...🙈 jacopo beschi 🙉2018-09-055-2/+21
|/ / / / / /
* | | | | | Merge branch 'skip-irrelevant-sql-commands-in-metrics' into 'master'Grzegorz Bizon2018-09-053-0/+70
|\ \ \ \ \ \
| * | | | | | Ignore irrelevant sql commands in metricsMark Chao2018-09-053-0/+70
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'rails5-fix-job-artifact-hashed-path' into 'master'Rémy Coutable2018-09-052-1/+7
|\ \ \ \ \ \
| * | | | | | Rails 5: fix hashed_path? method that looks up file_location that doesn't exi...Jasper Maes2018-09-052-1/+7
| |/ / / / /
* | | | | | Merge branch 'add-unknown-licenses' into 'master'Rémy Coutable2018-09-052-25/+47
|\ \ \ \ \ \