summaryrefslogtreecommitdiff
path: root/spec/factories/services.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot2020-01-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-0/+7
|
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-43/+47
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-27/+47
|
* Allow disabling group/project email notificationsBrett Walker2019-08-151-0/+13
| | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* Final removal of KubernetesService39217-remove-kubernetes-service-integrationTiger2019-08-081-12/+0
| | | | | | Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
* Add frozen_string_literal to spec/factoriesfrozen_string_spec_factoriesThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Simplify factories for servicesJarka Košanová2019-07-161-4/+2
| | | | | | - use predefined factories when creating projects with services - remove unnecessary arguments
* Make sure all specs run properlyJarka Košanová2019-07-111-0/+12
| | | | | | - handling properties needs to be skipped when creating test records in order to test the legacy data
* Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-021-2/+32
| | | | | - instead of using properties - backward compatibility has to be kept for now
* Make KubernetesService readonlyJames Fargher2019-06-181-0/+2
| | | | | | | | 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.
* Revert "Remove HipChat integration from GitLab"Sean McGivern2019-04-101-0/+6
| | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.
* Merge branch '52424-goodbye-hipchat' into 'master'Douglas Barbosa Alexandre2019-02-111-6/+0
|\ | | | | | | | | | | | | Remove HipChat integration from GitLab Closes #52424 See merge request gitlab-org/gitlab-ce!22223
| * Remove HipChat integration from GitLabNick Thomas2019-02-081-6/+0
| |
* | Add missing argument to DeploymentService#predefined_variablesfix_deployment_service_predefined_variablesJames Fargher2019-02-081-0/+6
|/
* Usage ping - Differentiate Jira Server and Cloudjira-ping-differentiate-cloudMario de la Ossa2018-11-071-0/+11
|
* Fix order of checks in editable? method.Pawel Chojnacki2018-02-071-2/+2
| | | | + address small nitpicks
* add manual_configuration to prometheus_service factory to enable it by defaultPawel Chojnacki2018-01-171-0/+1
|
* 41054-Disallow creation of new Kubernetes integrationsMayra Cabrera2018-01-041-0/+1
|
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* Factories need to set required attributesRobert Schilling2017-10-241-0/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-6/+6
|
* Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki2017-06-071-0/+6
|\ | | | | | | | | | | | | | | 28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml
| * simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-0/+6
| |
* | Add support for Prometheus Servicekushalpandya2017-05-311-0/+8
|/
* Fix terminals support for Kubernetes serviceKamil Trzcinski2017-05-251-1/+0
| | | | It was broken, because we introduced a default namespace, which was not used by terminal methods.
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* tadds migration to remove invalid servicesTiago Botelho2017-04-271-0/+13
|
* Fix issues mentioned but not closed for JIRASean McGivern2017-03-061-0/+9
| | | | | | | The `ReferenceExtractor` would return an array of `ExternalIssue` objects, and then perform `Array#-` to remove the issues closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`, which are used by `Array#-`.
* Fixes after reviewcreate_branch_repo_lessValery Sizov2017-02-231-0/+10
|
* Factories with a project association use `:empty_project` by defaultRobert Speicher2017-01-241-1/+1
|
* Remove unnecessary attribute definitions from Service factoryrs-factory-nitpicksRobert Speicher2016-03-061-2/+0
|
* Move all factory definitions to their own fileRobert Speicher2016-03-041-0/+7