summaryrefslogtreecommitdiff
path: root/app/controllers/projects/milestones_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add modal for deleting a milestonewinh-delete-milestone-modalWinnie Hellmann2018-01-251-1/+1
* Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher2018-01-161-6/+8
* Allow promoting project milestones to group milestonesFelipe Artur2017-10-311-2/+10
* Native group milestonesFelipe Artur2017-07-071-10/+18
* Avoid to repeat namespace querying on project milestoneTakuya Noguchi2017-07-071-0/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+2
* Use the new check_project_feature_available! method in project controllersNick Thomas2017-06-211-7/+1
* Remove Drag and drop and sorting from milestone viewFelipe Artur2017-06-161-17/+1
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
* Fixed feature spec not waiting for ajax request to finishPhil Hughes2017-04-261-1/+1
* Load milestone tabs asynchronouslyPhil Hughes2017-04-261-1/+3
* Optimize project namespace lookup for milestones and add specssh-optimize-milestone-polymorphic-urlStan Hu2017-04-241-0/+1
* Fix a few N+1 queries identified by Bulletfix-nplusone-queriesStan Hu2017-04-021-1/+1
* Add dropdown sort to project milestonesGeorge Andrinopoulos2017-03-241-3/+6
* Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-1/+1
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets2016-05-181-1/+1
|\
| * Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-161-1/+1
* | Standardised the output of the JSON to always include the namePhil Hughes2016-03-291-1/+1
* | Sidebar milestone updatable via JSONJacob Schatz2016-03-251-1/+0
* | Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* | Fixed failing testsPhil Hughes2016-03-181-1/+1
* | Updated controller with before_actionPhil Hughes2016-03-181-4/+4
* | Fixed issue with labels dropdown getting wrong labelsPhil Hughes2016-03-181-0/+8
|/
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-4/+0
* Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-191-0/+1
|\
| * Add labels tab to milestone detail view.Rubén Dávila2016-02-021-0/+1
* | Fix milestone order in project and issue edit lists to due_dateolirogers/gitlab-ce-project-milestone-orderOliver Rogers2016-02-101-5/+6
|/
* Improve performance of sorting milestone issuesYorick Peterse2015-10-191-5/+1
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-6/+1
* Add support for destroying project milestonesStan Hu2015-07-171-1/+6
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-4/+4
* Use same constant for amount of items per pageDmitriy Zaporozhets2015-03-121-1/+1
* Update project_milestone_path update route.Marin Jankovski2015-02-261-1/+2
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+3
* Restyle and refactor milestones filterDmitriy Zaporozhets2015-01-061-1/+1
* Possibility to create Milestones or Labels when Issues are disabledValery Sizov2014-11-201-1/+3
* Project hook, milestone, snippet strong paramsDmitriy Zaporozhets2014-06-261-2/+6
* Add sorting to merge requests on milestone pageDmitriy Zaporozhets2014-06-111-1/+11
* Sort issues in milestoneDmitriy Zaporozhets2014-06-111-1/+11
* Replace milestone observer with servicesDmitriy Zaporozhets2014-06-101-2/+2
* Remove author_id_of_changes from appDmitriy Zaporozhets2014-03-251-2/+1
* Remove deprecated findersskv2014-01-191-1/+1
* Remove GET .js format for Milestone controllerDmitriy Zaporozhets2013-12-021-5/+0
* Sort active milestones by due dates (closest first)Thomas König2013-09-231-1/+1
* Look for milestone by iid in milestone controllerDmitriy Zaporozhets2013-08-211-1/+1
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+94