该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 08, 2024
-
-
由 Archish Thakkar 创作于
-
- 10月 05, 2024
-
-
由 Lucas Charles 创作于
Use cloud connecter service name for availability check See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168249 Merged-by:
Lucas Charles <me@lucascharles.me> Approved-by:
Lucas Charles <me@lucascharles.me> Approved-by:
mo khan <mo@mokhan.ca> Co-authored-by:
Jason Leasure <jleasure@gitlab.com>
-
由 Brett Walker 创作于
Rename compliance related report policies See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168200 Merged-by:
Brett Walker <bwalker@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Olaoluwa Oluro <olaoluro@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Brett Walker <bwalker@gitlab.com> Co-authored-by:
Illya Klymov <iklymov@gitlab.com>
-
由 Marcel Amirault 创作于
Update Sigstore.dev broken links See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168196 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Reviewed-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Dominic Couture <dcouture@gitlab.com>
-
由 Dominic Couture 创作于
-
由 Paul Gascou-Vaillancourt 创作于
chore: Increase memory limit for FE assets compilation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168269 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Dylan Bernardi <dbernardi@gitlab.com>
-
由 Dylan Bernardi 创作于
-
Update KAS version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168253 Merged-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Approved-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
由 Matt Kasa 创作于
Assign events without parent to author's namespace See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164979 Merged-by:
Matt Kasa <mkasa@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Luke Duncalfe <lduncalfe@gitlab.com> Co-authored-by:
Krasimir Angelov <kangelov@gitlab.com>
-
由 Chloe Liu 创作于
Automatically remove metrics related events on deploy failure output See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168157 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
由 Omar Qunsul 创作于
Add and backfill project_id for ci_secure_file_states See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167617 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Adie (she/her) <avpfestin@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Reviewed-by:
Alper Akgun <aakgun@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
由 Shubham Kumar 创作于
## What does this MR do and why? Add and backfill project_id for ci_secure_file_states. This table has a [desired sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#define-a-desired_sharding_key-to-automatically-backfill-a-sharding_key) configured ([view configuration](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/ci_secure_file_states.yml)). This merge request is the first step towards transforming the desired sharding key into a [sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#defining-a-sharding-key-for-all-cell-local-tables). This involves three changes: - Adding a new column that will serve as the sharding key (along with the relevant index and foreign key). - Populating the sharding key when new records are created by adding a database function and trigger. - Scheduling a [batched background migration](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html) to set the sharding key for existing records. Once the background migration has completed, a second merge request will be created to finalize the background migration and validate the not null constraint. ## How to verify We have assigned a random backend engineer from ~"group::pipeline security" to review these changes. Please review this merge request from a ~backend perspective. The main thing we are looking to verify is that the added column and association match the values specified by the [desired sharding key](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/ci_secure_file_states.yml) configuration and that backfilling the column from this other table makes sense in the context of this feature. When you are finished, please: 1. Trigger the [database testing pipeline](https://docs.gitlab.com/ee/development/database/database_migration_pipeline.html) as instructed by Danger. 1. Request a review from the ~backend maintainer and ~database reviewer suggested by Danger. If you have any questions or concerns, reach out to `@tigerwnz` or @shubhamkrai. This merge request was generated by a once off keep implemented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143774 This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::BackfillDesiredShardingKeySmallTable 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
-
由 Jessie Young 创作于
Regenerate RuboCop TODO files See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168223 Merged-by:
Jessie Young <jessieyoung@gitlab.com> Approved-by:
Jessie Young <jessieyoung@gitlab.com> Co-authored-by:
Abdul Wadood <awadood@gitlab.com>
-
由 Kushal Pandya 创作于
Fix linked items spacing bug See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167840 Merged-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Nick Brandt <nbrandt@gitlab.com> Approved-by:
Kushal Pandya <kushal@gitlab.com> Reviewed-by:
Kushal Pandya <kushal@gitlab.com> Co-authored-by:
Anastasia Khomchenko <akhomchenko@gitlab.com>
-
由 Anastasia Khomchenko 创作于
-
由 Matt Kasa 创作于
Move a field check into the query instead of the loop body See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168004 Merged-by:
Matt Kasa <mkasa@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Matt Kasa <mkasa@gitlab.com> Approved-by:
Max Fan <mfan@gitlab.com> Co-authored-by:
drew <dscimino@gmail.com>
-
由 Matt Kasa 创作于
Analyze db/schema_spec.rb with stackprof and improve spec runtime See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167958 Merged-by:
Matt Kasa <mkasa@gitlab.com> Approved-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Krasimir Angelov <kangelov@gitlab.com> Co-authored-by:
Simon Tomlinson <stomlinson@gitlab.com>
-
由 Simon Tomlinson 创作于
This improves the runtime of the test dramatically.
-
由 Terri Chu 创作于
Refactor and improve speed of ee/spec/features/search/elastic/group_search_spec.rb See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167808 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Ravi Kumar <rkumar@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Siddharth Dungarwal <sdungarwal@gitlab.com>
-
由 Siddharth Dungarwal 创作于
Co-authored-by:
Ravi Kumar <rkumar@gitlab.com>
-
由 Dmitry Gruzd 创作于
Update covered? method to also check include? See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168092 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
Terri Chu <tchu@gitlab.com>
-
由 Lysanne Pinto 创作于
Create GitLab Dedicated for Government Documentation Closes gitlab-com/gl-infra/gitlab-dedicated/team#5383 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165331 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Reviewed-by:
Chris Balane <cbalane@gitlab.com> Reviewed-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Chris Balane <cbalane@gitlab.com>
-
由 Chris Balane 创作于
Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
由 GitLab Release Tools Bot 创作于
[ci skip]
-
由 Allison Browne 创作于
Changing CancelRedundantPipelineWorker data_consistency to :sticky See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167813 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Co-authored-by:
Max Fan <mfan@gitlab.com>
-
由 Suzanne Selhorn 创作于
Split maintenance content from GitLab Dedicated subscriptions page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168241 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
由 Lysanne Pinto 创作于
-
由 Matt Kasa 创作于
Update data consistency guidelines for sidekiq See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168093 Merged-by:
Matt Kasa <mkasa@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Alex Ives <aives@gitlab.com>
-
由 Alex Ives 创作于
Related to: https://gitlab.com/groups/gitlab-org/-/epics/13908 Co-Authored-By:
Leo da Rosa <ldarosa@gitlab.com>
-
由 Tiffany Rea 创作于
E2E test: run gdk tests with gitaly transactions for Gitaly version changes Closes gitlab-org/quality/quality-engineering/team-tasks#3041 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167712 Merged-by:
Tiffany Rea <trea@gitlab.com> Approved-by:
Tiffany Rea <trea@gitlab.com> Reviewed-by:
John McDonnell <jmcdonnell@gitlab.com> Co-authored-by:
Jay McCure <jmccure@gitlab.com>
-
由 Jay McCure 创作于
-
由 Max Fan 创作于
Resolve "Remove double locking as the underlying codebase has changed" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166730 Merged-by:
Max Fan <mfan@gitlab.com> Approved-by:
Max Fan <mfan@gitlab.com> Reviewed-by:
Daniel P. <dprause@gitlab.com> Reviewed-by:
Max Fan <mfan@gitlab.com> Reviewed-by:
Panos Kanellidis <pkanellidis@gitlab.com> Co-authored-by:
Daniel Prause <dprause@gitlab.com>
-
由 Daniel P. 创作于
Since we have the problem of double locking inside stop jobs, we add this feature flag here and handle both cases for the flag.
-
由 Phillip Wells 创作于
Removes link to Duo subscription add-ons See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168244 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
由 Lysanne Pinto 创作于
-
由 Terri Chu 创作于
-
Update Gitaly version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168176 Merged-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Approved-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
由 Martin Wortschack 创作于
Only show custom emoji from current group in frequently used emoji See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167665 Merged-by:
Martin Wortschack <mwortschack@gitlab.com> Approved-by:
Julia Miocene <jmiocene@gitlab.com> Approved-by:
Martin Wortschack <mwortschack@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
由 Scott Hampton 创作于
Alert success or file errors with model/version creation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166479 Merged-by:
Scott Hampton <shampton@gitlab.com> Approved-by:
Fred de Gier <fdegier@gitlab.com> Approved-by:
Scott Hampton <shampton@gitlab.com> Co-authored-by:
Alper Akgun <aakgun@gitlab.com>
-
由 Paul Gascou-Vaillancourt 创作于
Remove pikaday_utility.js from date_format_utility.js See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168085 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Coung Ngo <cngo@gitlab.com>
-