该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 8月 04, 2022
-
-
由 Shivraj Koli 创作于
This URL is long and not pretty. Link instead.
-
- 5月 17, 2022
-
-
由 Miguel Rincon 创作于
-
- 5月 13, 2022
-
-
由 Vitaly Slobodin 创作于
-
- 5月 01, 2022
-
-
由 Vitaly Slobodin 创作于
-
- 1月 21, 2022
-
-
由 Stanislav Lashmanov 创作于
-
- 11月 24, 2021
-
-
由 Uma Chandran 创作于
-
- 11月 22, 2021
-
-
由 Paul Slaughter 创作于
- This fixes some issues where integration test failures caused unexpected noise since we tried to `runOnlyPendingTimers`
-
- 10月 22, 2021
-
-
由 Suzanne Selhorn 创作于
-
- 10月 14, 2021
-
-
由 Suzanne Selhorn 创作于
Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/492
-
- 10月 11, 2021
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10月 04, 2021
-
-
由 Albert Salim 创作于
-
- 9月 30, 2021
-
-
由 Ezekiel Kigbo 创作于
-
- 9月 16, 2021
-
-
由 Vitaly Slobodin 创作于
-
- 9月 13, 2021
-
-
由 Simon Knox 创作于
-
- 9月 03, 2021
-
-
由 Vitaly Slobodin 创作于
-
- 8月 26, 2021
-
-
由 Mark Florian 创作于
-
- 8月 04, 2021
-
-
由 Mark Florian 创作于
This ensures that even if a test changes the current location using the `setWindowLocation` helper, it doesn't affect other tests in the same file. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/336917.
-
- 7月 31, 2021
-
-
由 Suzanne Selhorn 创作于
Also added guidance to style guide. We don't want to promise feature delivery because it can raise legal issues.
-
- 7月 30, 2021
-
-
由 Mark Florian 创作于
This is a follow-up of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63878. Either `setWindowLocation` or `useMockLocationHelper` has been used, as appropriate. Assigning directly to `location.hash` has _not_ been migrated everywhere, as that [works as expected in Jest/jsdom][1]. [1]: https://github.com/jsdom/jsdom/blob/16.4.0/lib/jsdom/living/window/navigation.js#L76
-
- 7月 27, 2021
-
-
由 Mark Florian 创作于
Jest/JSDOM provides a more robust and simple way of setting the mocked `window.location`, which preserves all the expected behaviours and properties of `window.location`. By using it, we can get rid of hacks which attempt to recreate behaviours of `window.location` that we lost by mutating it ourselves (for instance, adding a `toString` method).
-
- 7月 03, 2021
-
-
由 Marcin Sedlak-Jakubowski 创作于
-
- 6月 30, 2021
-
-
由 Miguel Rincon 创作于
This change simplifies the usage of get_graphql_query_as_string by removing the required fragment_paths from it.
-
- 6月 08, 2021
-
-
由 Dmitriy Zaporozhets 创作于
Update tree, blob, issue links to gitlab-org/gitlab with a new format that includes /-/ scope. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 6月 02, 2021
-
-
由 Justin Ho 创作于
find is being deprecated in VTU when searching for a child component. We should use findComponent instead.
-
- 5月 18, 2021
-
-
由 Amy Qualls 创作于
Because we don't have spelling checks turned on at the error level, issues with spelling are creeping back in.
-
- 5月 12, 2021
-
-
由 Nathan Friend 创作于
This commit updates the directory structure of release-related GraphQL queries/mutations/fragments.
-
- 4月 23, 2021
-
-
由 Evan Read 创作于
-
- 4月 06, 2021
-
-
由 Mike Greiling 创作于
-
- 4月 03, 2021
-
-
由 peterhegman 创作于
Adds `findBy*` and `findAllBy*` testing library queries to extendedWrapper jest helper. Also expose `shallowMountExtended` and `mountExtended`
-
- 4月 01, 2021
-
-
由 Anindita Basu 创作于
-
- 3月 25, 2021
-
-
由 Marcel Amirault 创作于
Updates all redirecting and 404'ing links in the /doc/development directory
-
- 3月 09, 2021
-
-
由 Natalia Tepluhina 创作于
-
由 Marcel Amirault 创作于
We should point all links to the latest locations, or to versioned pages so they don't change, as needed
-
- 3月 02, 2021
-
-
由 Payton Burdette 创作于
Add some documentation on using snapshots at gitlab.
-
- 2月 23, 2021
-
-
由 Vitaly Slobodin 创作于
-
- 2月 20, 2021
-
-
由 Vitaly Slobodin 创作于
-
- 2月 19, 2021
-
-
由 Amy Qualls 创作于
Handle another round of spelling issues in whatever ways seem best.
-
由 ngaskill 创作于
-
- 2月 10, 2021
-
-
由 Amy Qualls 创作于
Add words to exceptions list, wrap in code tags, or fix the problem. Whatever's needed.
-
- 2月 09, 2021
-
-
由 Paul Slaughter 创作于
- This is now faked by default
-