summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/milestones_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-11/+13
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Merge branch 'security-issue_51301' into 'master'Cindy Pallares2018-11-281-6/+27
| | | | | [master] Resolve: Promoting a milestone is missing an authorization check See merge request gitlab/gitlabhq!2598
* 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 ↵Stan Hu2015-12-051-3/+2
| | | | MilestonesController
* Remove milestones from merge requests when milestones are deletedStan Hu2015-09-211-0/+6
| | | | Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-0/+4
| | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
* Add support for destroying project milestonesStan Hu2015-07-171-0/+28
Closes https://github.com/gitlabhq/gitlabhq/issues/1504