Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace `is_legacy_group_milestone?` with `legacy_group_milestone?` | Maxim Rydkin | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Native group milestones | Felipe Artur | 2017-07-07 | 1 | -0/+4 |
| | |||||
* | Update Rubocop to ruby 2.3zj-drop-ruby-21-tests | Z.J. van de Weg | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | Speed up group milestone index by passing group_id to IssuesFinder | Adam Niedzielski | 2017-01-06 | 1 | -0/+19 |
| | |||||
* | Refactor global and group milestones logic | Dmitriy Zaporozhets | 2015-11-16 | 1 | -89/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Allow dashboard and group issues/MRs to be filtered by label | Douwe Maan | 2015-10-14 | 1 | -10/+2 |
| | |||||
* | Restore placeholders in issue filters from "Any" to "Milestone" and "Label" | Stan Hu | 2015-10-08 | 1 | -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 0 | Jonah Bishop | 2015-05-26 | 1 | -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 Maan | 2015-02-05 | 1 | -3/+3 |
| | |||||
* | Milestone is closed only if all milestones are closed. | Marin Jankovski | 2014-07-14 | 1 | -3/+3 |
| | |||||
* | Add feature tests for group milestone. | Marin Jankovski | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Fix styling issues. | Marin Jankovski | 2014-06-30 | 1 | -10/+10 |
| | |||||
* | Show all issues and merge requests that could be considered opened or ↵ | Marin Jankovski | 2014-06-30 | 1 | -2/+18 |
| | | | | closed, includes reopened and merged. | ||||
* | Correct authorization for group milestones. | Marin Jankovski | 2014-06-30 | 1 | -35/+0 |
| | |||||
* | Move milestone link in group head, 2 column milestone for MR and issues. | Marin Jankovski | 2014-06-30 | 1 | -8/+4 |
| | |||||
* | Start building group milestone show page. | Marin Jankovski | 2014-06-30 | 1 | -1/+68 |
| | |||||
* | Close and reopen group milestones. | Marin Jankovski | 2014-06-30 | 1 | -3/+4 |
| | |||||
* | Filter group milestones. | Marin Jankovski | 2014-06-30 | 1 | -0/+9 |
| | |||||
* | Move group milestone processing from service to model. | Marin Jankovski | 2014-06-30 | 1 | -0/+41 |