summaryrefslogtreecommitdiff
path: root/app/models/group_milestone.rb
Commit message (Collapse)AuthorAgeFilesLines
* replace `is_legacy_group_milestone?` with `legacy_group_milestone?`Maxim Rydkin2017-08-291-1/+1
|
* Native group milestonesFelipe Artur2017-07-071-0/+4
|
* Update Rubocop to ruby 2.3zj-drop-ruby-21-testsZ.J. van de Weg2017-02-071-1/+1
|
* Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski2017-01-061-0/+19
|
* Refactor global and group milestones logicDmitriy Zaporozhets2015-11-161-89/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow dashboard and group issues/MRs to be filtered by labelDouwe Maan2015-10-141-10/+2
|
* Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-081-0/+2
| | | | | 1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
* Change percent_complete rescue value from 100 to 0Jonah Bishop2015-05-261-1/+1
| | | | | | | | | 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.
* Remove duplicates from group milestone participants list.Douwe Maan2015-02-051-3/+3
|
* Milestone is closed only if all milestones are closed.Marin Jankovski2014-07-141-3/+3
|
* Add feature tests for group milestone.Marin Jankovski2014-06-301-1/+1
|
* Fix styling issues.Marin Jankovski2014-06-301-10/+10
|
* Show all issues and merge requests that could be considered opened or ↵Marin Jankovski2014-06-301-2/+18
| | | | closed, includes reopened and merged.
* Correct authorization for group milestones.Marin Jankovski2014-06-301-35/+0
|
* Move milestone link in group head, 2 column milestone for MR and issues.Marin Jankovski2014-06-301-8/+4
|
* Start building group milestone show page.Marin Jankovski2014-06-301-1/+68
|
* Close and reopen group milestones.Marin Jankovski2014-06-301-3/+4
|
* Filter group milestones.Marin Jankovski2014-06-301-0/+9
|
* Move group milestone processing from service to model.Marin Jankovski2014-06-301-0/+41