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
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-03-28Fix middle alignment for the titleJose Ivan Vargas
2018-03-28Fix promoting labels and milestones copy textJose Ivan Vargas
2018-03-07used respond_to formats for persisting flash messages insteadJose Ivan Vargas
2018-03-02Add persistent flash messagesJose Ivan Vargas
2018-03-02Added vue based promotion modals for labels and milestonesJose Ivan Vargas
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Use the new check_project_feature_available! method in project controllersNick Thomas
2017-06-08Allow group reporters to promote labelsSean McGivern
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-03-29Labels support color names in backendDongqing Hu
2017-01-31Merge branch '24021-Migrate-Projects-Labels-to-Group-Labels' into 'master'Sean McGivern
2017-01-31Abillity to promote project labels to group labelsRitave
2017-01-30Added labels empty state and priority label empty stateLuke "Jared" Bennett
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