summaryrefslogtreecommitdiff
path: root/spec/support/services
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-2/+2
* Passing the separator argument as a positional parameter is deprecatedJasper Maes2018-12-141-1/+1
* Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'"Thong Kuah2018-10-221-0/+59
* Move shared examples into the only file where usedrefactor-cluster-create-service-specThong Kuah2018-10-171-59/+0
* Remove `rbac_clusters` feature flagThong Kuah2018-10-041-4/+0
* Address BE review - re-arrange some specsThong Kuah2018-09-141-1/+2
* Add FE option for users to choose to create a fully RBAC-enabled cluster or not.Thong Kuah2018-09-141-11/+2
* Create a GKE cluster with legacy_abac disabled when the `:rbac_clusters` feat...Thong Kuah2018-09-141-1/+15
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Extract shared components from Clusters::CreateService specMatija Čupić2018-05-131-0/+57
* Cleanly handle plural name for ghost user migrationOlivier Gonzalez2018-05-071-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+8
* Use Ghost user when edited_by, merged_by deleted34930-fix-edited-byJarka Kadlecova2017-07-191-11/+10
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-142-2/+6
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-043-117/+1
* Move records to the ghost user in a transaction.Timothy Andrew2017-04-241-0/+52
* Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-061-24/+4
* Move a user's award emoji to the ghost userTimothy Andrew2017-04-061-1/+5
* Move a user's notes to the ghost userTimothy Andrew2017-04-061-12/+14
* Move a user's merge requests to the ghost user.Timothy Andrew2017-04-061-0/+53
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-1/+1
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-1/+1
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* fix issue creation from milestone doesn't assign the milestonewendy04022017-02-121-1/+1
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-2/+2
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-273-1/+107
* Ensure issuable state changes only fire webhooks onceMark Fletcher2016-12-161-0/+17
* Fix permission for setting an issue's due dateRémy Coutable2016-09-281-0/+83