该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 12, 2025
-
-
由 Lukas Eipert 创作于
The version constraint on logger seems very strict, so let's relax it a little bit, so that the version can be bumped independently in the main lockfile.
-
- 2月 11, 2025
-
-
由 Matt Kasa 创作于
ActiveContext: Add migration framework See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/178896 Merged-by:
Matt Kasa <mkasa@gitlab.com> Approved-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Dmitry Gruzd <dgruzd@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com>
-
由 Dmitry Gruzd 创作于
This introduces a comprehensive migration framework for Active Context and adds collection management capabilities through database-specific executors. These changes enable systematic database schema management and provide a unified way to create and manage collections across different database backends. Key changes: - Introduce migration framework with version tracking and batch operation support - Add database-specific executors for managing collections (PostgreSQL, Elasticsearch, OpenSearch) - Implement partition strategy for handling sharded collections - Move prefix configuration from Client to Adapter level - Add migrations path configuration support Technical details: - Add Migration base class with versioning support (V1_0) - Implement BatchOperationResult for tracking long-running operations - Add collection creation with field type support (bigint, prefix, vector) - Add partition management with naming strategy - Add support for creating indices on fields based on database capabilities - Implement database-specific collection creation logic: * PostgreSQL: Partitioned tables with vector support * Elasticsearch: Index templates and aliases * OpenSearch: Base executor structure (implementation pending) The migration framework follows a similar pattern to ActiveRecord migrations, with timestamped migration files and version tracking. Collections can be created with specific field types and indexing options, which are translated to the appropriate database-specific implementations. Migration files should be placed in ee/db/active_context/migrate/ by default, but this path can be configured through ActiveContext::Config.
-
由 Alexander Turinske 创作于
Extract validation part of fromYaml method for scan execution policy See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180175 Merged-by:
Alexander Turinske <aturinske@gitlab.com> Approved-by:
Martin Čavoj <mcavoj@gitlab.com> Approved-by:
Alexander Turinske <aturinske@gitlab.com> Reviewed-by:
Artur Fedorov <afedorov@gitlab.com> Reviewed-by:
Martin Čavoj <mcavoj@gitlab.com> Co-authored-by:
Artur Fedorov <afedorov@gitlab.com>
-
由 Artur Fedorov 创作于
Refactor fromYaml method for scan execution policies by extracting validation part to a separate method. EE: true
-
由 James Nutt 创作于
Add MockCi instance integration See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179505 Merged-by:
James Nutt <jnutt@gitlab.com> Approved-by:
James Nutt <jnutt@gitlab.com> Co-authored-by:
George Koltsov <gkoltsov@gitlab.com>
-
由 Gosia Ksionek 创作于
Add new `SnoozeMany` and `UnsnoozeMany` mutations for todos See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179870 Merged-by:
Gosia Ksionek <mksionek@gitlab.com> Approved-by:
Naman Jagdish Gala <ngala@gitlab.com> Approved-by:
Gosia Ksionek <mksionek@gitlab.com> Reviewed-by:
Gosia Ksionek <mksionek@gitlab.com> Reviewed-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
Thomas Hutterer <thutterer@gitlab.com>
-
由 Jonas Larsen 创作于
Cleanup feature flag ff_pages_use_open_file See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180926 Merged-by:
Jonas Larsen <jlarsen@gitlab.com> Approved-by:
Jayakrishnan Mallissery <jmallissery@gitlab.com> Approved-by:
Jonas Larsen <jlarsen@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
由 Lorenz van Herwaarden 创作于
Enable identifier filter for group level See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179363 Merged-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Reviewed-by:
Samantha Ming <sming@gitlab.com> Reviewed-by:
Savas Vedova <svedova@gitlab.com> Reviewed-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Co-authored-by:
Savas Vedova <svedova@gitlab.com>
-
由 Pavel Shutsin 创作于
Add a sort parameter to Geo registries queries See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179274 Merged-by:
Pavel Shutsin <pshutsin@gitlab.com> Approved-by:
Scott Murray <smurray@gitlab.com> Approved-by:
Leaminn Ma <lma@gitlab.com> Approved-by:
Pavel Shutsin <pshutsin@gitlab.com> Reviewed-by:
Pavel Shutsin <pshutsin@gitlab.com> Reviewed-by:
Leaminn Ma <lma@gitlab.com> Reviewed-by:
Scott Murray <smurray@gitlab.com> Co-authored-by:
c_fons <cfons@gitlab.com>
-
由 Chloe Fons 创作于
This is so that admin users can sort the items in the Geo dashboard better. This commit adds: - a new method `ordered_by` in the base registry; - handling for a sort parameter in the finder class; - the new sort argument in the registry resolver; - associated tests. Relates to: https://gitlab.com/gitlab-org/gitlab/-/issues/514998 EE: true Changelog: added
-
由 Michael Becker 创作于
Remove cyclonedx related findings from See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180470 Merged-by:
Michael Becker <mbecker@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Approved-by:
Michael Becker <mbecker@gitlab.com> Reviewed-by:
Oscar Tovar <otovar@gitlab.com> Co-authored-by:
Zamir Martins Filho <zfilho@gitlab.com>
-
由 Zamir Martins 创作于
finding_map. EE: true
-
由 Aboobacker MK 创作于
Update dependency doorkeeper-openid_connect to v1.8.11 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180953 Merged-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Hakeem Abdul-Razak <habdul-razak@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Lin Jen-Shin 创作于
Remove the fuubar gem from the project See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181070 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
ddieulivol <ddieulivol@gitlab.com>
-
由 Phil Hughes 创作于
Update Duo Code Review feedback link for external users See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180984 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Phil Hughes <me@iamphill.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com>
-
由 Omar Qunsul 创作于
Validate NOT NULL on vulnerability_finding_signatures sharding key See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180692 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Shubham Kumar <shukumar@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Shane Maglangit <smaglangit@gitlab.com>
-
由 James Nutt 创作于
Add Pumble instance integration See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179393 Merged-by:
James Nutt <jnutt@gitlab.com> Approved-by:
James Nutt <jnutt@gitlab.com> Co-authored-by:
George Koltsov <gkoltsov@gitlab.com>
-
由 Natalia Tepluhina 创作于
Added widget definition check to work items link form See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180930 Merged-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Rajan Mistry <rmistry@gitlab.com> Approved-by:
Deepika Guliani <dguliani@gitlab.com>
-
由 Natalia Tepluhina 创作于
-
由 Kerri Miller 创作于
Allow the two revert feature spec to be slow See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180532 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Jay McCure <jmccure@gitlab.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Co-authored-by:
Marc Shaw <mshaw@gitlab.com>
-
由 Rajendra Kadam 创作于
Remove derisk_user_access_level_in_git_hook feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180730 Merged-by:
Rajendra Kadam <rkadam@gitlab.com> Approved-by:
Schmil Monderer <smonderer@gitlab.com> Approved-by:
Rajendra Kadam <rkadam@gitlab.com> Reviewed-by:
Rajendra Kadam <rkadam@gitlab.com> Co-authored-by:
Thomas Hutterer <thutterer@gitlab.com>
-
由 Phil Hughes 创作于
Migrate components using Batch comments Vuex store to Pinia See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180129 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Phil Hughes <me@iamphill.com> Co-authored-by:
Stanislav Lashmanov <slashmanov@gitlab.com>
-
由 Stanislav Lashmanov 创作于
-
由 Halil Coban 创作于
Add feature to continue indented lines in markdown editor See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179607 Merged-by:
Halil Coban <hcoban@gitlab.com> Approved-by:
Minahil Nichols <minahilnichols@gitlab.com> Approved-by:
Thomas Randolph <trandolph@gitlab.com> Approved-by:
Tristan Read <tread@gitlab.com> Approved-by:
Halil Coban <hcoban@gitlab.com> Co-authored-by:
Manuel Schönlaub <manuel.schoenlaub@gmail.com> Co-authored-by:
Manuel Schonlaub <manuel.schonlaub@prodigygame.com>
-
由 Manuel Schönlaub 创作于
This MR adds a new WIP feature flag called continue_indented_text. The markdown editor uses this flag to allow for enter/return keypresses triggering an auto-indenting behaviour.
-
由 Vasilii Iakliushin 创作于
Fix compare branches from the fork See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180377 Merged-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Approved-by:
Emma Park <epark@gitlab.com> Approved-by:
Manoj M J <mmj@gitlab.com>
-
由 Himanshu Kapoor 创作于
Automatically update subsequent ordered lines in plain markdown editor See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179924 Merged-by:
Himanshu Kapoor <hkapoor@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Diana Zubova <dzubova@gitlab.com> Approved-by:
Himanshu Kapoor <hkapoor@gitlab.com> Reviewed-by:
Diana Zubova <dzubova@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
Samuel Suikkanen <samuel.suikkanen@hotmail.com>
-
由 Samuel Suikkanen 创作于
The plain markdown editor now automatically updates all subsequent ordered list items when you insert a new item in the middle of the list or break up an existing list. Changelog: changed
-
由 Marius Bobin 创作于
Add swift purl_type to application setting See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179539 Merged-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Reviewed-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Co-authored-by:
Nick Ilieskou <nilieskou@gitlab.com>
-
由 Nick Ilieskou 创作于
Add swift as a default to package_metadata_purl_types and add swift to existing application settings. Changelog: added
-
由 Radamanthus Batnag 创作于
Return meaningful error when invalid id is provided See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180606 Merged-by:
Radamanthus Batnag <rbatnag@gitlab.com> Approved-by:
Eva Kadlecová <ekadlecova@gitlab.com> Approved-by:
Radamanthus Batnag <rbatnag@gitlab.com> Co-authored-by:
Jarka Košanová <jarka@gitlab.com>
-
由 Joe Woodward 创作于
Fix missing repository_type for LFS objects See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179939 Merged-by:
Joe Woodward <jwoodward@gitlab.com> Approved-by:
Schmil Monderer <smonderer@gitlab.com> Approved-by:
Joe Woodward <jwoodward@gitlab.com> Co-authored-by:
Emma Park <epark@gitlab.com>
-
由 Fred de Gier 创作于
Disallow project runners from being unassigned from owner See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180368 Merged-by:
Fred de Gier <fdegier@gitlab.com> Approved-by:
Dillon Wheeler <dwheeler@gitlab.com> Approved-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com> Approved-by:
Rajendra Kadam <rkadam@gitlab.com> Approved-by:
Fred de Gier <fdegier@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Rajendra Kadam <rkadam@gitlab.com> Reviewed-by:
Dillon Wheeler <dwheeler@gitlab.com> Reviewed-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
由 Pedro Pombeiro 创作于
Changelog: changed
-
由 Natalia Tepluhina 创作于
Handle long template titles in work items See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180803 Merged-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Jack Chapman <jachapman@gitlab.com> Approved-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Reviewed-by:
Nick Leonard <nleonard@gitlab.com> Reviewed-by:
Jack Chapman <jachapman@gitlab.com> Co-authored-by:
Nick Leonard <nleonard@gitlab.com>
-
由 Nick Leonard 创作于
Wraps unbroken titles and uses fixed size to prevent unexpected layout. Behind work items feature flags.
-
由 Gregory Havenga 创作于
Remove unused index See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180752 Merged-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Approved-by:
Zamir Martins <zfilho@gitlab.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Approved-by:
Vijay Hawoldar <vhawoldar@gitlab.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Co-authored-by:
Alexandru Croitor <acroitor@gitlab.com>
-
由 Omar Qunsul 创作于
Update links to full docs URLs to skip index - 4 (DB) See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180891 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Reviewed-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-