summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/labels_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-02-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-261-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-071-0/+20
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-301-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-231-39/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-251-18/+77
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-261-0/+18
|
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-15/+15
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* 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
| | | | | They can admin group labels anyway, we weren't checking the more specific permission.
* Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-0/+70
| | | | | | In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
* Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-211-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| | | | Fixes #24021
* 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
| | | | | | Do not pass project.owner because it may return a group and Labels::FindOrCreateService throws an error in this case. Fixes #23694.
* Fix status code expectationRémy Coutable2016-10-221-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix error in generating labelssh-fix-broken-label-controllerStan Hu2016-10-221-0/+15
| | | | | | | | | Attempting to generate default set of labels would result in an error: ArgumentError: wrong number of arguments (given 1, expected 0) Closes #23649
* 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