该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 6月 04, 2024
-
-
由 Peter Hegman 创作于
To help make the migration process easier
-
- 6月 03, 2024
-
-
由 Coung Ngo 创作于
Add a Tree item component for Kubernetes tree view See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154597 Merged-by:
Coung Ngo <cngo@gitlab.com> Approved-by:
Coung Ngo <cngo@gitlab.com> Co-authored-by:
Anna Vovchenko <avovchenko@gitlab.com>
-
由 Anna Vovchenko 创作于
Update Kustomization and HelmRelease queries and resolvers; Move queries to a parent component; Provide Kustomization data to the Tree view.
-
由 Adam Hegyi 创作于
Add index to package files on package_id, status and file extension See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153993 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Moaz Khalifa <mkhalifa@gitlab.com> Approved-by:
Hunter Stewart <hustewart@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Moaz Khalifa <mkhalifa@gitlab.com> Co-authored-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com>
-
由 Dzmitry Meshcharakou 创作于
Adding the index to package files table on package_id, status and file extension will improve the perfomance of NuGet metadata endpoints and can be used instead of existing GIN index. Changelog: performance
-
由 Vitali Tatarintev 创作于
Test each custom permission against each resource See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154804 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Alex Buijs <abuijs@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Reviewed-by:
Alex Buijs <abuijs@gitlab.com> Co-authored-by:
mo khan <mo@mokhan.ca>
-
由 mo khan 创作于
This change creates a table test to test is configured custom ability against a hierarchy of resources.
-
Update Gitaly version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155080 Merged-by:
release-tools approver bot <project278964_bot6@example.com> Approved-by:
release-tools approver bot <project278964_bot6@example.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
由 Manoj M J 创作于
Add and backfill project_id for packages_build_infos See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154572 Merged-by:
Manoj M J <mmj@gitlab.com> Approved-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Manoj M J <mmj@gitlab.com> Reviewed-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com>
-
由 gitlab-housekeeper 创作于
## What does this MR do and why? Add and backfill project_id for packages_build_infos. 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/packages_build_infos.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::package registry" 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/packages_build_infos.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 @manojmj. 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 comment in <https://gitlab.com/gitlab-org/gitlab/-/issues/442003>. Changelog: other
-
由 Adam Hegyi 创作于
Add PagesDeployments to Project type See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154104 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Josianne Hyson <jhyson@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Josianne Hyson <jhyson@gitlab.com> Co-authored-by:
janis <jaltherr@gitlab.com>
-
由 Janis Altherr 创作于
This adds PagesDeployments to the Project Graphql type Changelog: added Signed-off-by:
janis <jaltherr@gitlab.com>
-
由 Samantha Ming 创作于
Add ability to change member role to role details drawer See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154196 Merged-by:
Samantha Ming <sming@gitlab.com> Approved-by:
Ilonah Pelaez <ipelaez@gitlab.com> Approved-by:
Samantha Ming <sming@gitlab.com> Reviewed-by:
Samantha Ming <sming@gitlab.com> Reviewed-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Reviewed-by:
Ilonah Pelaez <ipelaez@gitlab.com> Co-authored-by:
Daniel Tian <dtian@gitlab.com>
-
由 Daniel Tian 创作于
-
由 Dzmitry Meshcharakou 创作于
Add sorting by `highest_severity` to dependency list aggregations See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154054 Merged-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Reviewed-by:
Mehmet Emin INAC <minac@gitlab.com> Reviewed-by:
Brian Williams <bwilliams@gitlab.com> Reviewed-by:
Dzmitry Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Co-authored-by:
Brian Williams <bwilliams@gitlab.com>
-
由 Rémy Coutable 创作于
Revert "Merge branch '452508-simplify-e2e-rules' into 'master'" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155090 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Rémy Coutable <remy@rymai.me> Co-authored-by:
David Dieulivol <ddieulivol@gitlab.com>
-
由 Coung Ngo 创作于
Moves empty state instructions on MLflow usage to a modal See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154559 Merged-by:
Coung Ngo <cngo@gitlab.com> Approved-by:
Coung Ngo <cngo@gitlab.com> Reviewed-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Coung Ngo <cngo@gitlab.com> Reviewed-by:
Eduardo Bonet <ebonet@gitlab.com> Co-authored-by:
Eduardo Bonet <ebonet@gitlab.com>
-
由 Eduardo Bonet 创作于
Empty state for model registry was too busy, so the code instructions were moved to a modal, which can be openened both from the empty state and from a button on the overflow menu that used to only copy the url.
-
由 David Dieulivol 创作于
This reverts merge request !154814
-
由 Jonas Larsen 创作于
Fix layout head spec for apple-touch-icon See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/152765 Merged-by:
Jonas Larsen <jlarsen@gitlab.com> Approved-by:
Ian Anderson <ianderson@gitlab.com> Approved-by:
Jonas Larsen <jlarsen@gitlab.com> Reviewed-by:
Ian Anderson <ianderson@gitlab.com> Co-authored-by:
Roger Meier <r.meier@siemens.com>
-
由 Roger Meier 创作于
-
由 Sanad Liaquat 创作于
Simplify rules for package-and-test-ee and trigger-omnibus-env See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154814 Merged-by:
Sanad Liaquat <sliaquat@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Sanad Liaquat <sliaquat@gitlab.com> Reviewed-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
由 Jon Glassman 创作于
Clarify that we postponed Atlassian Crown removal to 18.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155071 Merged-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Alexandr Tanayno <atanayno@gitlab.com>
-
由 Alexandr Tanayno 创作于
-
由 Roy Zwambag 创作于
Fix flaky spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155064 Merged-by:
Roy Zwambag <rzwambag@gitlab.com> Approved-by:
Aleksei Lipniagov <alipniagov@gitlab.com> Approved-by:
Roy Zwambag <rzwambag@gitlab.com> Co-authored-by:
Nikola Milojevic <nmilojevic@gitlab.com>
-
由 GitLab Release Tools Bot 创作于
-
由 Avielle Wolfe 创作于
Enable `ci_remove_ensure_stage_service` by default See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154923 Merged-by:
Avielle Wolfe <awolfe@gitlab.com> Approved-by:
Avielle Wolfe <awolfe@gitlab.com> Co-authored-by:
Laura Montemayor <lmontemayor@gitlab.com>
-
由 Laura Montemayor 创作于
-
由 Lukas 'ai-pi' Eipert 创作于
Improve command palette metrics tracking 8 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154395 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Rudy Crespo <rcrespo@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Reviewed-by:
Niko Belokolodov <nbelokolodov@gitlab.com> Reviewed-by:
Rudy Crespo <rcrespo@gitlab.com> Co-authored-by:
Tomas Bulva <tbulva@gitlab.com>
-
由 Tomas Bulva 创作于
-
由 Ankit Panchal 创作于
Track errors preventing sign up page submit See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154119 Merged-by:
Ankit Panchal <apanchal@gitlab.com> Approved-by:
Jerry Seto <jseto@gitlab.com> Approved-by:
Ankit Panchal <apanchal@gitlab.com> Reviewed-by:
Lucas Charles <me@lucascharles.me> Reviewed-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Reviewed-by:
Ankit Panchal <apanchal@gitlab.com> Co-authored-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com>
-
由 Serhii Yarynovskyi 创作于
For the things that are causing page from being submitted, trigger a snowplow tracking event
-
由 James Nutt 创作于
Cleanup product_analytics_beta_optin flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155058 Merged-by:
James Nutt <jnutt@gitlab.com> Approved-by:
Halil Coban <hcoban@gitlab.com> Approved-by:
James Nutt <jnutt@gitlab.com> Co-authored-by:
Max Woolf <mwoolf@gitlab.com>
-
由 Lukas 'ai-pi' Eipert 创作于
Update dependency @gitlab/ui to v80.15.2 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154566 Merged-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Approved-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Lukas 'ai-pi' Eipert <leipert@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Samantha Ming 创作于
Merge branch '460226-enable-show-container-registry-tag-signatures-feature-flag-by-default' into 'master' Enable show_container_registry_tag_signatures feature flag by default See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154706 Merged-by:
Samantha Ming <sming@gitlab.com> Approved-by:
David Pisek <dpisek@gitlab.com> Approved-by:
Samantha Ming <sming@gitlab.com> Reviewed-by:
David Pisek <dpisek@gitlab.com> Co-authored-by:
Daniel Tian <dtian@gitlab.com>
-
由 Daniel Tian 创作于
Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154706 EE: true
-
由 Madelein van Niekerk 创作于
Add more formats for wiki search See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154791 Merged-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Approved-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Co-authored-by:
rkumar555 <rkumar@gitlab.com>
-
由 Jonas Larsen 创作于
Remove product_stage from metrics 12: plan 3/3 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154433 Merged-by:
Jonas Larsen <jlarsen@gitlab.com> Approved-by:
Jonas Larsen <jlarsen@gitlab.com> Co-authored-by:
michold <mwielich@gitlab.com>
-
由 Gosia Ksionek 创作于
Merge branch '457756-duochat-emptying-assistant-answer-unpredictably-when-answer-is-streaming-in' into 'master' Address Duo Chat issue/epic searching problem See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153668 Merged-by:
Gosia Ksionek <mksionek@gitlab.com> Approved-by:
Tetiana Chupryna <tchupryna@gitlab.com> Approved-by:
Gosia Ksionek <mksionek@gitlab.com> Reviewed-by:
Tetiana Chupryna <tchupryna@gitlab.com> Co-authored-by:
lesley <lrazzaghian@gitlab.com>
-
由 Lesley Razzaghian 创作于
This MR makes it easier for anyone contributing to Duo Chat to make changes under FF.
-