Commit Graph

55 Commits

Author SHA1 Message Date
GitLab Bot 2e83d966ac Add latest changes from gitlab-org/gitlab@master 2024-04-11 12:13:44 +00:00
GitLab Bot 4534d890f1 Add latest changes from gitlab-org/gitlab@master 2023-11-30 18:11:38 +00:00
GitLab Bot ea413f31cf Add latest changes from gitlab-org/gitlab@master 2023-10-26 18:11:56 +00:00
GitLab Bot effc12bf9d Add latest changes from gitlab-org/gitlab@master 2023-06-13 15:10:17 +00:00
GitLab Bot fc4faf47ac Add latest changes from gitlab-org/gitlab@master 2023-05-25 12:07:22 +00:00
GitLab Bot 613868af23 Add latest changes from gitlab-org/gitlab@master 2023-05-16 09:08:02 +00:00
GitLab Bot bd979acf95 Add latest changes from gitlab-org/gitlab@master 2023-05-04 18:09:51 +00:00
GitLab Bot 6e3df404ce Add latest changes from gitlab-org/gitlab@master 2023-03-22 00:16:43 +00:00
GitLab Bot 0122d00cac Add latest changes from gitlab-org/gitlab@master 2022-12-16 18:09:43 +00:00
GitLab Bot 8228f6e154 Add latest changes from gitlab-org/gitlab@master 2022-12-07 09:07:12 +00:00
GitLab Bot 9533162f35 Add latest changes from gitlab-org/gitlab@master 2022-10-03 00:09:02 +00:00
GitLab Bot c0a3d287c0 Add latest changes from gitlab-org/gitlab@master 2022-09-21 12:13:58 +00:00
GitLab Bot cc1e91be1c Add latest changes from gitlab-org/gitlab@master 2022-07-25 12:09:06 +00:00
GitLab Bot bad127a0f6 Add latest changes from gitlab-org/gitlab@master 2022-02-22 18:17:57 +00:00
GitLab Bot eb004dc626 Add latest changes from gitlab-org/gitlab@master 2020-10-27 12:08:33 +00:00
GitLab Bot 2819fd258a Add latest changes from gitlab-org/gitlab@master 2020-10-15 06:09:14 +00:00
GitLab Bot 6f15c2c272 Add latest changes from gitlab-org/gitlab@master 2020-09-24 12:09:37 +00:00
GitLab Bot f3352dd3f1 Add latest changes from gitlab-org/gitlab@master 2020-09-18 21:10:11 +00:00
GitLab Bot 7cd0959043 Add latest changes from gitlab-org/gitlab@master 2020-07-11 06:09:15 +00:00
GitLab Bot a0b26c6df5 Add latest changes from gitlab-org/gitlab@master 2020-06-29 12:09:20 +00:00
GitLab Bot 235dc61f47 Add latest changes from gitlab-org/gitlab@master 2020-06-19 12:09:07 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot 5564275a0b Add latest changes from gitlab-org/gitlab@master 2020-02-06 12:10:29 +00:00
GitLab Bot 4ce0bee95d Add latest changes from gitlab-org/gitlab@master 2020-01-14 12:07:41 +00:00
GitLab Bot 921d16124a Add latest changes from gitlab-org/gitlab@master 2019-11-14 18:06:15 +00:00
GitLab Bot 69944ffb68 Add latest changes from gitlab-org/gitlab@master 2019-11-12 15:06:26 +00:00
GitLab Bot 991a295378 Add latest changes from gitlab-org/gitlab@master 2019-11-11 00:06:26 +00:00
GitLab Bot 12287a65b7 Add latest changes from gitlab-org/gitlab@master 2019-10-24 06:07:07 +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
Phil Hughes 6a3a28bfde
Fixed the blob editor deleting all content for files
This only happens for files that the path consists of only numbers

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58578
2019-03-07 12:35:07 +00:00
Filipa Lacerda 079d471e8e Merge branch 'web-ide-default-editor' into 'master'
Makes the Web IDE the default editor

Closes #42382

See merge request gitlab-org/gitlab-ce!25171
2019-02-27 09:43:53 +00:00
Phil Hughes e9b28a28a7
Makes the Web IDE the default editor
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42382
2019-02-26 12:21:16 +00:00
Rémy Coutable f49aeacdd0
Merge branch 'fix-misspellings-app-comments' into 'master'
Fix misspellings in app/spec comments

See merge request gitlab-org/gitlab-ce!25517
2019-02-26 12:25:01 +01:00
Michael Kozono cae2c33681
Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"
This reverts commit 9202bbd129, reversing
changes made to 4b282e9ce1.
2019-02-25 12:53:09 -08:00
Takuya Noguchi bbf479a36c Fix misspellings in app/spec comments
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25 17:25:19 +09:00
Jan Provaznik b2c70230b3 Remove Redcarpet markdown engine
This engine was replaced with CommonMarker in 11.4, it was deprecated
since then.
2019-02-04 12:48:35 +01:00
Brett Walker a963721f79 render using RedCarpet if legacy_render parameter is set 2018-09-05 09:19:16 -05: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
Clement Ho f7811b4b0b Replace $.post in edit blob with axios 2018-01-29 17:53:48 +00:00
blackst0ne 27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Eric Eastwood 43377979c6 Check for element before evaluate_script
Tip from
https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
2017-10-19 14:01:15 -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 9513bd18c4 Ensure all project factories use `:repository` trait or `:empty_project` 2017-08-01 14:51:52 -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
Rémy Coutable 05e152fa7f
Fix the :project factory by not copying the test repo twice
Also, fixing some calls to the :project factory with the :test_repo
trait since this trait is already included in the :project factory.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 09:58:06 +02:00
Robert Speicher 9eeba8fb49 Auto-correct ProjectPathHelper violations 2017-07-06 12:20:50 -04: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
Douwe Maan b38c74d696 Revert 'New file from interface on existing branch' 2017-06-09 10:10:47 -05:00