Commit Graph

41 Commits

Author SHA1 Message Date
GitLab Bot bd979acf95 Add latest changes from gitlab-org/gitlab@master 2023-05-04 18:09:51 +00:00
GitLab Bot ca80962ae5 Add latest changes from gitlab-org/gitlab@master 2023-03-21 03:08:15 +00:00
GitLab Bot 4ee706fcd1 Add latest changes from gitlab-org/gitlab@master 2022-12-01 12:09:35 +00:00
GitLab Bot 7fe1490a58 Add latest changes from gitlab-org/gitlab@master 2022-11-29 18:09:26 +00:00
GitLab Bot 9440c17f55 Add latest changes from gitlab-org/gitlab@master 2022-06-15 15:09:20 +00:00
GitLab Bot 3fbfc0075a Add latest changes from gitlab-org/gitlab@master 2022-05-19 09:09:08 +00:00
GitLab Bot 1c7411c597 Add latest changes from gitlab-org/gitlab@master 2021-11-11 12:10:41 +00:00
GitLab Bot ad41744a17 Add latest changes from gitlab-org/gitlab@master 2021-10-05 18:13:27 +00:00
GitLab Bot f8975b16d1 Add latest changes from gitlab-org/gitlab@master 2021-07-01 21:08:38 +00:00
GitLab Bot dfda8b7e77 Add latest changes from gitlab-org/gitlab@master 2021-03-18 15:09:04 +00:00
GitLab Bot 2f5c5b1081 Add latest changes from gitlab-org/gitlab@master 2020-10-08 12:08:31 +00:00
GitLab Bot 654daa2ccb Add latest changes from gitlab-org/gitlab@master 2020-08-14 15:10:05 +00:00
GitLab Bot fe25c98fa8 Add latest changes from gitlab-org/gitlab@master 2020-07-01 21:08:51 +00:00
GitLab Bot 8b0ef13236 Add latest changes from gitlab-org/gitlab@master 2020-06-03 18:08:28 +00:00
GitLab Bot ed73d4f207 Add latest changes from gitlab-org/gitlab@master 2019-12-06 03:08:02 +00:00
GitLab Bot 2349eabc1a Add latest changes from gitlab-org/gitlab@master 2019-12-06 00:07:48 +00:00
GitLab Bot 134fe18200 Add latest changes from gitlab-org/gitlab@master 2019-12-05 21:07:40 +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
Thong Kuah 4ec16912b8 Autocorrect with RSpec/ExampleWording cop
- rewords examples starting with 'should'
- rewords examples starting with 'it'

Note: I had to manually fixup "onlies" to "only"
2019-04-05 08:43:27 +00:00
Douwe Maan 63792707f9
Remove now-unnecessary md-preview class 2019-03-26 14:35:43 +01:00
Dmitriy Zaporozhets 7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Bob Van Landuyt f1d3ea63cf Show the status of a user in interactions
The status is shown for
- The author of a commit when viewing a commit
- Notes on a commit (regular/diff)
- The user that triggered a pipeline when viewing a pipeline
- The author of a merge request when viewing a merge request
- The author of notes on a merge request (regular/diff)
- The author of an issue when viewing an issue
- The author of notes on an issue
- The author of a snippet when viewing a snippet
- The author of notes on a snippet
- A user's profile page
- The list of members of a group/user
2018-07-30 15:01:26 +02:00
Mike Greiling 34f7e82563
add accept_confirm around "delete comment" button 2017-10-24 16:59:29 +03:00
Jose Ivan Vargas 299213dd01 Replaced trigger calls for click, fixed click_on call 2017-09-26 10:30:26 -05:00
Stan Hu f045903541 Merge branch 'master' into sh-headless-chrome-support 2017-08-31 20:50:05 -07:00
Simon Knox bcd2135e08 fix transient test failures caused by wrong dropdown trigger 2017-08-28 16:38:26 +10:00
Stan Hu d3e8167382 Merge branch 'master' into sh-headless-chrome-support 2017-08-16 00:48:48 -07:00
Stan Hu b03fe23d53 Remove unsupported `network_traffic` in specs 2017-08-12 23:01:45 -07:00
Simon Knox 8858ddaf83 take edit note button out of dropdown 2017-08-10 09:37:25 +10: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 e939bf7be1 Change gitlab_sign_in to sign_in where possible 2017-06-29 12:18:23 -04:00
Luke "Jared" Bennett e2ea3e5c84 Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" 2017-06-27 15:41:56 +00:00
Grzegorz Bizon 0430b76441 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Eric Eastwood e51078ecfc Disable autocomplete on snippets comments
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594

Was supposedly fixed in MR for
https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop
up again
2017-06-19 13:42:12 -05:00
Luke "Jared" Bennett 32cac59727 Added more actions and report as abuse to all notes 2017-06-07 18:33:50 +00:00
Oswaldo Ferreira 2338785ec9 Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
Luke "Jared" Bennett 4c25701dc6 Just assert the existence of the timeago element 2017-05-08 11:06:09 +00:00
Luke "Jared" Bennett 17fc18ec2c Check for all possible timeago strings that can be rendered in a few minutes. We cannot rely on 'less than a minute ago' 2017-05-08 09:09:08 +00:00
Jarka Kadlecova e4f7b87ddb Support comments for personal snippets 2017-05-05 15:45:49 +02:00
Jarka Kadlecova 8c3a03c1b9 Display comments for personal snippets 2017-05-02 13:07:53 +02:00