summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Differentiate shared test context using options hash instead of subject.33949-remove-healthcheck-access-tokenPawel Chojnacki2017-07-102-5/+7
* Add tests for token auth.Pawel Chojnacki2017-07-062-16/+59
* Add spaces between test phasesPawel Chojnacki2017-07-052-2/+19
* Finish refactring processed configuraiton, and add test validating ip range m...Pawel Chojnacki2017-07-051-7/+21
* Bring back healthcheck token access to monitoring resources, but mark this as...Pawel Chojnacki2017-07-051-0/+16
* Remove the need to use health check tokenPawel Chojnacki2017-07-053-36/+50
* Merge branch 'dm-always-verify-source-branch-can-be-deleted' into 'master'Sean McGivern2017-07-041-11/+58
|\
| * Prevent accidental deletion of protected MR source branch by repeating checks...dm-always-verify-source-branch-can-be-deletedDouwe Maan2017-07-041-11/+58
* | Merge branch 'revert-2c879643' into 'master'Sean McGivern2017-07-041-0/+21
|\ \
| * | Revert "Merge branch 'revert-12499' into 'master'"revert-2c879643Douwe Maan2017-07-041-0/+21
* | | Merge branch 'feature/no-hypen-at-end-of-commit-ref-slug' into 'master'Rémy Coutable2017-07-041-7/+11
|\ \ \ | |/ / |/| |
| * | fixed incorrect test case (for real), added another oneStefan Hanreich2017-06-191-1/+2
| * | fixed incorrect test caseStefan Hanreich2017-06-191-1/+1
| * | added additional test caseStefan Hanreich2017-06-181-0/+1
| * | remove trailing commaStefan Hanreich2017-06-181-1/+1
| * | fix typoStefan Hanreich2017-06-181-1/+1
| * | removed superfluos testsStefan Hanreich2017-06-181-7/+1
| * | Updated spec for build to include new ref_slug invariantsStefan Hanreich2017-06-181-8/+16
* | | Instrument Unicorn with Ruby exporterPaweł Chojnacki2017-07-044-6/+210
* | | Remove group modal like remove project modal. Closes #33130Diego Souza2017-07-041-3/+9
* | | Merge branch 'mk-workaround-intermittent-failure' into 'master'Douwe Maan2017-07-041-14/+24
|\ \ \
| * | | Reduce 28 test runs to 4mk-workaround-intermittent-failureMichael Kozono2017-06-301-16/+20
| * | | Rspec/AroundBlock doesn’t know about rspec-retryMichael Kozono2017-06-291-1/+1
| * | | Increase CI retries to 4 for these examplesMichael Kozono2017-06-291-0/+6
| | |/ | |/|
* | | Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-043-12/+44
|\ \ \
| * | | Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes2017-06-202-9/+25
| * | | Backport /reassign quick commandToon Claes2017-06-201-1/+17
| * | | FormHelper#issue_assignees_dropdown_options never has multiple assigneesToon Claes2017-06-201-2/+2
* | | | Merge branch '34141-allow-unauthenticated-access-to-the-users-api' into 'master'Rémy Coutable2017-07-042-5/+84
|\ \ \ \
| * | | | Simplify authentication logic in the v4 users API for !12445.Timothy Andrew2017-07-041-3/+17
| * | | | Implement review comments for !12445 from @jneen.34141-allow-unauthenticated-access-to-the-users-apiTimothy Andrew2017-07-031-0/+34
| * | | | Merge remote-tracking branch 'origin/master' into 34141-allow-unauthenticated...Timothy Andrew2017-06-30184-3143/+8979
| |\ \ \ \
| * | | | | Implement review comments for !12445 from @godfat and @rymai.Timothy Andrew2017-06-301-1/+1
| * | | | | Allow unauthenticated access to the `/api/v4/users` API.Timothy Andrew2017-06-261-2/+33
* | | | | | Merge branch '34647-fix-move_spec' into 'master'Sean McGivern2017-07-041-4/+1
|\ \ \ \ \ \
| * | | | | | wait_for_requests is not needed when AJAX is not in playRémy Coutable2017-07-041-4/+1
* | | | | | | Merge branch 'fix-pending-delete-forks' into 'master'Sean McGivern2017-07-041-27/+49
|\ \ \ \ \ \ \
| * | | | | | | Don't resolve fork relationships for projects pending deleteNick Thomas2017-07-041-0/+16
| * | | | | | | Clean up the ForkedProjectLink specsNick Thomas2017-07-041-29/+35
* | | | | | | | Merge branch 'gitaly-clean-up-tests' into 'master'Sean McGivern2017-07-047-143/+94
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove unnecessary clear_stubs callsJacob Vosmaer2017-07-042-12/+0
| * | | | | | | Add test for GitalyClient::Ref#find_ref_nameJacob Vosmaer2017-07-041-0/+9
| * | | | | | | Add a UTF-8 encoding matcherJacob Vosmaer2017-06-305-8/+19
| * | | | | | | Remove unnecessary contextsJacob Vosmaer2017-06-303-131/+74
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'tc-no-delete-protected-merged-branches' into 'master'Rémy Coutable2017-07-041-0/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | DeleteMergedBranchesService should not delete protected branchesToon Claes2017-07-041-0/+8
* | | | | | | Merge branch 'hb-hide-archived-labels-from-group-issue-tracker' into 'master'Sean McGivern2017-07-041-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Hide archived project labels from group issue trackerHoracio Bertorello2017-06-301-3/+3
* | | | | | | Merge branch 'monitoring-dashboard-fix-y-label' into 'master'bjk/pipeline_metricPhil Hughes2017-07-042-2/+13
|\ \ \ \ \ \ \
| * | | | | | | Fixed the y_label not setting correctly for each graph on the monitoring dash...monitoring-dashboard-fix-y-labelJose Ivan Vargas2017-07-032-2/+13