GitLab Bot
760ddae438
Add latest changes from gitlab-org/gitlab@master
2023-10-06 06:09:15 +00:00
GitLab Bot
8746f541fb
Add latest changes from gitlab-org/gitlab@master
2023-09-21 21:11:42 +00:00
GitLab Bot
9214cac69b
Add latest changes from gitlab-org/gitlab@master
2023-08-18 00:08:53 +00:00
GitLab Bot
86cf3a6d77
Add latest changes from gitlab-org/gitlab@master
2023-08-05 00:09:45 +00:00
GitLab Bot
b9ce0fe1e6
Add latest changes from gitlab-org/gitlab@master
2023-05-02 18:18:39 +00:00
GitLab Bot
3fbd6ba74e
Add latest changes from gitlab-org/gitlab@master
2023-01-17 18:07:17 +00:00
GitLab Bot
130b909c4f
Add latest changes from gitlab-org/gitlab@master
2022-12-05 06:07:17 +00:00
GitLab Bot
5150ecc452
Add latest changes from gitlab-org/gitlab@master
2022-10-17 18:09:13 +00:00
GitLab Bot
e23c409e66
Add latest changes from gitlab-org/gitlab@master
2022-09-22 13:39:34 +00:00
GitLab Bot
e9c3815d3d
Add latest changes from gitlab-org/gitlab@master
2022-02-23 09:12:16 +00:00
GitLab Bot
391beda74a
Add latest changes from gitlab-org/gitlab@master
2022-01-18 21:16:02 +00:00
GitLab Bot
104ac5e939
Add latest changes from gitlab-org/gitlab@master
2022-01-18 03:11:34 +00:00
GitLab Bot
79a7da2537
Add latest changes from gitlab-org/gitlab@master
2021-12-14 12:13:33 +00:00
GitLab Bot
5cf4cf3425
Add latest changes from gitlab-org/gitlab@master
2021-05-13 00:10:23 +00:00
GitLab Bot
430aebe8af
Add latest changes from gitlab-org/gitlab@master
2021-04-21 06:09:28 +00:00
GitLab Bot
a3dfd311f4
Add latest changes from gitlab-org/gitlab@master
2021-04-14 15:09:04 +00:00
GitLab Bot
d7fd035dc3
Add latest changes from gitlab-org/gitlab@master
2021-04-12 12:09:15 +00:00
GitLab Bot
9b09561f47
Add latest changes from gitlab-org/gitlab@master
2020-12-09 18:09:48 +00:00
GitLab Bot
831b6108d2
Add latest changes from gitlab-org/gitlab@master
2020-07-16 21:10:05 +00:00
GitLab Bot
ecdd6ffa09
Add latest changes from gitlab-org/gitlab@master
2020-06-29 03:09:01 +00:00
GitLab Bot
4f5c8572e9
Add latest changes from gitlab-org/gitlab@master
2020-06-16 18:09:01 +00:00
GitLab Bot
619d0b6922
Add latest changes from gitlab-org/gitlab@master
2020-02-26 18:09:24 +00:00
GitLab Bot
61f0c58946
Add latest changes from gitlab-org/gitlab@master
2019-11-08 12:06:32 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +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
Sean McGivern
4d90aa83a0
Fix labels issuable link specs
2019-08-01 11:07:27 +01:00
Sean McGivern
c4a8f45f7d
Rename broken spec files
...
RSpec only executes files ending in _spec.rb.
2019-08-01 11:07:27 +01: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
Heinrich Lee Yu
96ed5a8bd7
Upgrade to Capybara 3
...
Fix whitespace in specs because normalize_ws is slightly
different from Capybara 2 behavior
2019-06-12 18:40:18 +08:00
Jan Provaznik
4df0e2599b
Fix display of promote to group label
...
Since label presenter is used in label index view, label class
check doesn't work as expected because the class is now LabelPresenter.
Also `label.subject` doesn't work as expected now because Label's model
`subject` method is shadowed by Gitlab's presenter's method which uses
`subject` for referencing the original object.
Instead we use a presenter's method for both checks now.
`label_deletion_confirm_text` is not used anywhere so it's removed
2019-05-28 10:05:20 +00:00
Heinrich Lee Yu
0866a47a34
Show prioritized labels to guests
...
Disables sorting when guests are viewing
2019-04-19 14:17:36 +08:00
Martin Hobert
fe823be926
fix(labels): Move the primary button out of breadcrumbs and into the project section
2019-01-22 17:42:10 +00:00
Semyon Pupkov
f955054159
Fix warning already initialized constant LABEL_TITLES
...
spec/features/projects/labels/user_views_labels_spec.rb:7: warning: already initialized constant LABEL_TITLES
spec/features/issues/user_creates_issue_spec.rb:67: warning: previous definition of LABEL_TITLES was here
2018-12-13 11:54:30 +05:00
George Tsiolis
f8fdf93ec9
Show primary button when all labels are prioritized
2018-12-07 13:47:26 +00:00
Fatih Acet
fbb4f15d1b
Sort issues and merge requests in ascending and descending order
2018-12-06 16:57:19 +00:00
Kushal Pandya
e82b989ef0
Fix secondary nav dropdown menu styling in tablet and mobile screens
2018-12-03 15:23:05 +00:00
George Tsiolis
0e75378b03
Include new and edit links in breadcrumb for project milestones, group milestones, and labels
2018-11-28 19:15:37 +00:00
Dmitriy Zaporozhets
8d19f4b4a6
Add sort dropdown to project labels page and group labels page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-10 15:34:36 +03:00
Dmitriy Zaporozhets
ac05ebc330
Add frozen_string_literal to search_labels_spec.rb according to GitLab bot
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31 13:56:58 +03:00
Dmitriy Zaporozhets
d860cf0f27
Show different not fount message for project labels search
...
Depends on if prioritised or other labels are found or no labels at all
are found, we show a corresponding message now
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31 13:07:56 +03:00
Dmitriy Zaporozhets
f128cdb896
Add more specs to labels search feature
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31 12:46:37 +03:00
Dmitriy Zaporozhets
85a8c7efb0
Add feature specs for project labels search
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-31 12:46:36 +03: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
Luke Bennett
9b9cdc984c
fix lint
2018-05-29 12:50:29 +01:00
Luke Bennett
cd0be3ba45
Fix user_removes_labels_spec
2018-05-29 12:11:14 +01:00
Luke Bennett
3b3645136b
Fix update_prioritization_spec
2018-05-29 11:07:48 +01:00
Luke Bennett
35b5c830a7
Further fixes for project subscription_spec
2018-05-29 10:49:33 +01:00
Luke Bennett
c9e4c1760d
Fix project subscription_spec
2018-05-29 10:25:21 +01:00
Luke Bennett
fad343ca5b
Remove screenshots
2018-05-29 09:53:33 +01:00