Commit Graph

29 Commits

Author SHA1 Message Date
GitLab Bot 2119988252 Add latest changes from gitlab-org/gitlab@master 2023-03-13 06:14:29 +00:00
GitLab Bot ddfa6a1f19 Add latest changes from gitlab-org/gitlab@master 2023-02-10 21:08:12 +00:00
GitLab Bot 9cc33a92d0 Add latest changes from gitlab-org/gitlab@master 2023-01-23 06:08:33 +00:00
GitLab Bot d41edc2e93 Add latest changes from gitlab-org/gitlab@master 2023-01-17 15:07:22 +00:00
GitLab Bot 8228f6e154 Add latest changes from gitlab-org/gitlab@master 2022-12-07 09:07:12 +00:00
GitLab Bot 430aebe8af Add latest changes from gitlab-org/gitlab@master 2021-04-21 06:09:28 +00:00
GitLab Bot c46b011d3f Add latest changes from gitlab-org/gitlab@master 2021-03-23 15:09:28 +00:00
GitLab Bot 37a492326e Add latest changes from gitlab-org/gitlab@master 2021-01-21 18:09:11 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot 0be510a49f Add latest changes from gitlab-org/gitlab@master 2019-10-31 12:06:26 +00: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
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
George Andrinopoulos 7453a029f4 Fix failing test 2018-08-20 22:34:14 +03:00
George Andrinopoulos 208e404002 Fix failing test 2018-08-19 23:11:49 +03:00
George Andrinopoulos 70830c2300 Add target branch to cherry pick confirmation message 2018-08-19 23:11:49 +03:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Bob Van Landuyt eae2ed3366 Spec improvements for speed, reliability and readability 2018-04-12 18:05:50 +02:00
Bob Van Landuyt c39e3f22ce Show `New Issue` link for projects
When a user is not logged in, we want to show the `New Issue` link so
he gets directed to the login flow first.

When a project is archived, we never want to show the link.
2018-04-11 10:51:43 +02:00
blackst0ne 27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Jacopo 0ce6785851 Replaces `tag: true` into `:tag` in the specs
Replaces all the explicit include metadata syntax in the specs (tag:
true) into the implicit one (:tag).
Added a cop to prevent future errors and handle autocorrection.
2017-10-07 13:57:54 +02:00
Robert Speicher 1a0064dceb Use `empty_project` where possible in spec/features/projects 2017-07-27 13:12:16 -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 2dac8f444c Remove implicit dependency on `gitlab_sign_in` assigning `@user`
We shouldn't be using instance variables in specs to begin with, and
depending on this implicit behavior of `gitlab_sign_in` would have made
it more difficult to change to `sign_in` where possible.

...we've also gone ahead and changed to `sign_in` where possible.
2017-06-19 21:06:13 -05:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Oswaldo Ferreira 2338785ec9 Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
Sam Rose 9f3985c613 Move PDFLab into GitLab 2017-04-28 12:52:36 -04: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
Douwe Maan 6cc4cf1e15 Fix cherry-picking or reverting through an MR 2017-03-02 17:41:05 -06:00
Douwe Maan 3aa1264dc6 Add tests 2017-02-06 16:12:24 -06:00