summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/milestones_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-151-0/+21
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-131-0/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-301-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-021-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-181-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-031-8/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-281-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-191-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-8/+8
* Display only participants that user has permission to seeAlexandru Croitor2019-09-301-0/+41
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-1/+1
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-1/+1
* Fix confidential issue label disclosure on milestone viewPatrick Derichs2019-05-141-0/+34
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Adds milestone searchJacopo2019-01-241-1/+11
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-11/+13
* Merge branch 'security-issue_51301' into 'master'Cindy Pallares2018-11-281-6/+27
* Fix spec in EE which now trigger access to repositoryMark Chao2018-11-071-1/+1
* Fix missing and duplicates on project milestone listing pageOswaldo Ferreira2018-08-071-2/+31
* Escapes milestone and label names when promoting themFilipa Lacerda2018-07-171-1/+1
* Escapes milestone title shown in flash message when promoting a milestoneFilipa Lacerda2018-07-131-0/+8
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Updated test for promoted milestones success messageConstance Okoghenun2018-06-211-1/+1
* Include all ancestors milestones in json list & autocomplete36862-subgroup-milestonesJarka Kadlecová2018-06-041-9/+26
* Fix middle alignment for the titleJose Ivan Vargas2018-03-281-1/+1
* Fix promoting labels and milestones copy textJose Ivan Vargas2018-03-281-1/+1
* Drop JSON response in Project Milestone along with avoiding errorTakuya Noguchi2018-03-251-2/+11
* used respond_to formats for persisting flash messages insteadjivl-new-modal-project-labels-milestonesJose Ivan Vargas2018-03-061-1/+2
* Add persistent flash messagesJose Ivan Vargas2018-03-011-3/+1
* Added vue based promotion modals for labels and milestonesJose Ivan Vargas2018-03-011-1/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Allow promoting project milestones to group milestonesFelipe Artur2017-10-311-0/+28
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Native group milestonesFelipe Artur2017-07-071-0/+34
* Fixed failing specsPhil Hughes2017-04-261-2/+0
* Added controller specsPhil Hughes2017-04-261-0/+5
* Optimize project namespace lookup for milestones and add specssh-optimize-milestone-polymorphic-urlStan Hu2017-04-241-0/+15
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
* Optimize Event queries by removing default order23106-events-default-scope-results-in-a-slow-queryAlejandro RodrĂ­guez2016-10-271-1/+1
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-1/+1
* Fix spec that broke due to fact that iid is needed, not id, for MilestonesCon...Stan Hu2015-12-051-3/+2
* Remove milestones from merge requests when milestones are deletedStan Hu2015-09-211-0/+6
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-0/+4
* Add support for destroying project milestonesStan Hu2015-07-171-0/+28