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
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