summaryrefslogtreecommitdiff
path: root/spec/services/projects/propagate_service_template_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Disable Rails SQL query cache when applying service templatessh-service-template-bugStan Hu2019-06-251-1/+1
| | | | | | | | | | When the SQL query cache is active, the SELECT query for finding projects to apply service templates returns the same values. This causes an infinite loop because even though bulk INSERT queries are made, the cached results never reflect that progress. To fix this, we call `Project.uncached` around the query to ensure new data is retrieved. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63595
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
| | | | Probably useful as we often move these files to "new" files.
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
|
* Fix propagate service spec transient failurefix/transient-service-template-specJames Lopez2017-05-231-4/+8
|
* refactor code based on feedbackfix/admin-integrationsJames Lopez2017-05-051-7/+11
|
* refactor code based on feedbackJames Lopez2017-05-051-0/+99