summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Use `add_$role` helper in snippets specssnippet-spamSean McGivern2017-02-021-4/+4
|
* Check public snippets for spamSean McGivern2017-02-022-0/+139
| | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
* Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'27283-fix-wrong-label-hide-show-whitespaceSean McGivern2017-01-311-0/+45
|\ | | | | | | | | | | | | Promote project labels to group labels Closes #24021 See merge request !7242
| * Abillity to promote project labels to group labelsRitave2017-01-311-0/+45
| | | | | | | | Fixes #24021
* | Merge branch 'zj-display-error-team-fetch' into 'master' Kamil Trzciński2017-01-311-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Fix inconsistent return type Closes #27150 See merge request !8290
| * | Fix inconsistent return typeZ.J. van de Weg2017-01-241-2/+2
| | |
* | | Merge branch 'feature/gb/expose-commit-and-mr-pipelines-api' into 'master'Rémy Coutable2017-01-312-15/+54
|\ \ \ | |_|/ |/| | | | | | | | Expose pipelines API for commits and merge requests See merge request !8837
| * | Use ApiHelpers in merge request specs for API routesfeature/gb/expose-commit-and-mr-pipelines-apiGrzegorz Bizon2017-01-301-11/+5
| | |
| * | Add controller tests for commit pipelines endpointGrzegorz Bizon2017-01-271-5/+19
| | |
| * | Add controller test for merge requests pipelines APIGrzegorz Bizon2017-01-271-1/+32
| | |
* | | Fix a transient failure in the `Explore::ProjectsController` specrs-issue-27350Robert Speicher2017-01-271-14/+11
|/ /
* | Merge branch '27044-fix-explore-sorting-on-trending' into 'master' Fatih Acet2017-01-261-0/+30
|\ \ | | | | | | | | | | | | | | | | | | Fix /explore sorting (trending) Closes #27044 See merge request !8792
| * | Fix /explore sorting (trending)Eric Eastwood2017-01-261-0/+30
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27044
* | | Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-2543-74/+67
|/ /
* | Merge branch 'dont-persist-application-settings-in-test-env-bis' into 'master' Robert Speicher2017-01-241-0/+6
|\ \ | |/ |/| | | | | Dont persist application settings in test env See merge request !8715
| * Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-0/+6
| | | | | | | | | | This reverts commit c20934869f7dc8cfbdbafb6ecb7b1305452c9e8a, reversing changes made to 4b7ec44b91e0571d209c790d54947ba1756dac0e.
* | Merge branch '22974-trigger-service-events-through-api' into 'master' Douwe Maan2017-01-231-0/+1
|\ \ | |/ |/| | | | | | | | | adds events to services api deserialization Closes #22974 See merge request !8324
| * adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-221-0/+1
| |
* | Revert "Merge branch 'dont-persist-application-settings-in-test-env' into ↵Grzegorz Bizon2017-01-211-6/+0
|/ | | | | 'master'" This reverts merge request !8573
* Merge branch 'dont-persist-application-settings-in-test-env' into 'master' Robert Speicher2017-01-201-0/+6
|\ | | | | | | | | Don't persist application settings in test env See merge request !8573
| * Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-0/+6
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch '26138-combine-webhooks-and-services-settings-pages' into 'master' Rémy Coutable2017-01-201-0/+20
|\ \ | | | | | | | | | | | | Moved the webhooks and services gear options to a single one called integrations See merge request !8380
| * | Corrected code style and titlesJose Ivan Vargas2017-01-181-2/+2
| | |
| * | Fixed more testsJose Ivan Vargas2017-01-181-1/+1
| | |
| * | Fixed spinach feature tests for the services and hooks controllersJose Ivan Vargas2017-01-181-0/+20
| | | | | | | | | | | | Added a test for the integrations controller
* | | Merge branch '26117-sort-pipeline-for-commit' into 'master' Kamil Trzciński2017-01-191-3/+35
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add sorting pipelines for a commit Closes #26117 See merge request !8319
| * | | Add sorting pipeline for a commitTakuya Noguchi2017-01-191-3/+35
| | | |
* | | | Merge branch 'zj-fix-admin-templates' into 'master' Kamil Trzciński2017-01-191-0/+26
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Fix Slash command templates Closes #26042 See merge request !8320
| * | | Add tests for admin service templateszj-fix-admin-templatesZ.J. van de Weg2017-01-061-0/+26
| | | |
* | | | Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan2017-01-181-16/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Backport timetracking to CE See merge request !8195
| * | | | Backport backend work for time tracking.Ruben Davila2017-01-151-16/+32
| | |_|/ | |/| |
* | | | Merge branch 'i-#25814-500-error' into 'master' Sean McGivern2017-01-181-0/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Compare page throws 500 error when any branch/reference is not selected Closes #25814 See merge request !8523
| * \ \ \ Merge branch 'master' into i-#25814-500-errorMartin Cabrera2017-01-161-1/+1
| |\ \ \ \
| * | | | | Added specs for the preservation of the from/to parameter Martin Cabrera2017-01-151-1/+21
| | | | | |
| * | | | | Merge branch 'master' into i-#25814-500-errorMartin Cabrera2017-01-151-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Added specs for branches compare when from & to are emptyMartin Cabrera2017-01-101-0/+10
| | | | | |
* | | | | | Merge branch '24915_merge_slash_command' into 'master' Sean McGivern2017-01-172-0/+116
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support `/merge` slash command for MRs Closes #24915 See merge request !7746
| * | | | | Address MR commentsJarka Kadlecova2017-01-131-3/+19
| | | | | |
| * | | | | refresh merge widget after using /merge commandJarka Kadlecova2017-01-111-0/+52
| | | | | |
| * | | | | support `/merge` slash comand for MRsJarka Kadlecova2017-01-111-0/+48
| |/ / / /
* | | | | Fix to display notice when project settings updated.sandish chen2017-01-151-1/+1
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change validity checking for UpdateService. Add return value for project update service. Return 302(redirect_to) when successfully updated. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | fixes the issueTiago Botelho2017-01-121-1/+1
|/ / /
* | | Merge branch 'master' into auto-pipelines-vueRegis2017-01-093-10/+24
|\ \ \ | | |/ | |/|
| * | Merge branch '25985-combine-members-and-groups-settings-pages' into 'master' Alfredo Sumaran2017-01-063-10/+24
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Moved the members and groups to single option called members Closes #25985 See merge request !8281
| | * | Fixed testsJose Ivan Vargas2017-01-031-3/+3
| | | |
| | * | Added tests for the MembersController and corrected some more testsJose Ivan Vargas2017-01-031-0/+14
| | | |
| | * | Removed the "Groups" option from the settings gearJose Ivan Vargas2017-01-031-2/+2
| | | | | | | | | | | | | | | | Fixed more tests
| | * | Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas2017-01-031-7/+7
| | |/ | | | | | | | | | view (removed an extra tag )
* | | Merge branch 'master' into auto-pipelines-vueRegis2017-01-041-15/+45
|\ \ \ | |/ /
| * | Properly handle failed reCAPTCHA on user registrationDrew Blessing2017-01-031-15/+45
| |/ | | | | | | | | | | | | | | If a user presses the 'Register' button too quickly after attempting to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the user would experience a 500 error. Now, the case is properly handled and the user will be sent back to the registration page with a clear error message and can try again.