summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ce-6436-6149-unify-project_creator_spec' into 'master'Robert Speicher2018-06-214-4/+13
|\
| * Implement `expect_next_instance_of` and use itLin Jen-Shin2018-06-214-4/+13
* | Merge branch 'da-usage-ping' into 'master'Sean McGivern2018-06-211-15/+16
|\ \
| * | Add enabled prefix to feature keys to be consistent with other keysda-usage-pingDouglas Barbosa Alexandre2018-06-201-15/+16
* | | Raw changes calculation is Gitaly only nowZeger-Jan van de Weg2018-06-211-35/+25
| |/ |/|
* | Avoid N+1 queries while processing uploadsMichael Kozono2018-06-201-8/+37
|/
* Merge branch 'limit-metrics-content-type' into 'master'Stan Hu2018-06-201-1/+10
|\
| * Limit the action suffixes in transaction metricslimit-metrics-content-typeYorick Peterse2018-06-201-1/+10
* | Merge branch 'remove-allocations-gem' into 'master'Stan Hu2018-06-202-8/+0
|\ \
| * | Remove remaining traces of the Allocations Gemremove-allocations-gemYorick Peterse2018-06-202-8/+0
| |/
* | Fix: Serve favicon image always from the main GitLab domain to avoid issues w...Alexis Reigel2018-06-201-0/+15
* | Resolve "Unable to install Prometheus on Clusters: 'Error: Chart incompatible...Mayra Cabrera2018-06-202-30/+40
|/
* Merge branch 'ce-5024-filename-search' into 'master'Sean McGivern2018-06-202-1/+58
|\
| * Implement filtering by filename on code searchce-5024-filename-searchMario de la Ossa2018-06-192-1/+58
* | Merge branch 'zj-lfs-pointers' into 'master'Douwe Maan2018-06-201-36/+5
|\ \
| * | LFS changes are detected by Gitalyzj-lfs-pointersZeger-Jan van de Weg2018-06-191-36/+5
* | | Merge branch 'zj-force-push-opt-out' into 'master'Douwe Maan2018-06-192-21/+7
|\ \ \
| * | | Force push is handled by Gitaly nowzj-force-push-opt-outZeger-Jan van de Weg2018-06-192-21/+7
* | | | Merge branch 'zj-fork-mandatory' into 'master'Douwe Maan2018-06-191-25/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Move forking to Gitalyzj-fork-mandatoryZeger-Jan van de Weg2018-06-191-25/+9
* | | | Merge branch 'zj-counting-commits' into 'master'Douwe Maan2018-06-191-9/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Counting commits is done by Gitalyzj-counting-commitsZeger-Jan van de Weg2018-06-191-9/+1
* | | | Merge branch 'sh-optimize-locks-check-ce' into 'master'Sean McGivern2018-06-191-0/+16
|\ \ \ \
| * | | | Eliminate N+1 queries in LFS file locks checks during a pushsh-optimize-locks-check-ceStan Hu2018-06-181-0/+16
| |/ / /
* | | | Merge branch 'zj-linguist-gitaly-mandatory' into 'master'Douwe Maan2018-06-191-27/+19
|\ \ \ \
| * | | | Move language detection to mandatoryZeger-Jan van de Weg2018-06-191-27/+19
* | | | | Merge branch 'zj-gitaly-license-detection' into 'master'Douwe Maan2018-06-191-19/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | License detection happens soley through Gitaly nowZeger-Jan van de Weg2018-06-191-19/+9
| |/ / /
* | | | Merge branch 'rs-spec-lib-gitlab-ci-parity' into 'master'Rémy Coutable2018-06-194-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Correct CE-EE parity in two CI-related specsrs-spec-lib-gitlab-ci-parityRobert Speicher2018-06-182-2/+2
| * | | CE-EE parity to spec/lib/gitlab/ci/config_spec.rbRobert Speicher2018-06-181-1/+1
| * | | CE-EE parity to spec/lib/gitlab/ci/yaml_processor_spec.rbRobert Speicher2018-06-181-1/+1
| * | | CE-EE parity for spec/lib/gitlab/ci/pipeline/chain/populate_spec.rbRobert Speicher2018-06-181-1/+1
| |/ /
* | | Merge branch 'rails5-nil-formats' into 'master'Rémy Coutable2018-06-191-1/+1
|\ \ \ | |/ / |/| |
| * | Fix nil formats testrails5-nil-formatsJan Provaznik2018-06-161-1/+1
* | | Merge branch 'bvl-i18n-validation' into 'master'Rémy Coutable2018-06-183-43/+132
|\ \ \
| * | | Correctly translate all forms in testsbvl-i18n-validationBob Van Landuyt2018-06-153-20/+65
| * | | Validate PO-variable usage in message idsBob Van Landuyt2018-06-151-0/+22
| * | | Forbids combining named and unnamed variables in `gitlab.pot`Bob Van Landuyt2018-06-151-40/+62
* | | | Merge branch 'expose-clean-backtrace-method-from-profiler' into 'master'Rémy Coutable2018-06-181-0/+45
|\ \ \ \
| * | | | Expose a clean_backtrace method from Gitlab::Profilerexpose-clean-backtrace-method-from-profilerSean McGivern2018-06-151-0/+45
| |/ / /
* | | | Make Gitaly wiki RPC's mandatoryJacob Vosmaer (GitLab)2018-06-182-111/+111
| |/ / |/| |
* | | Remove FaviconUploader favicon_main versiondm-remove-favicon-main-versionDouwe Maan2018-06-151-1/+1
|/ /
* | Merge branch 'rails5-database' into 'master'Sean McGivern2018-06-142-3/+8
|\ \
| * | Use data_source_exists? instead of table_exists?rails5-databaseJarka Kadlecová2018-06-142-3/+8
| |/
* | Merge branch 'zj-mandatory-batch' into 'master'Sean McGivern2018-06-142-87/+2
|\ \
| * | HasLocalBranches check is done by Gitaly onlyZeger-Jan van de Weg2018-06-141-9/+1
| * | Branches are fully migrated to GitalyZeger-Jan van de Weg2018-06-141-18/+0
| * | Default branch detection happens through GitalyZeger-Jan van de Weg2018-06-141-51/+0
| * | RawBlame only called through GitalyZeger-Jan van de Weg2018-06-131-9/+1