Commit Graph

18 Commits

Author SHA1 Message Date
GitLab Bot 377c02f959 Add latest changes from gitlab-org/gitlab@master 2022-09-09 06:13:24 +00:00
GitLab Bot 813226e2ba Add latest changes from gitlab-org/gitlab@master 2021-09-20 18:12:35 +00:00
GitLab Bot 413119517c Add latest changes from gitlab-org/gitlab@master 2021-04-07 18:09:45 +00:00
GitLab Bot 006000e366 Add latest changes from gitlab-org/gitlab@master 2021-03-12 15:09:33 +00:00
GitLab Bot 71d4234fa1 Add latest changes from gitlab-org/gitlab@master 2021-02-13 00:09:10 +00:00
GitLab Bot 5fe82ba3d3 Add latest changes from gitlab-org/gitlab@master 2020-09-15 03:09:24 +00:00
GitLab Bot a70e2c0418 Add latest changes from gitlab-org/gitlab@master 2020-08-03 12:09:47 +00:00
GitLab Bot 2f2c8f84bf Add latest changes from gitlab-org/gitlab@master 2020-07-31 12:10:02 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot 100a5e4bea Add latest changes from gitlab-org/gitlab@master 2020-05-25 21:08:00 +00:00
GitLab Bot 0b12a5312c Add latest changes from gitlab-org/gitlab@master 2020-01-14 21:07:45 +00:00
GitLab Bot 0a850868df Add latest changes from gitlab-org/gitlab@master 2019-10-09 12:06:13 +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
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
Alejandro Rodríguez a99bf447a2 Remove Gitlab::Git::Repository#rugged and Gollum code
Cleanup code, and refactor tests that still use Rugged. After this, there should
be no Rugged code that access the instance's repositories on non-test
environments. There is still some rugged code for other tasks like the
repository import task, but since it doesn't access any repository storage path
it can stay.
2018-10-02 16:34:28 -03:00
Brett Walker f79410fe17 enable CommonMark as the default 2018-06-14 08:30:16 +00:00
Robert Speicher 9c3c198daf
Combine multiple `it` blocks to improve Markdown feature spec times
The setup of each spec is too expensive to perform as many times as we
were doing it. Reduced duration from 255 seconds to 43.
2018-06-05 15:03:05 -05:00
Douwe Maan 603fa7c141 Merge branch 'fix-mermaid-xss' into 'security-10-4'
[10.4] Fix stored XSS in code blocks
2018-02-09 12:13:44 -06:00