Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-07Fix order of checks in editable? method.Pawel Chojnacki
+ address small nitpicks
2018-01-17add manual_configuration to prometheus_service factory to enable it by defaultPawel Chojnacki
2018-01-0441054-Disallow creation of new Kubernetes integrationsMayra Cabrera
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
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>
2017-10-24Factories need to set required attributesRobert Schilling
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-06-07Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml
2017-06-01simplify test&save actions when setting a service integrationJarka Kadlecova
2017-05-31Add support for Prometheus Servicekushalpandya
2017-05-25Fix terminals support for Kubernetes serviceKamil Trzcinski
It was broken, because we introduced a default namespace, which was not used by terminal methods.
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-27tadds migration to remove invalid servicesTiago Botelho
2017-03-06Fix issues mentioned but not closed for JIRASean McGivern
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#-`.
2017-02-23Fixes after reviewValery Sizov
2017-01-25Factories with a project association use `:empty_project` by defaultRobert Speicher
2016-03-07Remove unnecessary attribute definitions from Service factoryRobert Speicher
2016-03-04Move all factory definitions to their own fileRobert Speicher