Commit Graph

28 Commits

Author SHA1 Message Date
GitLab Bot 29bda88f60 Add latest changes from gitlab-org/gitlab@master 2024-04-25 21:14:47 +00:00
GitLab Bot 8c5f330a63 Add latest changes from gitlab-org/gitlab@master 2024-02-08 21:10:40 +00:00
GitLab Bot c600108596 Add latest changes from gitlab-org/gitlab@master 2023-12-22 15:12:49 +00:00
GitLab Bot faf60c19a9 Add latest changes from gitlab-org/gitlab@master 2023-12-20 21:16:25 +00:00
GitLab Bot 054c9f71bc Add latest changes from gitlab-org/gitlab@master 2023-12-20 18:11:16 +00:00
GitLab Bot 86cf3a6d77 Add latest changes from gitlab-org/gitlab@master 2023-08-05 00:09:45 +00:00
GitLab Bot ccb37f9759 Add latest changes from gitlab-org/gitlab@master 2023-07-25 06:10:06 +00:00
GitLab Bot ab5672c13d Add latest changes from gitlab-org/gitlab@master 2023-05-09 21:09:18 +00:00
GitLab Bot 5421d61b1d Add latest changes from gitlab-org/gitlab@master 2022-11-23 18:07:55 +00:00
GitLab Bot 9440c17f55 Add latest changes from gitlab-org/gitlab@master 2022-06-15 15:09:20 +00:00
GitLab Bot 104ac5e939 Add latest changes from gitlab-org/gitlab@master 2022-01-18 03:11:34 +00:00
GitLab Bot 8bac8f55ba Add latest changes from gitlab-org/gitlab@master 2022-01-07 18:16:06 +00:00
GitLab Bot a58667ab4b Add latest changes from gitlab-org/gitlab@master 2021-12-14 09:10:42 +00:00
GitLab Bot 1c7411c597 Add latest changes from gitlab-org/gitlab@master 2021-11-11 12:10:41 +00:00
GitLab Bot e173c316de Add latest changes from gitlab-org/gitlab@master 2021-05-19 06:10:37 +00:00
GitLab Bot a3dfd311f4 Add latest changes from gitlab-org/gitlab@master 2021-04-14 15:09:04 +00:00
GitLab Bot 873237b97d Add latest changes from gitlab-org/gitlab@master 2021-04-04 18:09:19 +00:00
GitLab Bot 33827e3a53 Add latest changes from gitlab-org/gitlab@master 2020-11-23 15:09:37 +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
André Luís 4ed7fa9445 Resolve "System level labels UI broken" 2018-08-07 10:56:17 +00:00
Mike Greiling 4f5fda8b34
accept javascript confirm dialog on admin delete label link 2017-10-13 19:04:09 -05: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 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
Oswaldo Ferreira 2338785ec9 Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03: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
Felipe Artur d1ecbd6ce8 Fix admin_labels_spec.rb transient failure 2017-02-10 11:44:00 -02:00
Semyon Pupkov 561ed7b9f9 Move admin labels spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2016-12-19 13:47:55 +05:00