该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 29, 2022
-
-
由 Brett Walker 创作于
to minimize it’s changes on the html earlier in the pipeline.
-
- 10月 28, 2022
-
-
由 Nao Hashizume 创作于
-
- 10月 27, 2022
-
- 10月 18, 2022
-
-
由 Chad Woolley 创作于
- Generate from spec.txt MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/100489
-
- 10月 12, 2022
-
-
由 Chad Woolley 创作于
- Split examples into two files as documented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/98493
-
- 10月 07, 2022
-
-
由 Chad Woolley 创作于
- Rename intro.txt to intro.md - Rename ghfm_spec_v_0.29.txt to ghfm_spec_v_0.29.txt.md
-
- 10月 02, 2022
-
-
由 Chad Woolley 创作于
- Validate that manually-curated config files do not have any invalid example names - Also fixes some issues where yarn integrity check started failing on CI, possibly for reasons unrelated to this MR - Also removes an unnecessary writable File.open that was overlooked in a previous refactor.
-
- 9月 08, 2022
-
-
由 Enrique Alcantara 创作于
Remove unnecessary space from GLFM documentation
-
由 Enrique Alcantara 创作于
Add specs and generate example snapshots for GitLab Flavored Markdown table of contents
-
- 8月 31, 2022
-
-
由 Chad Woolley 创作于
- Extract common fixture setup to new shared context - Move shared contexts to common glfm directory - Renaming files for consistency - Clean up and improve some file reading and other logic MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/96325
-
- 8月 23, 2022
-
-
由 Chad Woolley 创作于
- These are currently unused, so lets omit them until they are needed. Probably when we start doing conformance testing. - Also adds a bit of docs around this. More detailed docs will be added in future MRs.
-
- 8月 18, 2022
-
-
由 Enrique Alcantara 创作于
Create canonical examples for parsing and rendering audio and video in the GitLab Flavored Markdown spec
-
由 Chad Woolley 创作于
Removes unnecessary normalization (https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/#normalization) of the 07_01__gitlab_specific_markdown__footnotes__001 GLFM snapshot example, and instead uses the GITLAB_TEST_FOOTNOTE_ID ENV var support which is already used to generate the examples in scripts/lib/glfm/update_example_snapshots.rb
-
由 Chad Woolley 创作于
- Add support for adding GitLab Flavored Markdown specification examples in H3 headers. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/95302
-
- 8月 15, 2022
-
-
由 Enrique Alcantara 创作于
Update snapshots generated from examples of the GFM spec that can be interpreted as frontmatter Add new spec examples to describe front matter parsing rules
-
由 Enrique Alcantara 创作于
-
由 Enrique Alcantara 创作于
Support displaying link and image references in the Content Editor
-
- 8月 12, 2022
-
-
由 Enrique Alcántara 创作于
Use DOMPurify isValidAttribute function to ensure that the attributes processed by the client-side deserializer are not dangerous
-
- 7月 30, 2022
-
-
由 Enrique Alcántara 创作于
Add an API to the Hast to ProseMirror converter module that allows applying a transformation function to every attribute that matches a given criteria for every node in the document tree The purpose of this API is allowing to resolve an asset or link URL in the same way that we do in the server side backend renderer
-
- 7月 29, 2022
-
-
由 Enrique Alcantara 创作于
Create a referencedefinition extension that represents a Commonmark reference definition in the Content Editor The goal of this extension is allowing to edit reference definitions in a WYSIWYG editor
-
- 7月 26, 2022
-
-
由 Brett Walker 创作于
Authored by ethan.reesor Changelog: added
-
- 7月 22, 2022
-
-
由 Chad Woolley 创作于
- Sets GITLAB_TEST_FOOTNOTE_ID to override random footnote ID generation in GLFM snapshot examples
-
- 7月 18, 2022
-
-
由 Enrique Alcantara 创作于
Modify the Content Editor client-side parser to support pre tags outside of code blocks. This change has some positive side-effects: - Allows us to remove the hast-util-to-string dependency - Allows us to simplify the API of the hast-to-prosemirror-converter module by removing the skipChildren and getContent properties thar were added exclusively for code blocks
-
- 7月 15, 2022
-
-
由 Enrique Alcantara 创作于
-
由 Enrique Alcantara 创作于
Fix the HTML snapshot generator to include all children in a DocumentFragment
-
由 Enrique Alcantara 创作于
Ignore HTML comments found in a Markdown document as a temporary measure to avoid rendering errors in the client-side Markdown parser
-
- 7月 13, 2022
-
-
由 Enrique Alcantara 创作于
Handle scenarios where a mark wraps an inline or a block node
-
由 Enrique Alcántara 创作于
Skip HTML tags that are not explicitly supported in the Content Editor. Also skip all the children of these unsupported tags
-
- 6月 25, 2022
-
-
由 Chad Woolley 创作于
- Fix problem with handling of H3 - Fix problems with handling of disabled examples MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/90561
-
- 6月 23, 2022
-
-
由 Chad Woolley 创作于
- In practice this is easier and less confusing
-
- 6月 20, 2022
-
- 6月 06, 2022
-
-
由 Chad Woolley 创作于
- Add support for normalizing entries in GLFM static HTML snapshot examples, to replace variable values in actual HTML responses
-
- 6月 05, 2022
-
-
由 Chad Woolley 创作于
- In glfm_canonical_examples.txt, remove placeholder sections and replace with actual section for footnotes, as well as some basic explanatory text
-
- 5月 20, 2022
-
-
由 Chad Woolley 创作于
- Implement support and add documentation for example_status logic. - See https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/#glfm_example_statusyml
-
- 5月 17, 2022
-
-
由 Chad Woolley 创作于
- Markdown example YML rendering - Static HTML rendering via GLFM internal markdown helper - Successfully rendering (with skip of failed examples) WYSIWYG HTML and Prosemirror JSON YML for all examples via new 'remark' Content Editor deserializer. https://gitlab.com/gitlab-org/gitlab/-/issues/361241
-
- 5月 07, 2022
-
-
由 Chad Woolley 创作于
- Add headers and anchors for individual input and output files.
-
- 4月 30, 2022
-
-
由 Chad Woolley 创作于
- See related documentation added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84220 MR: https://gitlab.com/gitlab-org/gitlab/-/issues/360212
-