summaryrefslogtreecommitdiff
path: root/spec/support/services
Commit message (Expand)AuthorAgeFilesLines
* 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