summaryrefslogtreecommitdiff
path: root/spec/controllers/groups/milestones_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-1/+1
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-1/+1
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-091-0/+6
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-051-6/+0
* Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-051-0/+6
* Adds milestone searchJacopo2019-01-241-3/+28
* Add project milestone link to dashboard milestonesccr/49289_milestone_linkFatih Acet2018-12-201-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-28/+40
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Allow to delete group milestonesissue_36138Felipe Artur2018-08-061-0/+11
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-7/+7
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Native group milestonesFelipe Artur2017-07-071-17/+101
* Add tests for Groups::MilestonesController#indexTakuya Noguchi2017-06-261-0/+15
* Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-3/+132
* Added controller specsPhil Hughes2017-04-261-0/+12
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-1/+1
* Implement review suggestionsFelipe Artur2016-04-071-1/+1
* Improve codeFelipe Artur2016-04-051-1/+1
* Fix problem when creating milestones in groups without projectsFelipe Artur2016-04-051-0/+6
* Fix Error 500 when creating global milestones with Unicode charactersStan Hu2015-12-051-0/+27