Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-17Use @project as default on ToggleSubscriptionAction concernDouglas Barbosa Alexandre
2016-11-17Allow users to subscribe to group labels at project-levelDouglas Barbosa Alexandre
2016-11-17Add subscribable_project to ToggleSubscriptionAction concernDouglas Barbosa Alexandre
2016-11-01Remove unnecessary includes(:priorities) on Projects::LabelsControllerDouglas Barbosa Alexandre
2016-10-19Use `includes(:priorities)` on Projects::LabelsControllerDouglas Barbosa Alexandre
2016-10-19Abstract LabelPriority away into methods on Label modelDouglas Barbosa Alexandre
2016-10-19Add support to group labels prioritization on project levelDouglas Barbosa Alexandre
2016-10-19Render all available labels to project on project labels dropdownDouglas Barbosa Alexandre
2016-10-19Limit what label fields we expose on Projects::LabelsController#indexDouglas Barbosa Alexandre
2016-10-19Remove scopes/types for labelsDouglas Barbosa Alexandre
2016-10-19Avoid an extra a query per label when setting label priorityDouglas Barbosa Alexandre
2016-10-19Remove project_labels from Projects::ApplicationControllerDouglas Barbosa Alexandre
2016-10-19List group labels on project labels pageDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-09-23Convert label creation from API to controller endpointNick Thomas
2016-09-01Project tools visibility levelFelipe Artur
2016-06-06add :set_priorities to :authorize_admin_labels!Alfredo Sumaran
2016-06-06Remove unnecesary paramAlfredo Sumaran
2016-06-06Update method and routeAlfredo Sumaran
2016-06-06Add unprioritized scopeAlfredo Sumaran
2016-06-06Improve Issuable.order_labels_priorityRémy Coutable
2016-06-06Sort by label priorityThijs Wouters
2016-06-06Prioritize labels functionalityAlfredo Sumaran
2016-03-20Use the configured Kaminari "per page" defaultRobert Speicher
2016-03-18Full labels data in JSONPhil Hughes
2016-03-18Fixed issue with labels dropdown getting wrong labelsPhil Hughes
2016-03-15Move the #toggle_subscription controller method to a concernRémy Coutable
2016-03-15Improving the original label-subscribing implementationRémy Coutable
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
2016-02-17Label description and Label rowTap
2015-06-18Fix 403 Access Denied error messages when accessing Labels section in a proje...Stan Hu
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
2015-03-13Use same constant for amount of items per pageDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
2015-02-06Apply default scope to labels and remove one for notesDmitriy Zaporozhets
2014-09-05Show labels help message if last label is deletedRobert Schilling
2014-08-13Remove labels with ajax requestDmitriy Zaporozhets
2014-07-30Order labels by nameDmitriy Zaporozhets
2014-07-30Improve labelsDmitriy Zaporozhets
2014-07-30Add create/update to Labels controllerDmitriy Zaporozhets
2014-07-29Refactor label rendering and default label set generationDmitriy Zaporozhets
2014-06-04Fix 500 error when generate labels on labels page. Fixes #1311Dmitriy Zaporozhets
2014-05-13Implement Merge Request LabelsDrew Blessing
2014-02-25Generate labels set from issues pageDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets