该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 07, 2020
-
-
由 Himanshu Kapoor 创作于
This allows us to lint our .gitlab-ci.yml file and other yaml files in general
-
- 7月 01, 2020
-
-
由 GitLab Bot 创作于
-
由 GitLab Bot 创作于
-
- 6月 30, 2020
-
-
由 Jeremy Matos 创作于
-
- 6月 29, 2020
-
-
由 GitLab Bot 创作于
-
- 6月 27, 2020
-
-
由 GitLab Bot 创作于
Updates all gl-toggle instances that use outdated attributes. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34660
-
由 GitLab Bot 创作于
-
- 6月 25, 2020
-
-
由 GitLab Bot 创作于
-
- 6月 23, 2020
-
-
由 GitLab Bot 创作于
-
由 Paul Slaughter 创作于
- We hope to add this back soon, but for now there are too many API inconsistencies
-
- 6月 22, 2020
-
- 6月 20, 2020
-
-
由 GitLab Bot 创作于
-
- 6月 19, 2020
-
-
由 Coung Ngo 创作于
As part of the refactor from at.js to tribute, the new tribute component was added to the Issues description, note and comment textareas
-
由 jerasmus 创作于
Bumped the dependency version of ToastUI
-
由 derek-knox 创作于
Update toast UI so customHTMLRenderer option actually works. Implement initial kramdown parse and replace with an uneditable node. Additionally account for customHTMLRenderers vs. defaults.
-
- 6月 18, 2020
-
-
由 GitLab Bot 创作于
-
由 GitLab Bot 创作于
-
- 6月 17, 2020
-
-
由 GitLab Bot 创作于
-
- 6月 16, 2020
-
-
由 GitLab Bot 创作于
-
由 Nick Thomas 创作于
This update fixes various styling leaks and prevents data-* attributes from being respected when specified inside user-generated content.
-
- 6月 15, 2020
-
-
由 Lukas Eipert 创作于
This allows us to utilize the newest version of jsdom (16) in jest. Our current version of jest relies on version 11. The newer version of jsdom brings a lot of features, e.g. Custom Elements which we need for gl_emoji tests.
-
由 GitLab Bot 创作于
-
- 6月 12, 2020
-
-
由 Himanshu Kapoor 创作于
-
- 6月 11, 2020
-
-
由 GitLab Bot 创作于
-
由 Lukas Eipert 创作于
We are updating babel. Newer versions of jest are depending on newer versions of jest. By updating babel independently, we can make it easier to upgrade jest (smaller diff in dependencies) and easier to revert in the unlikely case of a failure.
-
- 6月 10, 2020
-
-
由 GitLab Bot 创作于
-
由 GitLab Bot 创作于
-
- 6月 09, 2020
-
-
由 GitLab Bot 创作于
-
由 GitLab Bot 创作于
-
- 6月 08, 2020
-
-
由 Stan Hu 创作于
Bug fix release for 8.5.1: https://github.com/mermaid-js/mermaid/releases
-
- 6月 06, 2020
-
-
由 GitLab Bot 创作于
-
- 6月 05, 2020
-
-
由 Paul Gascou-Vaillancourt 创作于
-
由 Thomas Randolph 创作于
Most UUID generators assume that you want fully random UUIDs. In most cases, this is true. The `uuid` package allows a consumer to pass in `random` values (an array of 16 numbers 0-255), or a generator that outputs 16 random bytes. This is our hook into being able to provide "random" values. We just need a way to get "random" values that are actually random in most cases, but that we can control if we want to. Enter: the Mersenne Twister. Mersenne Twisters can be seeded with a number to start. They will derive all of their future twisted states from that initial seed. So: we still get "randomness," but we can also seed it to make the output deterministic. This `random.js` file outputs a single function (for now) called `uuids` that will generate a random UUIDv4 string or - if provided seeds - will generate the correct resulting UUIDv4 given those seeds. Consumers can request multiple values to avoid having to constantly call the function and/or constantly reconstruct the internal Twister.
-
- 6月 04, 2020
-
-
由 Paul Gascou-Vaillancourt 创作于
-
- 6月 03, 2020
-
-
由 GitLab Bot 创作于
-
由 Thong Kuah 创作于
Previously approved in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32486
-
由 GitLab Bot 创作于
-
- 6月 01, 2020
-
- 5月 30, 2020
-
-
由 Thong Kuah 创作于
This reverts merge request !32486
-
- 5月 29, 2020
-
-
Adds new files, adapts previous
-