summaryrefslogtreecommitdiff
path: root/app/controllers/projects/milestones_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-3/+0
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+4
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+2
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-3/+0
* Adds milestone searchJacopo2019-01-241-1/+1
* Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-121-1/+1
* Merge branch 'security-issue_51301' into 'master'Cindy Pallares2018-11-281-4/+17
* Enable even more frozen string in app/controllersgfyoung2018-09-251-6/+3
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Escapes milestone and label names when promoting themFilipa Lacerda2018-07-171-3/+11
* Escapes milestone title shown in flash message when promoting a milestoneFilipa Lacerda2018-07-131-2/+3
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Added underline to promoted milestone flash messageConstance Okoghenun2018-06-211-1/+1
* Rails5 fix passing Group objects array into for_projects_and_groups milestone...Jasper Maes2018-06-141-2/+2
* Include all ancestors milestones in json list & autocomplete36862-subgroup-milestonesJarka Kadlecová2018-06-041-4/+5
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Fix middle alignment for the titleJose Ivan Vargas2018-03-281-1/+1
* Fix promoting labels and milestones copy textJose Ivan Vargas2018-03-281-2/+2
* Drop JSON response in Project Milestone along with avoiding errorTakuya Noguchi2018-03-251-0/+4
* used respond_to formats for persisting flash messages insteadjivl-new-modal-project-labels-milestonesJose Ivan Vargas2018-03-061-2/+10
* Add persistent flash messagesJose Ivan Vargas2018-03-011-2/+3
* Added vue based promotion modals for labels and milestonesJose Ivan Vargas2018-03-011-2/+1
* 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