Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@12-7-stable-ee | GitLab Bot | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@12-6-stable-ee | GitLab Bot | 2019-12-20 | 1 | -0/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@12-4-stable-ee | GitLab Bot | 2019-10-22 | 1 | -43/+47 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-16 | 1 | -27/+47 |
| | |||||
* | Allow disabling group/project email notifications | Brett Walker | 2019-08-15 | 1 | -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-integration | Tiger | 2019-08-08 | 1 | -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_factories | Thong Kuah | 2019-07-26 | 1 | -0/+2 |
| | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Simplify factories for services | Jarka Košanová | 2019-07-16 | 1 | -4/+2 |
| | | | | | | - use predefined factories when creating projects with services - remove unnecessary arguments | ||||
* | Make sure all specs run properly | Jarka Košanová | 2019-07-11 | 1 | -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-title | Jarka Košanová | 2019-07-02 | 1 | -2/+32 |
| | | | | | - instead of using properties - backward compatibility has to be kept for now | ||||
* | Make KubernetesService readonly | James Fargher | 2019-06-18 | 1 | -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 McGivern | 2019-04-10 | 1 | -0/+6 |
| | | | | This reverts commit a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac. | ||||
* | Merge branch '52424-goodbye-hipchat' into 'master' | Douglas Barbosa Alexandre | 2019-02-11 | 1 | -6/+0 |
|\ | | | | | | | | | | | | | Remove HipChat integration from GitLab Closes #52424 See merge request gitlab-org/gitlab-ce!22223 | ||||
| * | Remove HipChat integration from GitLab | Nick Thomas | 2019-02-08 | 1 | -6/+0 |
| | | |||||
* | | Add missing argument to DeploymentService#predefined_variablesfix_deployment_service_predefined_variables | James Fargher | 2019-02-08 | 1 | -0/+6 |
|/ | |||||
* | Usage ping - Differentiate Jira Server and Cloudjira-ping-differentiate-cloud | Mario de la Ossa | 2018-11-07 | 1 | -0/+11 |
| | |||||
* | Fix order of checks in editable? method. | Pawel Chojnacki | 2018-02-07 | 1 | -2/+2 |
| | | | | + address small nitpicks | ||||
* | add manual_configuration to prometheus_service factory to enable it by default | Pawel Chojnacki | 2018-01-17 | 1 | -0/+1 |
| | |||||
* | 41054-Disallow creation of new Kubernetes integrations | Mayra Cabrera | 2018-01-04 | 1 | -0/+1 |
| | |||||
* | Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_rails | Rémy Coutable | 2017-12-14 | 1 | -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 attributes | Robert Schilling | 2017-10-24 | 1 | -0/+2 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -6/+6 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Pawel Chojnacki | 2017-06-07 | 1 | -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 integration | Jarka Kadlecova | 2017-06-01 | 1 | -0/+6 |
| | | |||||
* | | Add support for Prometheus Service | kushalpandya | 2017-05-31 | 1 | -0/+8 |
|/ | |||||
* | Fix terminals support for Kubernetes service | Kamil Trzcinski | 2017-05-25 | 1 | -1/+0 |
| | | | | It was broken, because we introduced a default namespace, which was not used by terminal methods. | ||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | tadds migration to remove invalid services | Tiago Botelho | 2017-04-27 | 1 | -0/+13 |
| | |||||
* | Fix issues mentioned but not closed for JIRA | Sean McGivern | 2017-03-06 | 1 | -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_less | Valery Sizov | 2017-02-23 | 1 | -0/+10 |
| | |||||
* | Factories with a project association use `:empty_project` by default | Robert Speicher | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary attribute definitions from Service factoryrs-factory-nitpicks | Robert Speicher | 2016-03-06 | 1 | -2/+0 |
| | |||||
* | Move all factory definitions to their own file | Robert Speicher | 2016-03-04 | 1 | -0/+7 |