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 (Collapse)Author
2017-08-29replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin
2017-07-07Native group milestonesFelipe Artur
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-01-06Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski
2015-11-16Refactor global and group milestones logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-14Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan
2015-10-09Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu
1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
2015-05-26Change percent_complete rescue value from 100 to 0Jonah Bishop
The percent_complete method returns a value of 100 when a ZeroDivisionError occurs. That seems like a very strange default for an error case, and results in a bug when a milestone has no corresponding issues (new, empty milestones show 100% completion). This commit changes the rescue value to 0, and subsequently fixes #1656, which reported this problem.
2015-02-05Remove duplicates from group milestone participants list.Douwe Maan
2014-07-14Milestone is closed only if all milestones are closed.Marin Jankovski
2014-06-30Add feature tests for group milestone.Marin Jankovski
2014-06-30Fix styling issues.Marin Jankovski
2014-06-30Show all issues and merge requests that could be considered opened or ↵Marin Jankovski
closed, includes reopened and merged.
2014-06-30Correct authorization for group milestones.Marin Jankovski
2014-06-30Move milestone link in group head, 2 column milestone for MR and issues.Marin Jankovski
2014-06-30Start building group milestone show page.Marin Jankovski
2014-06-30Close and reopen group milestones.Marin Jankovski
2014-06-30Filter group milestones.Marin Jankovski
2014-06-30Move group milestone processing from service to model.Marin Jankovski