summaryrefslogtreecommitdiff
path: root/app/controllers/projects/labels_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecesary paramAlfredo Sumaran2016-06-061-1/+1
* Update method and routeAlfredo Sumaran2016-06-061-2/+2
* Add unprioritized scopeAlfredo Sumaran2016-06-061-2/+2
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-5/+10
* Sort by label priorityThijs Wouters2016-06-061-1/+1
* Prioritize labels functionalityAlfredo Sumaran2016-06-061-1/+21
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* Full labels data in JSONPhil Hughes2016-03-181-1/+1
* Fixed issue with labels dropdown getting wrong labelsPhil Hughes2016-03-181-0/+7
* Move the #toggle_subscription controller method to a concernRémy Coutable2016-03-151-10/+8
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-0/+2
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-2/+7
* Label description and Label rowTap2016-02-171-1/+1
* Fix 403 Access Denied error messages when accessing Labels section in a proje...Stan Hu2015-06-181-1/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-6/+10
* Apply default scope to labels and remove one for notesDmitriy Zaporozhets2015-02-051-1/+1
* Show labels help message if last label is deletedRobert Schilling2014-09-041-1/+1
* Remove labels with ajax requestDmitriy Zaporozhets2014-08-131-1/+4
* Order labels by nameDmitriy Zaporozhets2014-07-301-1/+1
* Improve labelsDmitriy Zaporozhets2014-07-301-4/+9
* Add create/update to Labels controllerDmitriy Zaporozhets2014-07-301-1/+40
* Refactor label rendering and default label set generationDmitriy Zaporozhets2014-07-291-1/+1