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
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2019-11-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-27Externalize strings in projects controllersMartin Wortschack
2018-10-04Add subscribe filter to labels pageDmitriy Zaporozhets
2018-09-26Enable even more frozen string in app/controllersgfyoung
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-10Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets
2018-07-31Add ability to filter labels by title or descriptionDmitriy Zaporozhets
2018-07-17Escapes milestone and label names when promoting themFilipa Lacerda
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
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