summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Decouple FEscheduled-manual-jobs-beShinya Maeda2018-10-039-237/+30
* Squashed commit of the following:Shinya Maeda2018-10-039-30/+237
* Merge branch '49952-port-upgrade-command-to-ce' into 'master'Kamil Trzciński2018-10-022-0/+194
|\
| * Port Helm::Api EE extensions to CE49952-port-upgrade-command-to-ceThong Kuah2018-10-011-0/+58
| * Port UpgradeCommand to CEThong Kuah2018-09-271-0/+136
* | CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić2018-10-021-0/+1
* | Add variables on pipeline webhookPierre Tardy2018-10-011-15/+32
* | Merge remote-tracking branch 'dev/master'Bob Van Landuyt2018-10-012-0/+45
|\ \
| * \ Merge branch 'security-2697-code-highlight-timeout' into 'master'Bob Van Landuyt2018-10-011-0/+17
| |\ \
| | * | Fix syntax highlight taking too longMark Chao2018-09-031-0/+17
| * | | [master] Stored XSS in Gitlab Merge Request from imported repositoryFrancisco Javier López2018-10-011-0/+28
* | | | Migrate sensitive web hook data in the backgroundNick Thomas2018-10-011-0/+69
* | | | Merge branch '51651-fill-pipeline-source-for-external-pipelines' into 'master'Kamil Trzciński2018-09-301-0/+62
|\ \ \ \
| * | | | Reorganize background_migration specs51651-fill-pipeline-source-for-external-pipelinesMatija Čupić2018-09-291-19/+37
| * | | | Refactor pipeline id orderingMatija Čupić2018-09-281-1/+2
| * | | | Restyle background_migration specMatija Čupić2018-09-281-3/+4
| * | | | Refactor migration specs using ActiveRecord modelsMatija Čupić2018-09-281-12/+17
| * | | | Refactor external_pipelines queryMatija Čupić2018-09-271-1/+1
| * | | | Add frozen string literal commentMatija Čupić2018-09-251-0/+2
| * | | | Add background migration to fill pipeline sourceMatija Čupić2018-09-251-0/+35
* | | | | Merge branch 'mk/asymmetric-exists-cache' into 'master'Stan Hu2018-09-282-0/+223
|\ \ \ \ \
| * | | | | Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-272-0/+165
| * | | | | Extract `Repository.memoize_method` methodMichael Kozono2018-09-271-0/+58
| |/ / / /
* | | | | Extend reports to support security featuresOlivier Gonzalez2018-09-273-19/+47
| |_|_|/ |/| | |
* | | | Resolve "Un-vendor CI templates"Dylan Griffith2018-09-266-24/+23
| |/ / |/| |
* | | Fix RequestStore-related test failuremk/backport-fix-safe-request-store-testMichael Kozono2018-09-251-3/+3
|/ /
* | Merge branch '51747-gitlab-com-unable-to-import-a-project-that-was-just-expor...Douglas Barbosa Alexandre2018-09-252-2/+8
|\ \
| * | Add changelog. Add more specs.51747-gitlab-com-unable-to-import-a-project-that-was-just-exportedJames Lopez2018-09-242-0/+5
| * | Fix null pipeline problemJames Lopez2018-09-242-2/+3
* | | Merge branch 'mk/improve-usage-of-request-store' into 'master'Yorick Peterse2018-09-253-15/+325
|\ \ \
| * | | Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-241-15/+5
| * | | Use a null object with RequestStoreMichael Kozono2018-09-242-0/+320
| |/ /
* | | Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-241-44/+0
|/ /
* | Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-212-6/+6
* | Add Gitlab::Database::Subquery.self_join to delete_all with limitToon Claes2018-09-201-0/+17
* | Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-196-0/+150
* | Merge branch 'osw-gitaly-diff-stats-client' into 'master'Douwe Maan2018-09-172-0/+42
|\ \
| * | Add Gitaly diff stats RPC clientOswaldo Ferreira2018-09-172-0/+42
* | | Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński2018-09-172-0/+37
|\ \ \
| * | | Always create `gitlab` service account and service account token regardless o...Thong Kuah2018-09-141-0/+1
| * | | Teach GitLab how to create Secret of type ServiceAccountTokenThong Kuah2018-09-142-0/+36
* | | | Merge branch '50824-fix-prepend-concern' into 'master'Robert Speicher2018-09-141-0/+234
|\ \ \ \
| * | | | Explicitly state that we're trying to prepend twiceLin Jen-Shin2018-09-111-3/+2
| * | | | Add a test for triggering MultiplePrependedBlocksLin Jen-Shin2018-09-111-0/+19
| * | | | Explain why we need locals again in let(:ce)Lin Jen-Shin2018-09-111-0/+1
| * | | | Following the feedbacksLin Jen-Shin2018-09-111-9/+34
| * | | | Preserve prepend semantics for RubyLin Jen-Shin2018-09-111-5/+24
| * | | | Absorb the old testsLin Jen-Shin2018-09-111-0/+50
| * | | | Fix Override. Properly define prependedLin Jen-Shin2018-09-111-5/+5
| * | | | Properly implement prepending for ConcernLin Jen-Shin2018-09-111-0/+121