该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 02, 2022
-
-
由 Lee Tickett 创作于
Changelog: added
-
由 Bob Van Landuyt 创作于
Skip checking namespace in query for mirror scheduling See merge request gitlab-org/gitlab!96559
-
由 Savas Vedova 创作于
Align Kerberos clone section See merge request gitlab-org/gitlab!96167
-
由 Adam Hegyi 创作于
Clean up orphaned invited members See merge request gitlab-org/gitlab!96505
-
由 Stan Hu 创作于
Prior to GitLab 14.1.2 (?), it was possible to get entries in the `members` table that had the following properties: 1. `user_id` is null 2. `invite_token` is null 3. `invite_accepted_at` is non-null These entries could cause 500 errors when viewing the member list via the UI or API since `user` was `nil`. On GitLab.com, there are 1,336 entries like this, with the newest one created on 2021-08-31. It's not entirely clear how this happened, but no new orphaned entries have been created since then. This commit cleans up rows that meet the three criteria above. We have to use a temporary index to ensure the deletion is fast. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/371804 Changelog: fixed
-
由 Paul Slaughter 创作于
Update tests in navigator_spec.js See merge request gitlab-org/gitlab!96477
-
- 9月 01, 2022
-
-
由 Suzanne Selhorn 创作于
Docs for agent chart support See merge request gitlab-org/gitlab!96489
-
由 Mikhail Mazurskiy 创作于
-
由 Clayton Cornell 创作于
Document how to sort vuln report by date detected See merge request gitlab-org/gitlab!96695
-
由 Greg Myers 创作于
Vulnerability report is sorted by severity by default but it can also be sorted by date of detection.
-
由 Rémy Coutable 创作于
E2E pipeline fixes See merge request gitlab-org/gitlab!96737
-
由 Andrejs Cunskis 创作于
-
由 Andrew Fontaine 创作于
Use i18n translations instead of strings in tests See merge request gitlab-org/gitlab!95632
-
由 Sean McGivern 创作于
Reap workers on excessive memory growth See merge request gitlab-org/gitlab!96241
-
由 Matthias Käppler 创作于
So far we had only been reaping Puma workers based on high heap fragmentation. This turned out to be mostly effective for api instances. This change extends the watchdog to also monitor private memory growth as a multiple of the primary process. Changelog: added
-
由 Pavel Shutsin 创作于
Resolve "[Feature flag] Rollout of `etag_merge_request_diff_batches`" See merge request gitlab-org/gitlab!96456
-
由 Rémy Coutable 创作于
Add JH support in CI rules See merge request gitlab-org/gitlab!96023
-
由 Savas Vedova 创作于
Add vulnerability details GraphQL component See merge request gitlab-org/gitlab!96233
-
由 Grzegorz Bizon 创作于
Fix to use FIFO as pending builds strategy for group runners See merge request gitlab-org/gitlab!94815
-
由 Jonas Wälter 创作于
Changelog: fixed
-
由 Rémy Coutable 创作于
Fix the pipeline error in the `jest minimum` job See merge request gitlab-org/gitlab!96757
-
由 Savas Vedova 创作于
Cleans up the edit form for issuables See merge request gitlab-org/gitlab!96018
-
由 Marcel van Remmerden 创作于
Changelog: changed
-
由 Jannik Lehmann 创作于
Decrease MR widget pipeline loading icon size See merge request gitlab-org/gitlab!96605
-
由 Allen Cook 创作于
Fix the inconsistent namespace of DeployAccessLevel model See merge request gitlab-org/gitlab!96351
-
由 Steve Abrams 创作于
Added authentication and authorization to RPM API See merge request gitlab-org/gitlab!96261
-
由 Kushal Pandya 创作于
Allow merge details section to be collapsed See merge request gitlab-org/gitlab!95491
-
由 Igor Drozdov 创作于
Update feature categories to 2022-09-01 See merge request gitlab-org/gitlab!96764
-
由 Jacob Vosmaer 创作于
workhorse: Update module google.golang.org/grpc to v1.49.0 See merge request gitlab-org/gitlab!96592
-
由 Kati Paizee 创作于
Update the vale internal link extension test See merge request gitlab-org/gitlab!93529
-
由 Marcel Amirault 创作于
The test missed all internal links that did not directly link to index.md, because the internal link checker could handle it fine in the rendered site, but it's broken when viewing locally or in /help.
-
由 Olena Horal-Koretska 创作于
Add support for task item status tooltip See merge request gitlab-org/gitlab!96251
-
由 Marin Hannache 创作于
Changelog: fixed Signed-off-by:
Marin Hannache <git@mareo.fr>
-
由 Stanislav Lashmanov 创作于
-
由 Anna Vovchenko 创作于
Complete CTRT of Webhooks and insecure internal web services docs See merge request gitlab-org/gitlab!96622
-
由 Evan Read 创作于
-
由 Dave Pisek 创作于
* Adds a new component with placeholder content * Specs * Storybook entry
-
由 Marius Bobin 创作于
Merge branch '352830-backend-use-a-reduced-cost-factor-for-contributions-to-oss-plan-projects' into 'master' Use a reduced cost factor for contributions to OSS plan projects See merge request gitlab-org/gitlab!96273
-
由 Allison Browne 创作于
An open source contribution now defined as being forked from a public project on an open source plan. The fork must also be public
-
由 David Pisek 创作于
Add warning modal when a DAST profile has unsaved changes See merge request gitlab-org/gitlab!94213
-