该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 04, 2023
-
-
- This fixes issue where jest tries to read large files into memory before starting. - https://gitlab.slack.com/archives/C0GQHHPGW/p1698721173249569
-
- 12月 13, 2022
-
-
由 Vitaly Slobodin 创作于
Return an object with the "code" prop.
-
- 11月 02, 2022
-
-
由 Paul Slaughter 创作于
- Should fix flaky master - https://gitlab.com/gitlab-org/gitlab/-/issues/262656#note_1156658199
-
- 11月 22, 2021
-
-
由 Paul Slaughter 创作于
- This fixes some issues where integration test failures caused unexpected noise since we tried to `runOnlyPendingTimers`
-
- 11月 12, 2021
-
-
由 Paul Slaughter 创作于
-
- 8月 25, 2021
-
-
由 KunQian 创作于
-
- 3月 25, 2021
-
-
由 Paul Slaughter 创作于
- A missing gitlab_schema.graphql file can cause unrelated and hard to debug issues. - This can be overwritten with GL_IGNORE_WARNINGS=1
-
- 3月 23, 2021
-
-
由 David Pisek 创作于
This MR moves the module-name-mappers, which are specific to the integration suit from jest.config.base to jest.config.integration.
-
- 5月 15, 2020
-
-
由 Paul Slaughter 创作于
**Why?** To write [FE integration tests][1], we will need to have two related but different environments. The best way to do this is with two configs and a base config. [1]: https://docs.gitlab.com/ee/development/testing_guide/testing_levels.html#frontend-integration-tests
-