summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Move the rest of application settings to expandable blocksDmitriy Zaporozhets2018-04-041-2/+22
* Backport Gitlab::Git::Checksum to CEDouglas Barbosa Alexandre2018-04-031-0/+38
* Merge branch '43745-store-metadata-checksum-for-artifacts' into 'master'Kamil Trzciński2018-04-031-1/+5
|\
| * Store metadata checksum for artifacts43745-store-metadata-checksum-for-artifactsShinya Maeda2018-04-031-1/+5
* | Refactor discussions/notes codeJan Provaznik2018-04-036-56/+88
* | Merge branch '44861-mark-gitaly-nplus-one-again' into 'master'Rémy Coutable2018-04-031-1/+17
|\ \
| * | Re-enable allowing n+1 Gitaly calls for cold cache44861-mark-gitaly-nplus-one-againLin Jen-Shin2018-04-031-1/+17
* | | Merge branch 'fix/sm/fix-wrong-error-handling-in-update-page-service' into 'm...Kamil Trzciński2018-04-031-3/+37
|\ \ \
| * | | missing the public folder is InvaildStateErrorfix/sm/fix-wrong-error-handling-in-update-page-serviceShinya Maeda2018-03-301-5/+8
| * | | Fix wrong error handling in update page serviceShinya Maeda2018-03-301-2/+33
* | | | Merge branch 'rs-performance-bar-for-admins' into 'master'Rémy Coutable2018-04-031-0/+6
|\ \ \ \
| * | | | Always allow the performance bar to be enabled for adminsrs-performance-bar-for-adminsRobert Speicher2018-04-021-0/+6
* | | | | Replace the `project/issues/labels.feature` spinach test with an rspec analogblackst0ne2018-04-034-0/+188
* | | | | Fix body of email when commits are pushed to an MRSean McGivern2018-04-031-0/+30
* | | | | Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne2018-04-0319-103/+526
* | | | | Merge branch 'sh-move-sidekiq-exporter-logs' into 'master'Sean McGivern2018-04-031-1/+3
|\ \ \ \ \
| * | | | | Move Sidekiq exporter logs to log/sidekiq_exporter.logsh-move-sidekiq-exporter-logsStan Hu2018-04-021-1/+3
* | | | | | Merge branch 'backport-os-worker-specs' into 'master'Sean McGivern2018-04-032-0/+265
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | backport missing object storage worker specsbackport-os-worker-specsMicaël Bergeron2018-04-022-0/+265
| | |/ / / | |/| | |
* | | | | Merge branch 'dm-gitlab-http-blocked-url-error' into 'master'Robert Speicher2018-04-024-13/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename allow_private_networks to allow_local_networkDouwe Maan2018-04-021-6/+6
| * | | | Make error messages even more descriptiveDouwe Maan2018-04-022-4/+4
| * | | | Raise more descriptive errors when URLs are blockedDouwe Maan2018-04-021-3/+3
* | | | | Resolve "Clicking confidential and lock icons on sidebar should also activate...Dennis Tang2018-04-024-1/+81
|/ / / /
* | | | Merge branch 'fl-prettier-mock-data' into 'master'Clement Ho2018-04-027-882/+961
|\ \ \ \
| * | | | Removes eslint disabled commentsfl-prettier-mock-dataFilipa Lacerda2018-03-297-882/+961
| | |/ / | |/| |
* | | | Merge branch 'sh-cleanup-crlf-gitmodules' into 'master'Douwe Maan2018-04-021-1/+2
|\ \ \ \
| * | | | Handle CR-LFs properly in .gitmodules filesh-cleanup-crlf-gitmodulesStan Hu2018-03-301-1/+2
* | | | | Merge branch 'ce-jej/settings-for-saml-sso-per-group' into 'master'Sean McGivern2018-04-022-0/+17
|\ \ \ \ \
| * | | | | Adds validators and rack cookie helperJames Edwards-Jones2018-04-022-0/+17
| | |_|_|/ | |/| | |
* | | | | fix the rake task from being to strict about GroupMicaël Bergeron2018-04-021-7/+108
|/ / / /
* | | | Merge branch 'dz-improve-app-settings-3' into 'master'Filipa Lacerda2018-04-021-23/+47
|\ \ \ \
| * | | | Move background jobs, spam and performance bar app settings to expandable sec...dz-improve-app-settings-3Dmitriy Zaporozhets2018-03-291-23/+47
* | | | | Merge branch 'feature/gb/variables-expressions-in-only-except' into 'master'Kamil Trzciński2018-04-0212-55/+348
|\ \ \ \ \
| * | | | | Improve naming and optimize methods of the build classGrzegorz Bizon2018-03-301-5/+5
| * | | | | Extract build variables that depend on persistenceGrzegorz Bizon2018-03-291-7/+8
| * | | | | Merge branch 'master' into 'feature/gb/variables-expressions-in-only-except'Grzegorz Bizon2018-03-29117-558/+3881
| |\ \ \ \ \
| * | | | | | Fix invalid assertion in YAML processor specsGrzegorz Bizon2018-03-271-1/+1
| * | | | | | Do not raise when validating variables expressionGrzegorz Bizon2018-03-271-1/+9
| * | | | | | Improve specs for pipeline variables expressions policyGrzegorz Bizon2018-03-271-4/+10
| * | | | | | Improve specs for predefined build variablesGrzegorz Bizon2018-03-272-10/+22
| * | | | | | Add specs for method that exposes build variables hashGrzegorz Bizon2018-03-271-0/+12
| * | | | | | Add test for evaluating secret variables in a policyGrzegorz Bizon2018-03-271-2/+10
| * | | | | | Decouple build variables from persisted environmentGrzegorz Bizon2018-03-271-4/+4
| * | | | | | Merge branch 'master' into feature/gb/variables-expressions-in-only-exceptGrzegorz Bizon2018-03-27164-507/+6936
| |\ \ \ \ \ \
| * | | | | | | Expose evaluable variables method from build objectGrzegorz Bizon2018-03-232-8/+34
| * | | | | | | Simplify how we set pipeline builds user on creationGrzegorz Bizon2018-03-232-20/+0
| * | | | | | | Fix variables expression build policy specsGrzegorz Bizon2018-03-231-12/+14
| * | | | | | | Integrate build seeds with variables expressions policyGrzegorz Bizon2018-03-232-16/+14
| * | | | | | | Integration variables collections with expressionsGrzegorz Bizon2018-03-234-23/+54