该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 11, 2024
-
-
由 Kev Kloss 创作于
-
- 9月 10, 2024
-
-
由 Aditya Tiwari 创作于
Stop tracking noisy InvalidConstraintError in sentry See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165087 Merged-by:
Aditya Tiwari <atiwari@gitlab.com> Approved-by:
Fabien Catteau <fcatteau@gitlab.com> Approved-by:
Aditya Tiwari <atiwari@gitlab.com> Reviewed-by:
Fabien Catteau <fcatteau@gitlab.com> Co-authored-by:
Olivier Gonzalez <ogonzalez@gitlab.com>
-
由 Olivier Gonzalez 创作于
Tracking this error when it is coming from user input (SBOM report) is not relevant and should instead be surfaced in the UI. Changelog: changed
-
由 GitLab Release Tools Bot 创作于
[ci skip]
-
由 GitLab Release Tools Bot 创作于
[ci skip]
-
由 Vasilii Iakliushin 创作于
Detect incompatible use of `Struct.new` in specs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164777 Merged-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
由 Peter Leitzen 创作于
This commit patches `Struct.new` in specs when `keyword_init` is missing and a Hash passed. Reason: Since Ruby 3.2 `Struct` supports kwargs by default so `keyword_init: true` is no longer required. We are running Ruby 3.2 in MRs and Ruby 3.1 on master so occasionally master is broken due to this incompatibility. This slows down creation of Struct objects in specs by factor 3.
-
由 Himanshu Kapoor 创作于
Add Anthropic keys to client-side secret detection patterns See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165222 Merged-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Himanshu Kapoor <info@fleon.org> Co-authored-by:
Dheeraj Joshi <djoshi@gitlab.com>
-
由 Dheeraj Joshi 创作于
This change updates client-side secret detection pattern list to include API keys for Anthropic. Changelog: added
-
由 Gregory Havenga 创作于
fix: Use gitlab_sec for vuln_remediation bulk insert See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165333 Merged-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Approved-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Co-authored-by:
Lucas Charles <lcharles@gitlab.com>
-
由 Vitali Tatarintev 创作于
Resolve "Transition dast_profiles_pipelines to loose foreign keys" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164605 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Co-authored-by:
Schmil Monderer <smonderer@gitlab.com>
-
由 Schmil Monderer 创作于
Changelog: changed EE: true
-
由 Ashraf Khamis 创作于
Update macos inventory static site references to new location See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165645 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Joe Shaw <jshaw@gitlab.com>
-
由 Joe Shaw 创作于
-
由 Pedro Pombeiro 创作于
Add back sharding_key_issue_url See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165209 Merged-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Shubham Kumar <shukumar@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
由 James Nutt 创作于
Retry Import Source User creation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164949 Merged-by:
James Nutt <jnutt@gitlab.com> Approved-by:
Sam Word <sword@gitlab.com> Approved-by:
James Nutt <jnutt@gitlab.com> Reviewed-by:
James Nutt <jnutt@gitlab.com> Reviewed-by:
Sam Word <sword@gitlab.com> Co-authored-by:
Rodrigo Tomonari <rtomonari@gitlab.com>
-
由 Rodrigo Tomonari 创作于
Although SourceUserMapper#find_or_create_source_user implements a lock to prevent duplicated source users from being created, occasionally the lock does not work and a duplicated error is raised. This change updates SourceUserMapper to use the Retriable GEM for retrying the creation of the source user. It also updates BulkImport pipelines to re-enqueue if the number of retries is exhausted.
-
由 Ravi Kumar 创作于
Move link sanitization to it’s own banzai filter See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164003 Merged-by:
Ravi Kumar <rkumar@gitlab.com> Approved-by:
Janis Altherr <jaltherr@gitlab.com> Approved-by:
Ravi Kumar <rkumar@gitlab.com> Reviewed-by:
Brett Walker <bwalker@gitlab.com> Reviewed-by:
Janis Altherr <jaltherr@gitlab.com> Co-authored-by:
Brett Walker <bwalker@gitlab.com>
-
由 Brett Walker 创作于
Co-authored-by:
Janis Altherr <jaltherr@gitlab.com>
-
Add config file class for C++ Conan `conanfile.txt` See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165260 Merged-by:
Dzmitry (Dima) Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Approved-by:
Missy Davies <mdavies@gitlab.com> Approved-by:
Dzmitry (Dima) Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Reviewed-by:
Dzmitry (Dima) Meshcharakou <12459192-dmeshcharakou@users.noreply.gitlab.com> Co-authored-by:
lma-git <lma@gitlab.com>
-
由 Leaminn Ma 创作于
Adds the C++ Conan Txt config file class which contains logic to parse 'conanfile.txt' files.
-
由 Peter Leitzen 创作于
Update HAML help page links to use .md extension - 1 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164834 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Smriti Garg <sgarg@gitlab.com> Reviewed-by:
Peter Leitzen <pleitzen@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
由 Marcel Amirault 创作于
Set DocumentationLinks to enforce usage of .md extension in markdown docs, but disable rule to allow cleanup to happen without breaking pipelines. Changelog: changed
-
由 Natalia Tepluhina 创作于
Fix disabled job action state See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165207 Merged-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Approved-by:
Daniel Tian <dtian@gitlab.com> Approved-by:
Bonnie Tsang <btsang@gitlab.com> Approved-by:
Natalia Tepluhina <ntepluhina@gitlab.com> Reviewed-by:
Bonnie Tsang <btsang@gitlab.com> Co-authored-by:
Payton Burdette <pburdette@gitlab.com>
-
由 Patrick Cyiza 创作于
Audit deletion of self-hosted models See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165321 Merged-by:
Patrick Cyiza <jpcyiza@gitlab.com> Approved-by:
Patrick Cyiza <jpcyiza@gitlab.com> Reviewed-by:
Mohamed Hamda <mhamda@gitlab.com> Co-authored-by:
Eduardo Bonet <ebonet@gitlab.com>
-
由 Eduardo Bonet 创作于
Logs an audit event when a self-hosted model configuration was deleted. Changelog: added
-
由 Krasimir Angelov 创作于
Create Instance Integrations table See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164503 Merged-by:
Krasimir Angelov <kangelov@gitlab.com> Approved-by:
Ravi Kumar <rkumar@gitlab.com> Approved-by:
Krasimir Angelov <kangelov@gitlab.com> Reviewed-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Krasimir Angelov <kangelov@gitlab.com> Reviewed-by:
Abdul Wadood <awadood@gitlab.com> Co-authored-by:
George Koltsov <gkoltsov@gitlab.com>
-
由 Igor Drozdov 创作于
Add mistral family for code completion See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164778 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Reviewed-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Mohamed Hamda <mhamda@gitlab.com>
-
由 Mohamed Hamda 创作于
Add mistral family models Changelog: added EE: true
-
由 Simon Knox 创作于
Remove SCSS classes that are not reference anywhere Part 1 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164183 Merged-by:
Simon Knox <simon@gitlab.com> Approved-by:
Simon Knox <simon@gitlab.com> Reviewed-by:
Simon Knox <simon@gitlab.com> Reviewed-by:
James Rushford <jrushford@gitlab.com> Co-authored-by:
James Rushford <jrushford@gitlab.com>
-
由 James Rushford 创作于
-
由 Achilleas Pipinellis 创作于
Fix the order of the update sections See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165618 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Thorsten Banhart <thorsten.banhart@sick.de>
-
由 Phil Hughes 创作于
Migrate legacy diffs to Pinia See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/163827 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Thomas Randolph <trandolph@gitlab.com> Approved-by:
Phil Hughes <me@iamphill.com> Co-authored-by:
Stanislav Lashmanov <slashmanov@gitlab.com>
-
由 Jarka Košanová 创作于
Expose notes and discussion on abuse report graphQL endpoint See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/162600 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Hinam Mehra <hmehra@gitlab.com> Approved-by:
Jerry Seto <jseto@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Reviewed-by:
Felipe Cardozo <fcardozo@gitlab.com> Reviewed-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Hinam Mehra <hmehra@gitlab.com>
-
由 Jarka Košanová 创作于
- add the endpoint - refactor existing NoteType and Discussion - extract the mutual fields and methods to the graphql interface Changelog: added
-
由 Dheeraj Joshi 创作于
Update receptive agents admin setting docs link See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165611 Merged-by:
Dheeraj Joshi <djoshi@gitlab.com> Approved-by:
Mikhail Mazurskiy <mmazurskiy@gitlab.com> Approved-by:
Pam Artiaga <partiaga@gitlab.com> Approved-by:
Dheeraj Joshi <djoshi@gitlab.com> Co-authored-by:
Tiger <twatson@gitlab.com>
-
由 Enrique Alcántara 创作于
Update @gitlab/web-ide package version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/163597 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com> Approved-by:
Enrique Alcántara <ealcantara@gitlab.com> Co-authored-by:
Paul Slaughter <pslaughter@gitlab.com>
-
由 Jarka Košanová 创作于
Add setting for projects to access SPP repository to fetch PEP configs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164918 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Dominic Bauer <dbauer@gitlab.com> Approved-by:
Ottilia Westerlund <12746880-ottilia_westerlund@users.noreply.gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
Sean Arnold <sarnold@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Sean Arnold <sarnold@gitlab.com> Reviewed-by:
Dominic Bauer <dbauer@gitlab.com> Reviewed-by:
Martin Čavoj <mcavoj@gitlab.com> Co-authored-by:
Martin Čavoj <mcavoj@gitlab.com>
-
由 Martin Čavoj 创作于
This change adds a project setting that allows to grant repository access to SPP project for the linked projects. This is necessary because user may not have permission to the Security Policy Project where the linked Pipeline execution policy configuration is stored. In such case, the user is not able to run pipelines in projects where the PEP is enabled. Changelog: added EE: true
-
由 Sashi Kumar Kumaresan 创作于
Set approval_policy_rule_id for approval rules and license policies See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160718 Merged-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Dominic Bauer <dbauer@gitlab.com> Approved-by:
Gregory Havenga <11164960-ghavenga@users.noreply.gitlab.com> Approved-by:
Marcos Rocha <mrocha@gitlab.com> Reviewed-by:
Dominic Bauer <dbauer@gitlab.com>
-