该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 13, 2025
-
-
由 Chad Woolley 创作于
-
由 Heinrich Lee Yu 创作于
Simplify permission logic for /epic quick action See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183446 Merged-by:
Heinrich Lee Yu <heinrich@gitlab.com> Approved-by:
Heinrich Lee Yu <heinrich@gitlab.com> Reviewed-by:
Heinrich Lee Yu <heinrich@gitlab.com> Co-authored-by:
Matt D'Angelo <mdangelo@gitlab.com>
-
由 Matt D'Angelo 创作于
-
由 Jacques Erasmus 创作于
Display diff stats on Rapid Diffs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184281 Merged-by:
Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Jacques Erasmus <jerasmus@gitlab.com> Reviewed-by:
Jacques Erasmus <jerasmus@gitlab.com> Co-authored-by:
Stanislav Lashmanov <slashmanov@gitlab.com>
-
由 Sashi Kumar Kumaresan 创作于
Remove tsquery_deduplicate_search_terms feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183538 Merged-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Ryan Cobb <rcobb@gitlab.com> Approved-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Co-authored-by:
Maxime Orefice <morefice@gitlab.com>
-
由 Bob Van Landuyt 创作于
Remove Gitlab::Sessions::RedisStore as session store See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181637 Merged-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Reviewed-by:
Bob Van Landuyt <bob@gitlab.com> Co-authored-by:
Gregorius Marco <gmarco@gitlab.com>
-
由 Marco Gregorius 创作于
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/176108, we added a new implementation of Redis session store `Gitlab::Sessions::CacheStore` which is based on `ActionDispatch::Session::CacheStore` in order to support migration to Redis Cluster for .com. The whole migration plan can be found in https://gitlab.com/gitlab-com/gl-infra/data-access/durability/team/-/issues/35. This removes the old `Gitlab::Sessions::RedisStore` as the redis session store and the environment variable `USE_REDIS_CACHE_STORE_AS_SESSION_STORE` used to toggle the initializer to use the new store. Self-managed instances wouldn't be affected since we have `Gitlab::Sessions::CacheStoreCoder` to ensure compatibility within the two stores. More context at https://gitlab.com/gitlab-com/gl-infra/data-access/durability/team/-/issues/35#note_2283399167 Changelog: other
-
由 Heinrich Lee Yu 创作于
Fix flaky test by freezing time within context See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184450 Merged-by:
Heinrich Lee Yu <heinrich@gitlab.com> Approved-by:
Heinrich Lee Yu <heinrich@gitlab.com> Co-authored-by: Pedro Pombeiro <>
-
由 Subashis Chakraborty 创作于
Add the ability to fetch versions for a component in project level See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183105 Merged-by:
Subashis Chakraborty <schakraborty@gitlab.com> Approved-by:
Michael Becker <mbecker@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Brian Williams <bwilliams@gitlab.com> Reviewed-by:
Michael Becker <mbecker@gitlab.com>
-
Respect tag protection rules when deleting tags See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180661 Merged-by:
Dzmitry (Dima) Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Dzmitry (Dima) Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Reviewed-by:
Dzmitry (Dima) Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Reviewed-by:
Adie (she/her) <avpfestin@gitlab.com> Reviewed-by:
Radamanthus Batnag <rbatnag@gitlab.com> Reviewed-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Radamanthus Batnag <rbatnag@gitlab.com>
-
由 Radamanthus Batnag 创作于
When deleting container tags, the delete endpoint should not delete tags that match a tag protection rule. If all tag names passed for deletion are protected, the endpoint should return an error. Changelog: added
-
由 Andy Schoenen 创作于
Merge branch 'quarantine-flaky-tests-ee-spec-finders-security-scan_result_policies-vulnerabilities_finder_spec-rb-42' into 'master' Quarantine a flaky test See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184119 Merged-by:
Andy Schoenen <asoiron@gitlab.com> Approved-by:
Marcos Rocha <mrocha@gitlab.com> Approved-by:
Andy Schoenen <asoiron@gitlab.com> Reviewed-by:
Andy Schoenen <asoiron@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
由 Pedro Pombeiro 创作于
-
由 Vitali Tatarintev 创作于
Remove code_creation_slash_commands_claude_3_7 feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184333 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Co-authored-by:
Allen Cook <acook@gitlab.com>
-
由 Igor Drozdov 创作于
RCA/Troubleshoot uses new Claude 3.7 model See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184364 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Max Fan <mfan@gitlab.com>
-
由 Jon Glassman 创作于
Documenation: fix duo chat identifier tool model usage See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184407 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Nathan Weinshenker <nweinshenker@gitlab.com>
-
由 Nathan Weinshenker 创作于
fix some minor changes on timeline and tool usage for claude models
-
由 Mohamed Hamda 创作于
Remove feature flag `dependency_scanning_using_sbom_reports` See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184295 Merged-by:
Mohamed Hamda <mhamda@gitlab.com> Approved-by:
Shubham Kumar <shukumar@gitlab.com> Approved-by:
Mohamed Hamda <mhamda@gitlab.com> Reviewed-by:
Mohamed Hamda <mhamda@gitlab.com> Co-authored-by:
Zamir Martins Filho <zfilho@gitlab.com>
-
由 Jarka Košanová 创作于
Add preference to delete over destroy See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184404 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Co-authored-by:
Eugie Limpin <elimpin@gitlab.com>
-
由 Fabio Pitino 创作于
Document decision to prefer double-quotes for strings within the Remote Development domain See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184114 Merged-by:
Fabio Pitino <fpitino@gitlab.com> Approved-by:
Vishal Tak <vtak@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Reviewed-by:
Fabio Pitino <fpitino@gitlab.com> Reviewed-by:
Chad Woolley <cwoolley@gitlab.com> Co-authored-by:
Chad Woolley <cwoolley@gitlab.com>
-
由 Chad Woolley 创作于
-
由 Ashraf Khamis 创作于
Add skipped row count to docs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184444 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
James Nutt <jnutt@gitlab.com>
-
由 Vitali Tatarintev 创作于
backup_gitlab.md: Fix fog.io references See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184232 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Co-authored-by:
Per Lundberg <per.lundberg@hibox.tv>
-
由 James Nutt 创作于
-
由 Ashraf Khamis 创作于
Update CSV UCM documentation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184393 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Reviewed-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
James Nutt <jnutt@gitlab.com>
-
由 James Nutt 创作于
-
由 Himanshu Kapoor 创作于
GLQL table: Fix inclusion of table in description field See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184435 Merged-by:
Himanshu Kapoor <hkapoor@gitlab.com> Approved-by:
Himanshu Kapoor <hkapoor@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
由 Ashraf Khamis 创作于
Update rate limit intro link See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184329 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Keeyan Nejad <knejad@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Reviewed-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
James Nutt <jnutt@gitlab.com>
-
由 James Nutt 创作于
-
由 Marc Shaw 创作于
Remove note on commit real-time update on MR See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184138 Merged-by:
Marc Shaw <mshaw@gitlab.com> Approved-by:
Marc Shaw <mshaw@gitlab.com> Co-authored-by:
Patrick Bajao <ebajao@gitlab.com>
-
由 Natalia Tepluhina 创作于
Apply beta status to Duo chat sub-features See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184123 Merged-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Reviewed-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Co-authored-by:
Julie Huang <julhuang@gitlab.com>
-
由 Julie Huang 创作于
Instead of modifying the existing FeatureSettingsTable component, this commit adds new components that will render the new expanded chat sub-features design. This will allow us to keep the new UI behind a feature flag so there is more control over its release. Once expanded chat sub-features are stable we can remove the feature flag and the old FeatureSettingsTable
-
由 Imre Farkas 创作于
Documentation for autocomplete users rate limit settings See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184293 Merged-by:
Imre Farkas <ifarkas@gitlab.com> Approved-by:
Isaac Durham <idurham@gitlab.com> Reviewed-by:
Isaac Durham <idurham@gitlab.com>
-
由 Imre Farkas 创作于
-
由 James Nutt 创作于
Show skipped rows in CSV email See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183449 Merged-by:
James Nutt <jnutt@gitlab.com> Approved-by:
Keeyan Nejad <knejad@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
James Nutt <jnutt@gitlab.com> Reviewed-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Reviewed-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Oiza <oizabaiye@gmail.com>
-
由 Oiza Baiye 创作于
Updates the email notification after placeholder reassignment by CSV upload is complete. Shows the count of rows that were skipped. Changelog: changed
-
由 Dmitry Gruzd 创作于
Adds specs to new organization-cluster-agent-mappings model introduced in an earlier MR See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184372 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Reviewed-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
safwanuahmed <safahmed@gitlab.com>
-
由 Bala Kumar 创作于
Quarantine flaky organization controller spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184418 Merged-by:
Bala Kumar <sbalakumar@gitlab.com> Approved-by:
Bala Kumar <sbalakumar@gitlab.com> Co-authored-by:
Shane Maglangit <smaglangit@gitlab.com>
-
由 Sascha Eggenberger 创作于
Fixes the rendering of sub tables in the description field in a scrollable table. Changelog: fixed
-
由 Sincheol (David) Kim 创作于
Move save git content outside txn See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/179734 Merged-by:
Sincheol (David) Kim <dkim@gitlab.com> Approved-by:
Sincheol (David) Kim <dkim@gitlab.com> Reviewed-by:
Patrick Bajao <ebajao@gitlab.com> Reviewed-by:
Krasimir Angelov <kangelov@gitlab.com> Reviewed-by:
Sincheol (David) Kim <dkim@gitlab.com> Co-authored-by:
Marc Shaw <mshaw@gitlab.com>
-