summaryrefslogtreecommitdiff
path: root/spec/features/milestone_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix miletone specClement Ho2018-04-241-1/+1
|
* Correct milestone_spec popover testLuke Bennett2018-04-031-1/+1
|
* Add milestone deprecation feature specLuke Bennett2018-03-231-0/+14
|
* Fix milestone delete button showing for all usersjivl-fix-delete-milestone-button-showing-upJose Ivan Vargas2018-03-061-0/+11
|
* #28481: Display time tracking totals on milestone pageRiccardo Padovani2018-02-211-6/+9
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
|
* Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-191-2/+2
| | | | | | | | | Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
* Add feature test to milestoneGeorge Andrinopoulos2017-11-111-0/+29
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-071-4/+19
|\
| * Native group milestonesFelipe Artur2017-07-071-4/+19
| |
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
| |
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Fix specsPedro Moreira da Silva2017-02-241-1/+1
|
* Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+5
|
* Ensure validation messages are shown within the milestone formMark Fletcher2016-09-191-3/+18
| | | | | | | * Remove call to Milestone#save! instead just Milestone#save * Add safety specs to stop a regression Fixes #22033
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-2/+2
|
* Use a better message when milestone is newly createdchange_message_for_newly_created_milestoneArinde Eniola2016-04-291-0/+35
make some changes for the checks to determine when the messages should be displayed add item to changelog and also integration test make some changes to the test make some changes