summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/services_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-356/+0
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-82/+0
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-3/+2
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-1/+10
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-2/+2
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-3/+3
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+12
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-11/+66
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-68/+85
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-4/+4
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+4
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+32
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-7/+8
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+18
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-8/+34
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-10/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-5/+70
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-3/+3
* Expose update project service JSON endpointPeter Leitzen2019-09-091-42/+88
* Merge branch 'security-fix_jira_ssrf_vulnerability' into 'master'GitLab Release Tools Bot2019-08-291-0/+5
|\
| * Fix DNS rebind vulnerability for JIRA integrationFelipe Artur2019-08-081-0/+5
* | Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-1/+1
|/
* Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-5/+5
* Make KubernetesService readonlyJames Fargher2019-06-181-25/+1
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-3/+3
* Fix comparing equality between `ActionController::Parameters` and a `Hash`....Daniel Juarez2019-02-051-0/+10
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-14/+16
* Stop using HipChat in the ServicesController specNick Thomas2018-12-131-14/+24
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-1/+1
* Service integration displays validation errors on test failJames Edwards-Jones2018-03-071-0/+12
* 41054-Disallow creation of new Kubernetes integrationsMayra Cabrera2018-01-041-0/+36
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-1/+1
* Fix inability to test some project integrationsfix-broken-testing-of-some-integrationsRubén Dávila2017-08-221-10/+32
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Address MR commentsJarka Kadlecova2017-06-011-3/+0
* fix failing specsJarka Kadlecova2017-06-011-2/+2
* simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-63/+52
* improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projectsTiago Botelho2017-04-271-4/+45
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-221-0/+1
* Fix missing flash messages on service edit pageAirat Shigapov2016-09-051-0/+16
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-15/+32