summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/labels_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-15/+15
* Escapes milestone and label names when promoting themFilipa Lacerda2018-07-171-0/+8
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-9/+9
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* Allow group reporters to promote labelsallow-reporters-to-promote-group-labelsSean McGivern2017-06-081-3/+3
* Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-0/+70
* Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-211-1/+1
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-8/+8
* Abillity to promote project labels to group labelsRitave2017-01-311-0/+45
* Add helper method to toggle label subscription on labels controller specDouglas Barbosa Alexandre2016-11-171-2/+6
* Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre2016-11-171-7/+19
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-5/+16
* Fix status code expectationRémy Coutable2016-10-221-1/+1
* Fix error in generating labelssh-fix-broken-label-controllerStan Hu2016-10-221-0/+15
* Fix sorting by label prioritiesDouglas Barbosa Alexandre2016-10-191-12/+19
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-32/+6
* Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-191-20/+60
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Fix label order by priority on labels pageissue_14189Sean McGivern2016-06-071-0/+53