Commit Graph

40 Commits

Author SHA1 Message Date
GitLab Bot 7b0db0ccfb Add latest changes from gitlab-org/gitlab@master 2022-12-21 00:07:33 +00:00
GitLab Bot 9dc655286f Add latest changes from gitlab-org/gitlab@master 2022-12-05 21:08:33 +00:00
GitLab Bot 0cd52ae4af Add latest changes from gitlab-org/gitlab@master 2022-10-13 00:08:53 +00:00
GitLab Bot f8184e504b Add latest changes from gitlab-org/gitlab@master 2022-09-28 06:08:11 +00:00
GitLab Bot f06d16d23c Add latest changes from gitlab-org/gitlab@master 2022-07-07 03:09:39 +00:00
GitLab Bot c4eeda2d3d Add latest changes from gitlab-org/gitlab@master 2022-06-13 15:09:34 +00:00
GitLab Bot 4dc41ac252 Add latest changes from gitlab-org/gitlab@master 2022-05-25 15:08:05 +00:00
GitLab Bot 9b09561f47 Add latest changes from gitlab-org/gitlab@master 2020-12-09 18:09:48 +00:00
GitLab Bot ca7bdd871e Add latest changes from gitlab-org/gitlab@master 2020-10-23 09:08:41 +00:00
GitLab Bot 5f4d224e54 Add latest changes from gitlab-org/gitlab@master 2020-10-06 03:08:19 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot a83a97f604 Add latest changes from gitlab-org/gitlab@master 2020-05-28 12:08:10 +00:00
Ash McKenzie 19ff9d9899
Replace rails_helper.rb with spec_helper.rb
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Thong Kuah 73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Mark Fletcher d97d35d3da Fix bug when reopening milestone from index page 2019-03-26 16:50:14 +00:00
Rémy Coutable 3a2abc1d50
Enable the Layout/ExtraSpacing cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24 13:05:45 +01:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Winnie Hellmann 3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
Clement Ho 7df66773f4 Fix miletone spec 2018-04-24 11:45:48 -05:00
Luke Bennett e11dfbefe9
Correct milestone_spec popover test 2018-04-03 00:21:43 +01:00
Luke Bennett daf2a79b2d
Add milestone deprecation feature spec 2018-03-23 19:14:09 +00:00
Jose Ivan Vargas 117ccb8926 Fix milestone delete button showing for all users 2018-03-06 11:45:04 -06:00
Riccardo Padovani 99b96a7b5f #28481: Display time tracking totals on milestone page 2018-02-21 17:20:56 +00:00
blackst0ne 27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Robert Speicher 3e4b45fc21 Only include the user's ID in the time_spent command's update hash
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.
2017-12-19 15:45:08 -06:00
George Andrinopoulos 46cacbe5cf Add feature test to milestone 2017-11-11 16:47:39 +02:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Robert Speicher 7d03012f2a Merge branch 'master' into rs-sign_in 2017-07-07 11:42:00 -04:00
Felipe Artur b5f596c3ff Native group milestones 2017-07-07 15:08:49 +00:00
Robert Speicher 9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04:00
Douwe Maan fe13f11041 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
Robert Speicher e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Jacopo ff76adb547 Unnecessary "include WaitForAjax" and "include ApiHelpers"
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs.
Removed unnecessary usage of `api:true`
2017-04-21 22:32:02 +02:00
Pedro Moreira da Silva 2ca2e06269 Fix specs 2017-02-24 17:07:43 +00:00
Valery Sizov 3789cfe056 Add a starting date to milestones 2016-11-23 13:41:04 +02:00
Mark Fletcher 58d02520b0 Ensure validation messages are shown within the milestone form
* Remove call to Milestone#save! instead just Milestone#save
* Add safety specs to stop a regression

Fixes #22033
2016-09-19 09:29:12 +01:00
tiagonbotelho 519275c110 fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
Arinde Eniola ded3b02f33 Use a better message when milestone is newly created
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
2016-04-29 10:15:49 +01:00