Commit Graph

58 Commits

Author SHA1 Message Date
GitLab Bot a8f6578cb2 Add latest changes from gitlab-org/gitlab@master 2023-10-26 06:11:34 +00:00
GitLab Bot 9a4a8e6be7 Add latest changes from gitlab-org/gitlab@master 2023-08-28 21:10:41 +00:00
GitLab Bot a27c21b5af Add latest changes from gitlab-org/gitlab@master 2023-06-22 12:10:55 +00:00
GitLab Bot 4f4b85e1c7 Add latest changes from gitlab-org/gitlab@master 2023-02-13 21:08:20 +00:00
GitLab Bot 453634293e Add latest changes from gitlab-org/gitlab@master 2023-02-09 18:07:44 +00:00
GitLab Bot 9dc655286f Add latest changes from gitlab-org/gitlab@master 2022-12-05 21:08:33 +00:00
GitLab Bot f626c31492 Add latest changes from gitlab-org/gitlab@master 2022-08-10 06:10:51 +00:00
GitLab Bot da6cd333e7 Add latest changes from gitlab-org/gitlab@master 2022-04-06 18:08:19 +00:00
GitLab Bot 91e247b531 Add latest changes from gitlab-org/gitlab@master 2021-02-24 09:11:09 +00:00
GitLab Bot 1743439667 Add latest changes from gitlab-org/gitlab@master 2021-02-03 18:09:25 +00:00
GitLab Bot f6d19ed8eb Add latest changes from gitlab-org/gitlab@master 2020-09-25 12:10:00 +00:00
GitLab Bot 08b3b98051 Add latest changes from gitlab-org/gitlab@master 2020-09-01 12:11:01 +00:00
GitLab Bot 698ab7c4bb Add latest changes from gitlab-org/gitlab@master 2020-06-23 09:08:47 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot 27a18afc7d Add latest changes from gitlab-org/gitlab@master 2020-02-04 00:09:04 +00:00
GitLab Bot 0434f38ef1 Add latest changes from gitlab-org/gitlab@master 2020-01-31 18:09:11 +00:00
GitLab Bot 73edea02d3 Add latest changes from gitlab-org/gitlab@master 2019-12-21 15:07:56 +00:00
GitLab Bot e723867717 Add latest changes from gitlab-org/gitlab@master 2019-12-17 18:07:48 +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
Douwe Maan 838f7e56a4
Remove .wiki and @md-typography mixin in favor of .md and .md-file
Before, the styling for `img:not(.emoji)`` was repeated between
`.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
preview), `.documentation.wiki` (for help pages), and
`.issuable-details .description .wiki` (for MR and issue descriptions).

In these places, we now simply use `.md`. Wherever we use `.md` but
don't want this image styling (like wikis and blobs), `.md-file` is
added.
2019-03-26 14:29:33 +01: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 380db3768f
Fix rubocop errors 2019-01-30 23:18:21 +01:00
Brett Walker 26f5c7aa7c
Fix task list feature specs 2019-01-30 23:18:21 +01: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
Brett Walker f79410fe17 enable CommonMark as the default 2018-06-14 08:30:16 +00:00
Andrew Newdigate 47d19c2de1 Stop using `branch_names.include?` and use `branch_exists?` 2017-10-10 14:56:04 +00: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
Stan Hu 2eb01c9384 Fix failling spec/features/task_lists_spec.rb due to wrong login helpers
This was failing on master (e.g. https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/31176922)
2017-09-03 22:47:56 -07:00
Douwe Maan 834f1b30d5 Merge branch 'master' into issue-discussions-refactor
# Conflicts:
#	package.json
#	spec/support/features/reportable_note_shared_examples.rb
2017-08-17 14:01:31 +02:00
Filipa Lacerda c9ac28faaa Fix broken task list spec 2017-08-13 01:00:22 +01:00
Lin Jen-Shin 34741e9327 Just use repository would fix the test 2017-08-11 20:21:32 +08:00
Lin Jen-Shin ae7c52a060 Fix more tests 2017-08-11 17:54:34 +08:00
Lin Jen-Shin a85eed6446 Fake out Repository#fetch_ref for merge request if
the project didn't have a repository setup. We don't
try to stub it if the repository was already there.
2017-08-09 19:30:07 +08:00
Filipa Lacerda e4f8aa719b Merge branch 'master' into issue-discussions-refactor
* master: (162 commits)
  Since mysql is not a priority anymore, test it less
  Add container registry and spam logs icons
  Fix different Markdown styles
  Backport to CE for:
  Make new dropdown dividers full width
  Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs
  Install yarn via apt in update guides
  Use long curl options
  Remove monkey-patched Array.prototype.first() and last() methods
  Openshift Getting Started
  35659 Rename Pipelines tab to CI / CD in new navigation
  Don't bother going through an entire Banzai pipeline for empty text
  Add active state for pipelines settings on old nav
  Bump rspec to 3.6.0
  Resolve "Specific Async Script Loading by using a Page Variable"
  Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'"
  another rubocop style fix
  Use mixin for new dropdown style
  Migrate Repository#last_commit_for_path to Gitaly
  Migrate blame loading to Gitaly
  ...
2017-08-04 19:38:37 +01:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Douwe Maan 95f9d6d83b Merge branch 'master' into issue-discussions-refactor
# Conflicts:
#	app/controllers/concerns/notes_actions.rb
#	spec/features/task_lists_spec.rb
#	spec/support/features/issuable_slash_commands_shared_examples.rb
2017-07-31 10:23:50 +02: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
Fatih Acet 665471e5f8 IssueNotesRefactor: Fix task list specs. 2017-07-21 22:35:26 +03:00
Douwe Maan fe13f11041 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
Robert Speicher a6ec5121f0 Correct RSpec/SingleLineHook cop offenses 2017-06-14 13:18:56 -05:00
Oswaldo Ferreira 2338785ec9 Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
Regis 93a20ea872 fix tasks list spec in rspec 2017-05-03 14:35:54 -06:00
Regis e2bc67c91f fix task_list spec - not ocmpletely but progress 2017-05-01 20:59:52 -06:00
Regis cfc03dab24 fix rubocop offenses 2017-05-01 20:56:04 -06:00
Regis fee0c93244 fix merge conflict with issue_show haml 2017-04-25 12:52:31 -06:00
Regis b4e2f9f1a7 test async nature of issue show 2017-04-25 10:31:15 -06:00
Regis 3417e97c18 fix a few tests (not all) - update title in tab with new issue 2017-04-24 15:03:58 -06:00
Robert Speicher aef345024f Use `:empty_project` where possible in top-level feature specs 2017-04-20 17:30:55 -04:00
Jarka Kadlecova f30ad3ff1f fix nested tasks in ordered list 2017-01-24 15:08:16 +01:00