summaryrefslogtreecommitdiff
path: root/app/controllers/projects/labels_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-12/+12
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-2/+3
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-0/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+7
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-2/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-1/+1
* Externalize strings in projects controllersMartin Wortschack2019-03-271-1/+1
* Add subscribe filter to labels pageDmitriy Zaporozhets2018-10-041-0/+1
* Enable even more frozen string in app/controllersgfyoung2018-09-251-6/+3
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+2
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* | Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets2018-09-101-1/+6
|/
* Add ability to filter labels by title or descriptionDmitriy Zaporozhets2018-07-311-1/+4
* Escapes milestone and label names when promoting themFilipa Lacerda2018-07-171-1/+10
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-1/+2
* Fix middle alignment for the titleJose Ivan Vargas2018-03-281-1/+1
* Fix promoting labels and milestones copy textJose Ivan Vargas2018-03-281-1/+1
* used respond_to formats for persisting flash messages insteadjivl-new-modal-project-labels-milestonesJose Ivan Vargas2018-03-061-3/+5
* Add persistent flash messagesJose Ivan Vargas2018-03-011-1/+2
* Added vue based promotion modals for labels and milestonesJose Ivan Vargas2018-03-011-2/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-9/+8
* Use the new check_project_feature_available! method in project controllersNick Thomas2017-06-211-7/+1
* Allow group reporters to promote labelsallow-reporters-to-promote-group-labelsSean McGivern2017-06-081-3/+3
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+3
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-1/+1
* Labels support color names in backendDongqing Hu2017-03-291-2/+4
* Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'27283-fix-wrong-label-hide-show-whitespaceSean McGivern2017-01-311-1/+32
|\
| * Abillity to promote project labels to group labelsRitave2017-01-311-1/+32
* | Added labels empty state and priority label empty state20852-getting-started-project-better-blank-state-for-labels-viewLuke "Jared" Bennett2017-01-301-7/+1
|/
* Use @project as default on ToggleSubscriptionAction concernDouglas Barbosa Alexandre2016-11-171-4/+0
* Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre2016-11-171-2/+5
* Add subscribable_project to ToggleSubscriptionAction concernDouglas Barbosa Alexandre2016-11-171-0/+4
* Remove unnecessary includes(:priorities) on Projects::LabelsControllerDouglas Barbosa Alexandre2016-10-311-1/+1
* Use `includes(:priorities)` on Projects::LabelsControllerDouglas Barbosa Alexandre2016-10-191-1/+1
* Abstract LabelPriority away into methods on Label modelDouglas Barbosa Alexandre2016-10-191-8/+6
* Add support to group labels prioritization on project levelDouglas Barbosa Alexandre2016-10-191-6/+7
* Render all available labels to project on project labels dropdownDouglas Barbosa Alexandre2016-10-191-1/+1
* Limit what label fields we expose on Projects::LabelsController#indexDouglas Barbosa Alexandre2016-10-191-1/+1
* Remove scopes/types for labelsDouglas Barbosa Alexandre2016-10-191-9/+10
* Avoid an extra a query per label when setting label priorityDouglas Barbosa Alexandre2016-10-191-2/+3
* Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre2016-10-191-12/+16
* List group labels on project labels pageDouglas Barbosa Alexandre2016-10-191-3/+8
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-1/+1
* Convert label creation from API to controller endpointNick Thomas2016-09-231-2/+8
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* add :set_priorities to :authorize_admin_labels!Alfredo Sumaran2016-06-061-1/+1