summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | `AccessTokenValidationService` accepts `String` or `API::Scope` scopes.Timothy Andrew2017-06-301-6/+6
| * | | | | | | | | Extract a `Gitlab::Scope` class.Timothy Andrew2017-06-291-12/+8
| * | | | | | | | | Implement review comments from @DouweM for !12300.Timothy Andrew2017-06-281-9/+22
| * | | | | | | | | Implement review comments from @dbalexandre for !12300.Timothy Andrew2017-06-281-13/+11
| * | | | | | | | | Fix remaining spec failures for !12300.Timothy Andrew2017-06-283-11/+10
| * | | | | | | | | Test OAuth token scope verification in the `API::Users` endpointTimothy Andrew2017-06-283-14/+71
| * | | | | | | | | Test `/users` endpoints for the `read_user` scope.Timothy Andrew2017-06-284-34/+78
| * | | | | | | | | Allow API scope declarations to be applied conditionally.Timothy Andrew2017-06-283-7/+42
| * | | | | | | | | Initial attempt at refactoring API scope declarations.Timothy Andrew2017-06-282-2/+26
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch '18000-remember-me-for-oauth-login' into 'master'Sean McGivern2017-07-055-1/+160
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add Jasmine tests for `OAuthRememberMe`Timothy Andrew2017-07-042-0/+31
| * | | | | | | | | Fix build for !11963.Timothy Andrew2017-07-031-1/+2
| * | | | | | | | | Implement review comments for !11963 from @adamniedzielski.Timothy Andrew2017-07-033-16/+24
| * | | | | | | | | Add Omniauth OAuth config to the test section of `gitlab.yml`Timothy Andrew2017-07-031-51/+1
| * | | | | | | | | Add more providers to the OAuth login integration tests.Timothy Andrew2017-07-031-2/+41
| * | | | | | | | | Test the "Remember Me" flow for OAuth-based login.Timothy Andrew2017-07-033-3/+68
| * | | | | | | | | Add integration tests around OAuth login.Timothy Andrew2017-07-032-0/+65
* | | | | | | | | | Merge branch '34648-use-stub_application_setting-to-test-support_url' into 'm...Sean McGivern2017-07-051-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use stub_application_setting when testing ApplicationHelper#support_url34648-use-stub_application_setting-to-test-support_urlRémy Coutable2017-07-041-1/+1
* | | | | | | | | | | Merge branch 'feature/gb/add-test-example-for-commit-status-retries' into 'ma...Sean McGivern2017-07-051-0/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add test example for external commit status retriesfeature/gb/add-test-example-for-commit-status-retriesGrzegorz Bizon2017-07-051-0/+22
* | | | | | | | | | | | Merge branch 'gitaly-submodule-url-for' into 'master'Sean McGivern2017-07-051-0/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Migrate #submodule_url_for to GitalyJacob Vosmaer2017-07-051-0/+32
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | 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