该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 06, 2024
-
-
由 Jennifer Li 创作于
Use the repo from artifacts in frontend jobs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158197 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Reviewed-by:
Rémy Coutable <remy@rymai.me> Reviewed-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Rémy Coutable <remy@rymai.me> (cherry picked from commit 2f83fd5b) 6b02c833 Use the repo from artifacts in frontend jobs 34c0263b Move frontend test to new test-frontend stage 33e3b22c ci: Don't use repo from artifacts for critical jobs Co-authored-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
由 Pedro Pombeiro 创作于
Upgrade json gem to 2.7.2 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158437 Merged-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Kassio Borges <kborges@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Peter Leitzen <pleitzen@gitlab.com> Reviewed-by:
Kassio Borges <kborges@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
由 Pedro Pombeiro 创作于
Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
由 Jennifer Li 创作于
Merge branch 'quarantine-flaky-tests-ee-spec-services-issuable-discussions_list_service_spec-rb-29' into 'master' Quarantine a flaky test See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158181 Merged-by:
Jennifer Li <jli@gitlab.com> Approved-by:
Jennifer Li <jli@gitlab.com> Co-authored-by:
Mario Celi <mcelicalderon@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
由 Auto-quarantining bot 创作于
The `Issuable::DiscussionsListService fetching notes for epics behaves like listing issuable discussions when user can read issuable with paginated results returns next page notes` test has either ~"flakiness::1" or ~"flakiness::2" label set, which means the number of reported failures is at or above 95 percentile, indicating unusually high failure count. This MR quarantines the test. This is a discussion starting point to let the responsible group know about the flakiness so that they can take action: - accept the merge request and schedule the associated issue to improve the test - close the merge request in favor of another merge request to delete the test Please follow the [Flaky tests management process](https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/flaky-tests-management-and-processes/#flaky-tests-management-process) to help us increase `master` stability. Please let us know your feedback in the [Engineering Productivity issue tracker](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues). Related to https://gitlab.com/gitlab-org/gitlab/-/issues/446093. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::QuarantineFlakyTests keep. To provide feedback on your experience with `gitlab-housekeeper` please comment in <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>. Changelog: other
-
由 Sheldon Led 创作于
Implement ObservabilityUsageQuotaApp with events/storage usage breakdown See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158212 Merged-by:
Sheldon Led <sheldonled@gitlab.com> Approved-by:
Diana Zubova <dzubova@gitlab.com> Approved-by:
Sheldon Led <sheldonled@gitlab.com> Reviewed-by:
Sheldon Led <sheldonled@gitlab.com> Reviewed-by:
Diana Zubova <dzubova@gitlab.com> Reviewed-by:
Daniele Rossetti <drossetti@gitlab.com> Co-authored-by:
Daniele Rossetti <drossetti@gitlab.com>
-
由 Daniele Rossetti 创作于
-
由 Jose Ivan Vargas 创作于
Clean up code in preparation for role details drawer refactor See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158059 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Co-authored-by:
Daniel Tian <dtian@gitlab.com>
-
由 Daniel Tian 创作于
-
由 Adam Hegyi 创作于
Backfill Issues[start_date,due_date] with WorkItems::DatesSource See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157993 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Felipe Artur <fcardozo@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Felipe Artur <fcardozo@gitlab.com> Reviewed-by:
Kassio Borges <kborges@gitlab.com> Reviewed-by:
Alexandru Croitor <acroitor@gitlab.com> Reviewed-by:
charlie ablett <cablett@gitlab.com> Co-authored-by:
Kassio Borges <kassioborgesm@gmail.com> Co-authored-by:
Kassio Borges <kborges@gitlab.com>
-
由 Kassio Borges 创作于
The `work_item_dates_sources` table/model was created to be the definitive dates sources for any work item. The idea is to migrate all the dates fields from issues to the `work_item_dates_sources` table (https://gitlab.com/gitlab-org/gitlab/-/issues/461565), then remove the dates fields from the `issues` table, making the `work_item_dates_sources` table the Single Source of Truth (SSoT) for work item's dates. However, during this transition period, where we're migrating epics to work items, we have some records with dates in the `issues` table and others (work items epics) on the `work_item_dates_sources` table. Which is causing some difficulties to build some filtering queries (Example: https://gitlab.com/gitlab-org/gitlab/-/issues/457009). To avoid these current problems, and also to avoid having to do the large migration of all the dates data from the `issues` table to the `work_item_dates_source` table, we decided to backfill the dates fields from the `work_item_dates_sources` table to the issues table and ensure that every write to the `work_item_dates_sources` table is also done on the `issues` table, making the `issues` table the current SSoT for dates. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/469379
-
由 Coung Ngo 创作于
Avoid duplicate items in Epic widget See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155993 Merged-by:
Coung Ngo <cngo@gitlab.com> Approved-by:
Tomas Vik <tvik@gitlab.com> Approved-by:
Minahil Nichols <minahilnichols@gitlab.com> Approved-by:
Coung Ngo <cngo@gitlab.com> Co-authored-by:
Rajan Mistry <rmistry@gitlab.com>
-
由 Pedro Pombeiro 创作于
Fix order dependence in pending_build_spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157549 Merged-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Co-authored-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com>
-
由 Hordur Freyr Yngvason 创作于
Since `project` is created with `let_it_be`, state set via assignment or could persist across examples in the spec. To fix the problem, we do a combination of two things: 1. `let_it_be_with_refind` to ensure state resets between tests on objects that are modified 2. make changes on `build.project` instead of `project` in case they are different instances of the same underlying record See https://gitlab.com/gitlab-org/gitlab/-/issues/467641
-
由 Lin Jen-Shin 创作于
Change SETUP_DB to false for upload-frontend-fixtures job See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158390 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Jennifer Li <jli@gitlab.com>
-
由 Allison Browne 创作于
Add tracking and metrics to admin application settings analytics page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158263 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
Sebastian Rehm <srehm@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Denys Mishunov <dmishunov@gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Co-authored-by:
Paul <19602001-paintedbicycle-gitlab@users.noreply.gitlab.com>
-
由 Paul W 创作于
-
由 Hordur Freyr Yngvason 创作于
Resolve "Create 'Add to merge train when checks pass' service" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155034 Merged-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Approved-by:
Tomas Vik <tvik@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Surabhi Suman <ssuman@gitlab.com> Approved-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Reviewed-by:
Patrick Bajao <ebajao@gitlab.com> Reviewed-by:
Tomas Vik <tvik@gitlab.com> Reviewed-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Reviewed-by:
Surabhi Suman <ssuman@gitlab.com> Co-authored-by:
Marc Shaw <mshaw@gitlab.com> Co-authored-by:
Phil Hughes <me@iamphill.com>
-
由 Allison Browne 创作于
Rename SaxDocument to CoberturaDocument See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158341 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
Aditya Tiwari <atiwari@gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Reviewed-by:
Aditya Tiwari <atiwari@gitlab.com> Co-authored-by:
pkanellidis <pkanellidis@gitlab.com>
-
由 Panos Kanellidis 创作于
Changelog: other
-
由 Andrew Fontaine 创作于
Add tracking and metrics admin application settings roles and permissions page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158120 Merged-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Sebastian Rehm <srehm@gitlab.com> Approved-by:
Marina Mosti <mmosti@gitlab.com> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Co-authored-by:
Paul <19602001-paintedbicycle-gitlab@users.noreply.gitlab.com>
-
由 Paul W 创作于
-
由 Pedro Pombeiro 创作于
Merge branch '362236-deployment-approval-rules-in-group-level-protected-environments-setting-ui' into 'master' Deployment Approval Rules in Group-level protected environments setting UI See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157686 Merged-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Andrei Zubov <azubov@gitlab.com> Approved-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Anna Vovchenko <avovchenko@gitlab.com> Co-authored-by:
Anna Vovchenko <avovchenko@gitlab.com>
-
由 Anna Vovchenko 创作于
Update components, store and apis to work for both project and group level deployment approval settings. Changelog: changed EE: true
-
由 Adam Hegyi 创作于
Merge branch 'backfill-desired-sharding-key-small-table-packages_debian_group_architectures' into 'master' Add and backfill group_id for packages_debian_group_architectures See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158027 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Co-authored-by:
bmarjanovic <bmarjanovic@gitlab.com>
-
由 Coung Ngo 创作于
Fix dark mode for duo pro trial page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157689 Merged-by:
Coung Ngo <cngo@gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Approved-by:
Emily Bauman <ebauman@gitlab.com> Approved-by:
Coung Ngo <cngo@gitlab.com> Reviewed-by:
Coung Ngo <cngo@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
rliu-gl <rliu@gitlab.com>
-
由 Roy Liu 创作于
-
- 7月 05, 2024
-
-
由 Suraj Tripathi 创作于
Release jira_connect_remove_branches See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158224 Merged-by:
Suraj Tripathi <stripathi@gitlab.com> Approved-by:
Suraj Tripathi <stripathi@gitlab.com> Co-authored-by:
carlad-gl <cdrago@gitlab.com>
-
由 Carla Drago 创作于
This removes the jira_connect_remove_branches feature flag check as the feature has been globally enabled on production. Changelog: other
-
由 Chad Woolley 创作于
add migration to include max_hours_before_termination columns See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157795 Merged-by:
Chad Woolley <cwoolley@gitlab.com> Approved-by:
Chad Woolley <cwoolley@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Chad Woolley <cwoolley@gitlab.com> Co-authored-by:
safwanuahmed <safahmed@gitlab.com>
-
由 Safwan Ahmed 创作于
-
由 Allison Browne 创作于
Add troubleshoot command to move RCA to Chat See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154040 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Reviewed-by:
Jose Ivan Vargas <jvargas@gitlab.com> Reviewed-by:
Gosia Ksionek <mksionek@gitlab.com>
-
由 Allison Browne 创作于
-
由 Gavin Hinfey 创作于
Fix NoMethodError in PathLocksController See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158434 Merged-by:
Gavin Hinfey <ghinfey@gitlab.com> Approved-by:
Gavin Hinfey <ghinfey@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
由 Lysanne Pinto 创作于
Style tweaks and tier info to epics work items doc See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158469 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
-
由 Marcin Sedlak-Jakubowski 创作于
-
由 Gavin Hinfey 创作于
Update admin background migrations See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158349 Merged-by:
Gavin Hinfey <ghinfey@gitlab.com> Approved-by:
Paul W <19602001-paintedbicycle-gitlab@users.noreply.gitlab.com> Approved-by:
Lorena Ciutacu <lciutacu@gitlab.com> Approved-by:
Jack Chapman <jachapman@gitlab.com> Approved-by:
Tarun Vellishetty <tvellishetty@gitlab.com> Approved-by:
Sheldon Led <sheldonled@gitlab.com> Approved-by:
Gavin Hinfey <ghinfey@gitlab.com> Reviewed-by:
Lorena Ciutacu <lciutacu@gitlab.com> Reviewed-by:
Jack Chapman <jachapman@gitlab.com> Co-authored-by:
Julia Miocene <jmiocene@gitlab.com>
-
由 Andrew Fontaine 创作于
Model registry: version validation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157182 Merged-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Sharmad Nachnolkar <snachnolkar@gitlab.com> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Sharmad Nachnolkar <snachnolkar@gitlab.com> Reviewed-by:
Fred de Gier <fdegier@gitlab.com> Reviewed-by:
Graham Bachelder <gbachelder@gitlab.com> Co-authored-by:
fdegier <fdegier@gitlab.com>
-
由 Fred de Gier 创作于
-