该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 04, 2024
-
-
由 Zack Cuddy 创作于
This change adds logic to block self account deletion when user is a sole owner of an organization. This is the same logic that is used for sole ownership of groups. This change also adds links to the landing pages for groups and organizations in the list. Changelog: changed
-
- 11月 02, 2024
-
-
由 Jonas Larsen 创作于
Update Package GMAU metric definition See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168843 Merged-by:
Jonas Larsen <jlarsen@gitlab.com> Approved-by:
Jonas Larsen <jlarsen@gitlab.com> Reviewed-by:
Jonas Larsen <jlarsen@gitlab.com> Co-authored-by:
Tim Rizzi <trizzi@gitlab.com>
-
由 Alex Pennells 创作于
Merge branch '499775-add-clarifying-help-text-on-legacy-issue-linked-item-input-about-only-being-able-to-link' into 'master' Resolve "Add clarifying help text on legacy issue linked item input about only being able to link Issues (and update docs)" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170336 Merged-by:
Alex Pennells <apennells@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Alex Pennells <apennells@gitlab.com> Reviewed-by:
Alex Pennells <apennells@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
由 Chad Lavimoniere 创作于
Changelog: changed
-
由 Paul Slaughter 创作于
GitLab UI integration for broadcast-message-content-link-color See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170569 Merged-by:
Paul Slaughter <pslaughter@gitlab.com> Approved-by:
Paul Slaughter <pslaughter@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Reviewed-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
GitLab UI REST integrations <project_60856834_bot_3cb1fe870b8cc8162af55778636f9e09@noreply.gitlab.com>
-
由 drew stachon 创作于
Fix Style/IfUnlessModifier offences See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170457 Merged-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Reviewed-by:
Peter Leitzen <pleitzen@gitlab.com> Co-authored-by:
divyamtayal <divyamtayal18@gmail.com>
-
由 Divyam Tayal 创作于
Changelog: other
-
由 Payton Burdette 创作于
Updates text under container image cleanup policies settings section See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171209 Merged-by:
Payton Burdette <pburdette@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Mehmet Emin INAC <minac@gitlab.com> Approved-by:
Payton Burdette <pburdette@gitlab.com> Reviewed-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Rahul Chanila <rchanila@gitlab.com>
-
由 Rahul Chanila 创作于
Changelog: changed
-
由 Leonardo da Rosa 创作于
Merge branch 'permissions--authorized-project-update--periodic-recalculate-worker--authorized-project-update--project-recalculate-worker--authorized-project-update--user-refresh-from-replica-worker--authorized-projects-worker' into 'master' Change data consistency for workers maintained by permissions See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170347 Merged-by:
Leonardo da Rosa <ldarosa@gitlab.com> Approved-by:
Hinam Mehra <hmehra@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Smriti Garg <sgarg@gitlab.com>
-
由 Leonardo da Rosa 创作于
## What does this MR It updates workers data consistency from `:always` to `:sticky` for workers maintained by `permissions`, as a way to reduce database reads on the primary DB. Check https://gitlab.com/gitlab-org/gitlab/-/issues/462611. To reduce resource saturation on the primary node, all workers should be changed to `sticky`, at minimum. Since jobs are now enqueued along with the current database LSN, the replica (for `:sticky` or `:delayed`) is guaranteed to be caught up to that point, or the job will be retried, or use the primary. Consider updating the worker(s) to `delayed`, if it's applicable. You can read more about the Sidekiq Workers `data_consistency` in https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#job-data-consistency-strategies. You can use this [dashboard](https://log.gprd.gitlab.net/app/r/s/iyIUV) to monitor the worker query activity on primary vs. replicas. Currently, the `gitlab-housekeeper` is not always capable of updating all references, so you must check the diff and pipeline failures to confirm if there are any issues. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::UpdateWorkersDataConsistency keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other # Conflicts: # .rubocop_todo/sidekiq_load_balancing/worker_data_consistency.yml # Conflicts: # .rubocop_todo/sidekiq_load_balancing/worker_data_consistency.yml
-
由 Fiona Neill 创作于
Add 'authenticate with' to the style guide See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171302 Merged-by:
Fiona Neill <fneill@gitlab.com> Reviewed-by:
Fiona Neill <fneill@gitlab.com> Co-authored-by:
phillipwells <pwells@gitlab.com>
-
由 Phillip Wells 创作于
-
由 Leonardo da Rosa 创作于
Add re-queuing note to batched migration deletion See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171394 Merged-by:
Leonardo da Rosa <ldarosa@gitlab.com> Approved-by:
Leonardo da Rosa <ldarosa@gitlab.com> Reviewed-by:
Leonardo da Rosa <ldarosa@gitlab.com> Co-authored-by:
Vijay Hawoldar <vhawoldar@gitlab.com>
-
由 Denys Mishunov 创作于
Copy Duo Chat responses as GFM See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171117 Merged-by:
Denys Mishunov <dmishunov@gitlab.com> Approved-by:
Denys Mishunov <dmishunov@gitlab.com> Co-authored-by:
Phil Hughes <me@iamphill.com>
-
由 Zack Cuddy 创作于
Test of 10 migrations of gl-text-secondary -> text-color-subtle See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170105 Merged-by:
Zack Cuddy <zcuddy@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Zack Cuddy <zcuddy@gitlab.com> Co-authored-by:
James Rushford <jrushford@gitlab.com>
-
由 James Rushford 创作于
-
- 11月 01, 2024
-
-
由 Andrew Fontaine 创作于
Merge branch '493865-use-mapping-accept-banner-only-link-to-group-if-user-has-access' into 'master' User mapping banner - Use link for accept invite banner only with access See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171133 Merged-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Buck O'Leary <bucoleary@gitlab.com> Approved-by:
Andy Schoenen <asoiron@gitlab.com> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Co-authored-by:
Justin Ho Tuan Duong <hduong@gitlab.com>
-
由 Sheldon Led 创作于
Update contents of empty state without any issues See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171171 Merged-by:
Sheldon Led <sheldonled@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Libor Vanc <5022246-lvanc@users.noreply.gitlab.com> Approved-by:
Sheldon Led <sheldonled@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
由 Amy Qualls 创作于
Add disclaimers to "have Duo review your code" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171293 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Kai Armstrong <karmstrong@gitlab.com> Reviewed-by:
Kai Armstrong <karmstrong@gitlab.com>
-
由 Phillip Wells 创作于
Resolve "Document restore of Object Storage data" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170489 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Kyle Yetter <kyetter@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Ian Baum <ibaum@gitlab.com>
-
由 Ian Baum 创作于
Co-authored-by:
Phillip Wells <pwells@gitlab.com>
-
由 Rodrigo Tomonari 创作于
Add push placeholder class and update user finder See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170084 Merged-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Approved-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Reviewed-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Co-authored-by:
Sam Word <sword@gitlab.com> Co-authored-by:
carlad-gl <cdrago@gitlab.com>
-
由 Carla Drago 创作于
Updates the user finder to find or create import source users, updates stage workers, and adds a new class to handle pushing placeholder references. Changelog: added
-
由 Peter Leitzen 创作于
Update Open Telemetry Gems to v0.29.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168354 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Terri Chu 创作于
Fix rubocop offenses for Elastic::ReindexingTask model See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170519 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Jack Chapman <jachapman@gitlab.com> Approved-by:
Brian Williams <bwilliams@gitlab.com> Approved-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Brian Williams <bwilliams@gitlab.com> Reviewed-by:
Madelein van Niekerk <mvanniekerk@gitlab.com>
-
由 Marcos Rocha 创作于
Add additional metrics for Scan Execution Policies See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170447 Merged-by:
Marcos Rocha <mrocha@gitlab.com> Approved-by:
Nwanna Isong <nisong@gitlab.com> Approved-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Marcos Rocha <mrocha@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Nwanna Isong <nisong@gitlab.com> Co-authored-by:
Alan (Maciej) Paruszewski <mparuszewski@gitlab.com>
-
Co-authored-by:
Nwanna Isong <nisong@gitlab.com>
-
由 Paul Gascou-Vaillancourt 创作于
Update dependency @gitlab/ui to v101.6.1 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171356 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Alexandru Croitor 创作于
Fix error when moving an issue with empty description See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/170120 Merged-by:
Alexandru Croitor <acroitor@gitlab.com> Approved-by:
Emma Park <epark@gitlab.com> Approved-by:
Marc Saleiko <msaleiko@gitlab.com> Reviewed-by:
Marc Saleiko <msaleiko@gitlab.com>
-
由 Peter Leitzen 创作于
Fix Style/CombinableLoops offenses See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169977 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Co-authored-by:
Jonston Chan <jonstonchan1@gmail.com>
-
由 Rodrigo Tomonari 创作于
Add feature flag for removing CI tool See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171017 Merged-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Approved-by:
Eva Kadlecová <ekadlecova@gitlab.com> Approved-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Co-authored-by:
Tetiana Chupryna <tchupryna@gitlab.com>
-
由 Tetiana Chupryna 创作于
-
由 Alper Akgun 创作于
Model registry: allow model version author to be null See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171367 Merged-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Fred de Gier <fdegier@gitlab.com> Co-authored-by:
fdegier <fdegier@gitlab.com>
-
由 Eduardo Bonet 创作于
Add param filtering to avoid error while saving project settings See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171369 Merged-by:
Eduardo Bonet <ebonet@gitlab.com> Approved-by:
Eduardo Bonet <ebonet@gitlab.com> Approved-by:
Tetiana Chupryna <tchupryna@gitlab.com> Co-authored-by:
Małgorzata Ksionek <mksionek@gitlab.com>
-
由 Vijay Hawoldar 创作于
Updates the docs for deleting batched migrations to mention re-queuing.
-
由 Aleksei Lipniagov 创作于
Refactor access_data.yml file See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/171145 Merged-by:
Aleksei Lipniagov <alipniagov@gitlab.com> Approved-by:
Aleksei Lipniagov <alipniagov@gitlab.com> Reviewed-by:
Aleksei Lipniagov <alipniagov@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Co-authored-by:
Nikola Milojevic <nmilojevic@gitlab.com>
-