summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Expand)AuthorAgeFilesLines
* Add list_projects endpoint to error trackingReuben Pereira2019-02-061-2/+112
* Allow custom squash commit messagesLuke Duncalfe2019-02-061-0/+17
* Inroduce Internal API for searching environment namesintroduce-environment-search-endpointShinya Maeda2019-02-061-0/+73
* Merge branch 'jej/avoid-csrf-check-on-saml-failure' into 'master'Rémy Coutable2019-02-051-0/+23
|\
| * Avoid CSRF check on SAML failure endpointJames Edwards-Jones2019-02-041-0/+23
* | Merge branch 'sh-encode-content-disposition' into 'master'Sean McGivern2019-02-052-5/+36
|\ \
| * | Encode Content-Disposition filenamesStan Hu2019-02-042-5/+36
* | | Fix comparing equality between `ActionController::Parameters` and a `Hash`....Daniel Juarez2019-02-051-0/+10
|/ /
* | Merge branch '19745-forms-with-task-lists-can-be-overwritten-when-editing-sim...Sean McGivern2019-02-041-0/+17
|\ \
| * | Specs for caching and issue controller changesBrett Walker2019-01-301-0/+17
* | | [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-312-16/+42
* | | Add subresources removal to member destroy serviceJames Lopez2019-01-311-1/+1
* | | Alias GitHub and BitBucket OAuth2 callback URLsStan Hu2019-01-312-3/+16
* | | Use common error for unauthenticated usersHeinrich Lee Yu2019-01-311-1/+1
* | | Fix contributed projects finder shown private infoJames Lopez2019-01-311-0/+32
* | | Merge branch 'fix/49388' into 'master'Grzegorz Bizon2019-01-311-7/+36
|\ \ \ | |/ / |/| |
| * | Support flat response for envs index routesyasonik2019-01-211-7/+36
| |/
* | Merge branch 'sh-issue-53419-fix' into 'master'Rémy Coutable2019-01-301-3/+19
|\ \
| * | Fix Bitbucket Server import not allowing personal projectsStan Hu2019-01-281-3/+19
* | | Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-293-3/+3
* | | Save sorting preference for Issues/MRs in BEMario de la Ossa2019-01-283-2/+51
|/ /
* | Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon2019-01-251-1/+1
|\ \
| * | Add Container Registry APIKamil Trzciński2019-01-251-1/+1
* | | Merge branch '54905-milestone-search' into 'master'Sean McGivern2019-01-253-4/+57
|\ \ \
| * | | Adds milestone searchJacopo2019-01-243-4/+57
* | | | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-2412-16/+16
* | | | Merge branch '54385-board-policy-ce' into 'master'Rémy Coutable2019-01-242-12/+5
|\ \ \ \
| * | | | Backport of 54385-board-policyMario de la Ossa2019-01-182-12/+5
* | | | | Merge branch '25569-changing-wording-to-delete-when-referring-to-removing-a-b...Filipa Lacerda2019-01-231-3/+3
|\ \ \ \ \
| * | | | | Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-221-3/+3
* | | | | | Merge branch 'tz-user-avatar-caching' into 'master'Sean McGivern2019-01-221-4/+10
|\ \ \ \ \ \
| * | | | | | Turned cache_privately? into cache_publicly?Tim Zallmann2019-01-221-1/+0
| * | | | | | Fixed static analysis error and 2 caching specsTim Zallmann2019-01-211-5/+5
| * | | | | | Changed the Caching of User Avatars to be public and to 5 minutesTim Zallmann2019-01-211-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Add ability to resolve project id into pathDmitriy Zaporozhets2019-01-221-0/+53
|/ / / / /
* | | | | Merge branch '56213-remove-error_tracking-feature-flag' into 'master'Kamil Trzciński2019-01-192-36/+0
|\ \ \ \ \
| * | | | | Remove `error_tracking` feature flagPeter Leitzen2019-01-152-36/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'ce-issue_7526' into 'master'Fatih Acet2019-01-182-0/+2
|\ \ \ \ \
| * | | | | [EE Backport] Add notes filters for epicsFelipe Artur2019-01-142-0/+2
* | | | | | Add flat-square badge styleFabian Schneider2019-01-181-2/+39
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'remove-issues-import-csv-feature-flag' into 'master'Sean McGivern2019-01-171-13/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove import_issues_csv feature flagHeinrich Lee Yu2019-01-111-13/+0
* | | | | Merge branch 'ac-pages-subgroups' into 'master'Nick Thomas2019-01-161-2/+2
|\ \ \ \ \
| * | | | | Enable Gitlab-Pages for subgroupsAlessio Caiazza2019-01-141-2/+2
| |/ / / /
* | | | | Merge branch 'fix-403-page-is-rendered-but-404-is-the-response' into 'master'Lin Jen-Shin2019-01-161-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Show the correct error page when access is deniedLuke Bennett2019-01-151-0/+2
| | |/ / | |/| |
* | | | Merge branch 'remove-cancel-all-button-in-job-list-view' into 'master'Grzegorz Bizon2019-01-151-44/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove cancel all action in Jobs ControllerJordi Llull2019-01-071-44/+0
* | | | Merge branch 'sh-fix-bitbucket-server-error-handling' into 'master'Rémy Coutable2019-01-141-1/+1
|\ \ \ \
| * | | | Fix Bitbucket Server importer error handlingStan Hu2019-01-121-1/+1
| | |/ / | |/| |