GitLab Bot
919e3e3cd8
Add latest changes from gitlab-org/gitlab@master
2023-02-07 21:09:58 +00:00
GitLab Bot
130b909c4f
Add latest changes from gitlab-org/gitlab@master
2022-12-05 06:07:17 +00:00
GitLab Bot
5fabe42e23
Add latest changes from gitlab-org/gitlab@master
2022-05-03 12:07:28 +00:00
GitLab Bot
430aebe8af
Add latest changes from gitlab-org/gitlab@master
2021-04-21 06:09:28 +00:00
GitLab Bot
dfda8b7e77
Add latest changes from gitlab-org/gitlab@master
2021-03-18 15:09:04 +00:00
GitLab Bot
acba9e99b4
Add latest changes from gitlab-org/gitlab@master
2021-01-13 21:11:00 +00:00
GitLab Bot
01a8b31afe
Add latest changes from gitlab-org/gitlab@master
2020-11-16 15:09:23 +00:00
GitLab Bot
2f5c5b1081
Add latest changes from gitlab-org/gitlab@master
2020-10-08 12:08:31 +00:00
GitLab Bot
0692678110
Add latest changes from gitlab-org/gitlab@master
2020-10-06 21:09:22 +00:00
GitLab Bot
c6283014fe
Add latest changes from gitlab-org/gitlab@master
2020-09-17 12:09:37 +00:00
GitLab Bot
2f2c8f84bf
Add latest changes from gitlab-org/gitlab@master
2020-07-31 12:10:02 +00:00
GitLab Bot
8b0ef13236
Add latest changes from gitlab-org/gitlab@master
2020-06-03 18:08:28 +00:00
GitLab Bot
a5650b86b5
Add latest changes from gitlab-org/gitlab@master
2020-05-13 21:08:55 +00:00
GitLab Bot
51c20446a0
Add latest changes from gitlab-org/gitlab@master
2020-05-06 09:10:02 +00:00
GitLab Bot
fdd0b0fd45
Add latest changes from gitlab-org/gitlab@master
2020-04-23 18:09:46 +00:00
GitLab Bot
e33f87ac0f
Add latest changes from gitlab-org/gitlab@master
2020-04-21 15:21:10 +00:00
GitLab Bot
495c22d124
Add latest changes from gitlab-org/gitlab@master
2020-04-06 18:09:37 +00:00
GitLab Bot
1219a9dce9
Add latest changes from gitlab-org/gitlab@master
2020-04-01 15:07:45 +00:00
GitLab Bot
43b4b3e2d2
Add latest changes from gitlab-org/gitlab@master
2020-03-20 12:10:03 +00:00
GitLab Bot
78d8830cec
Add latest changes from gitlab-org/gitlab@master
2020-03-19 15:09:41 +00:00
GitLab Bot
00fa950a34
Add latest changes from gitlab-org/gitlab@master
2020-03-13 18:09:39 +00:00
GitLab Bot
dc889678d1
Add latest changes from gitlab-org/gitlab@master
2020-03-12 15:09:39 +00:00
GitLab Bot
1fa79760ad
Add latest changes from gitlab-org/gitlab@master
2020-03-10 12:08:16 +00:00
GitLab Bot
ac1dca43ba
Add latest changes from gitlab-org/gitlab@master
2020-03-09 12:07:45 +00:00
GitLab Bot
736d36d859
Add latest changes from gitlab-org/gitlab@master
2020-02-28 15:09:13 +00:00
GitLab Bot
66d4203791
Add latest changes from gitlab-org/gitlab@master
2020-02-26 09:08:47 +00:00
GitLab Bot
b98fa9ef3d
Add latest changes from gitlab-org/gitlab@master
2020-02-25 09:09:10 +00:00
GitLab Bot
0ab47b994c
Add latest changes from gitlab-org/gitlab@master
2020-02-13 15:08:52 +00:00
GitLab Bot
26384c9a61
Add latest changes from gitlab-org/gitlab@master
2020-02-05 09:08:43 +00:00
GitLab Bot
0434f38ef1
Add latest changes from gitlab-org/gitlab@master
2020-01-31 18:09:11 +00:00
GitLab Bot
898e2cc1df
Add latest changes from gitlab-org/gitlab@master
2019-12-20 09:24:38 +00:00
GitLab Bot
e723867717
Add latest changes from gitlab-org/gitlab@master
2019-12-17 18:07:48 +00:00
GitLab Bot
4ba55564e1
Add latest changes from gitlab-org/gitlab@master
2019-12-10 21:08:01 +00:00
GitLab Bot
d5b4360051
Add latest changes from gitlab-org/gitlab@master
2019-11-26 03:06:24 +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
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
Andrew Newdigate
ff0b2cc61f
Re-enable MethodCallWithoutArgsParentheses Cop
...
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
2019-01-29 21:05:30 +02: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
Mark Chao
a63bce1a4b
Resolve "Rename the `Master` role to `Maintainer`" Backend
2018-07-11 14:36:08 +00:00
Rémy Coutable
2d54dfb251
Migrate features/project/project.feature to RSpec and reorganize several Project feature specs
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-09 18:04:09 -05:00
blackst0ne
27c95364b5
Replace '.team << [user, role]' with 'add_role(user)' in specs
2017-12-22 19:18:28 +11:00
Jose Ivan Vargas
035bf5d4d5
fix create_snipper and diff_notes specs
2017-10-05 16:13:21 -05:00
Mike Greiling
27a28d9970
Merge branch 'master' into sh-headless-chrome-support
...
* master: (97 commits)
Eliminate N+1 queries in loading discussions.json endpoint
Clean up read_registry scope changes
Add missing import statements
Improve “New project“ page description
Fix notification message when admin label was modified
Remove gaps under nav on build page
Replace the 'project/snippets.feature' spinach test with an rspec analog
Use correct group members path for members flyout link
Fix docs for lightweight tag creation via API
Replace the 'project/commits/revert.feature' spinach test with an rspec analog
Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0'
Replace the 'project/archived.feature' spinach test with an rspec analog
Fix broken link in docs/api/wiki.md
Fixed the new sidebars width when browser has scrollbars
Improve 'spec/features/profiles/*' specs
Replace the 'search.feature' spinach test with an rspec analog
dedupe yarn packages
add dependency approvals (all MIT license)
update build image to latest with node 8.x, yarn 1.0.2, and chrome 61
Ensure we use `Entities::User` for non-admin `users/:id` API requests
...
2017-09-18 13:05:34 -05:00
Vitaliy @blackst0ne Klachkov
5d3165d41e
Replace the 'project/snippets.feature' spinach test with an rspec analog
2017-09-18 18:52:28 +11:00
Stan Hu
541a082c9f
Rename find('.ace_editor') -> find('.ace_text-input') to make Chrome happy
2017-08-16 02:20:39 -07:00
Robert Speicher
72a7b30c9f
Change all `:empty_project` to `:project`
2017-08-02 17:47:31 -04:00
Robert Speicher
1a0064dceb
Use `empty_project` where possible in spec/features/projects
2017-07-27 13:12:16 -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
9eeba8fb49
Auto-correct ProjectPathHelper violations
2017-07-06 12:20:50 -04:00