summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/milestones_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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