summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/services_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Utilize `json_fields` to expose fields via `Service#as_json(only: json_fields)`.
* Merge branch 'security-fix_jira_ssrf_vulnerability' into 'master'GitLab Release Tools Bot2019-08-291-0/+5
|\ | | | | | | | | Fix DNS rebind vulnerability for JIRA integration See merge request gitlab/gitlabhq!3266
| * Fix DNS rebind vulnerability for JIRA integrationFelipe Artur2019-08-081-0/+5
| | | | | | | | | | Uses Gitlab::HTTP for JIRA requests instead of Net::Http. Gitlab::Http comes with some built in SSRF protections.
* | Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-1/+1
|/ | | | | | | | | | Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
* Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-5/+5
| | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Make KubernetesService readonlyJames Fargher2019-06-181-25/+1
| | | | | | | | We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-3/+3
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* 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
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* 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 ↵Francisco Javier López2018-06-011-1/+1
| | | | because of SSRF
* Service integration displays validation errors on test failJames Edwards-Jones2018-03-071-0/+12
| | | | | | | | Fixes attempts to update a service integration which had `can_test?` set to true but validations were causing the "Test and save changes" button to return "Something went wrong on our end." Removes references to index action left from 0af99433143727088b6a0a1b2163751c05d80ce6
* 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
| | | | | | | | | | Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
* Provide more feedback what went wrong if HipChat service failed testStan Hu2015-08-121-0/+35
Issue gitlab-com/support-forum#213