该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 03, 2024
-
-
由 Niku Singh 创作于
Removes Unused Classes from app/assets/stylesheets/performance_bar.scss Classes removed are - current-host - css-truncate Changelog : other Closes : https://gitlab.com/gitlab-org/gitlab/-/issues/481700
-
- 10月 02, 2024
-
-
由 Marcel Amirault 创作于
Add version numbers to antique CI images See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167839 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
由 Amy Qualls 创作于
Make clear how old these images actually are.
-
由 Marcel Amirault 创作于
Split off project forks API documentation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167861 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
由 Russell Dickenson 创作于
Clarify firewall requirements for Jira Cloud app See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167384 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Luke Duncalfe <lduncalfe@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Anton Smith <asmith@gitlab.com>
-
由 Adam Hegyi 创作于
Merge branch '464109-prepare_partitioned_async_index-on-merge_request_diff_files_99208b8fac' into 'master' Add async index on merge_request_diff_files_99208b8fac See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167811 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Krasimir Angelov <kangelov@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Co-authored-by:
Kerri Miller <kerrizor@kerrizor.com>
-
由 Kerri Miller 创作于
Changelog: added
-
由 Heinrich Lee Yu 创作于
Quarantine a flaky test See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167859 Merged-by:
Heinrich Lee Yu <heinrich@gitlab.com> Approved-by:
Heinrich Lee Yu <heinrich@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
由 Ashraf Khamis 创作于
Warn against using reverse proxies See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167386 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Anton Smith <asmith@gitlab.com>
-
由 Anton Smith 创作于
Co-authored-by:
Ashraf Khamis <akhamis@gitlab.com>
-
由 Adam Hegyi 创作于
Add column workspaces_agent_config_version and backfill See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165912 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Chad Woolley <cwoolley@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Chad Woolley <cwoolley@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Zhaochen Li <zli@gitlab.com>
-
由 Zhaochen Li 创作于
address comments combine sql to avoid loop update version offset update column int type update workspace model add not null to version column update locale update with default fix rspec address comments address comments remove default and add schema update locale fix rspec address comments move comments update reference directly on agent.workspaces_agent_config apply pitch
-
由 Terri Chu 创作于
Adding cutoff_date for /troubleshoot_job AI feature See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167086 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Max Fan <mfan@gitlab.com>
-
由 Ash McKenzie 创作于
Merge branch 'renovate-workhorse/github.com-aws-aws-sdk-go-v2-feature-s3-manager-1.x' into 'master' workhorse: Update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.17.25 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167780 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Alex Pennells 创作于
Make tag content more ergonomic on commit list pages See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167343 Merged-by:
Alex Pennells <apennells@gitlab.com> Approved-by:
Michael Le <mle@gitlab.com> Approved-by:
Thomas Randolph <trandolph@gitlab.com> Approved-by:
Alex Pennells <apennells@gitlab.com> Reviewed-by:
Alex Pennells <apennells@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
由 Evan Read 创作于
-
由 Auto-quarantining bot 创作于
The `` New/edit issue edit issue allows user to update issue `` test matches one of the following conditions: 1. has either ~"flakiness::1" or ~"flakiness::2" label set, which means the number of reported failures is at or above 95 percentile, indicating unusually high failure count. 2. has ~"severity::1" label set, which means the number of reported failures [spiked and exceeded its daily threshold](https://gitlab.com/gitlab-org/ruby/gems/gitlab_quality-test_tooling/-/blob/c9bc10536b1f8d2d4a03c3e0b6099a40fe67ad26/lib/gitlab_quality/test_tooling/report/concerns/issue_reports.rb#L51). This MR quarantines the test. This is a discussion starting point to let the responsible group know about the flakiness so that they can take action: - accept the merge request and schedule the associated issue to improve the test - close the merge request in favor of another merge request to delete the test Please follow the [Flaky tests management process](https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/flaky-tests-management-and-processes/#flaky-tests-management-process) to help us increase `master` stability. Please let us know your feedback in the [Engineering Productivity issue tracker](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues). Related to https://gitlab.com/gitlab-org/gitlab/-/issues/435787. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::QuarantineFlakyTests 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
-
由 Himanshu Kapoor 创作于
Split the Value stream dashboard table into multiple panels See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167217 Merged-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Libor Vanc <5022246-lvanc@users.noreply.gitlab.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Rajan Mistry <rmistry@gitlab.com> Approved-by:
Himanshu Kapoor <info@fleon.org> Reviewed-by:
Max Orefice <morefice@gitlab.com> Reviewed-by:
Alex Pennells <apennells@gitlab.com> Co-authored-by:
Alex Pennells <apennells@gitlab.com>
-
由 Alex Pennells 创作于
Splits the metric table into separate panels for Lifecycle metrics, DORA metrics and Security metrics. Changelog: changed EE: true
-
由 Heinrich Lee Yu 创作于
Remove web_ide_oauth flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167464 Merged-by:
Heinrich Lee Yu <heinrich@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Paul Slaughter <pslaughter@gitlab.com> Approved-by:
Heinrich Lee Yu <heinrich@gitlab.com> Co-authored-by:
Cindy Halim <chalim@gitlab.com>
-
由 Cindy Halim 创作于
Changelog: other
-
由 Luke Duncalfe 创作于
Add missing feature_category See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167805 Merged-by:
Luke Duncalfe <lduncalfe@gitlab.com> Approved-by:
Luke Duncalfe <lduncalfe@gitlab.com> Co-authored-by:
Kerri Miller <kerrizor@kerrizor.com>
-
由 Terri Chu 创作于
Update storage used on zoekt index after indexing tasks complete See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166403 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
John Mason <jmason@gitlab.com>
-
由 John Mason 创作于
Changelog: changed EE: true
-
由 Ash McKenzie 创作于
Added test coverage for gitlab-zip-cat See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164516 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Reviewed-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Archish <archishthakkar@gmail.com>
-
由 Archish Thakkar 创作于
-
由 Tiger Watson 创作于
Finalize migration BackfillApprovalsProjectId See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167507 Merged-by:
Tiger Watson <twatson@gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
gdk <gdk@example.com>
-
由 Alexander Turinske 创作于
Update dependency @gitlab/ui to v94.5.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167744 Merged-by:
Alexander Turinske <aturinske@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Alexander Turinske <aturinske@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Russell Dickenson 创作于
Document new DS method See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164026 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Thiago Figueiró <tfigueiro@gitlab.com> Approved-by:
Igor Frenkel <ifrenkel@gitlab.com> Reviewed-by:
Igor Frenkel <ifrenkel@gitlab.com> Reviewed-by:
Oscar Tovar <otovar@gitlab.com> Co-authored-by:
Oscar Tovar <otovar@gitlab.com>
-
由 Russell Dickenson 创作于
* Link to CI/CD component page for inputs * Document CycloneDX SBOM output produced by the analyzer
-
由 Subashis Chakraborty 创作于
Revert "Merge branch '496332-add-group-instance-permission-ability' into 'master'" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167837 Merged-by:
Subashis Chakraborty <schakraborty@gitlab.com> Approved-by:
Leaminn Ma <lma@gitlab.com> Approved-by:
Jay <jswain@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com>
-
Geo: Fix a Troubleshooting snippet See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167844 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Co-authored-by:
Michael Kozono <mkozono@gitlab.com>
-
由 Michael Kozono 创作于
-
由 gdk 创作于
This migration was finished at `2024-08-04 04:00:02 UTC`, you can confirm the status using our [batched background migration chatops commands](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html#monitor-the-progress-and-status-of-a-batched-background-migration). To confirm it is finished you can run: ``` /chatops run batched_background_migrations status 1000629 ``` The last time this background migration was triggered was in [db/post_migrate/20240719090631_queue_backfill_approvals_project_id.rb](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/post_migrate/20240719090631_queue_backfill_approvals_project_id.rb) You can read more about the process for finalizing batched background migrations in https://docs.gitlab.com/ee/development/database/batched_background_migrations.html . As part of our process we want to ensure all batched background migrations have had at least one [required stop](https://docs.gitlab.com/ee/development/database/required_stops.html) to process the migration. Therefore we can finalize any batched background migration that was added before the last required stop. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::OverdueFinalizeBackgroundMigration 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
-
由 Lysanne Pinto 创作于
Adding details about how much of the log is analyzed See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167827 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Rutvik Shah <rutshah@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
由 Thong Kuah 创作于
fixing markdown formatting for pytest-cov coverage command example See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167738 Merged-by:
Thong Kuah <tkuah@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Co-authored-by:
Jonas I Liechti <j-i-l@t4d.ch>
-
由 Jonas I Liechti 创作于
-
由 Tiffany Rea 创作于
Improve gitlab readiness check in e2e tests See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167766 Merged-by:
Tiffany Rea <trea@gitlab.com> Approved-by:
Tiffany Rea <trea@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
由 Andrejs Cunskis 创作于
Update log message Skip attempt number logging
-
由 Kushal Pandya 创作于
Audit list of classes in page_bundles/milestone.scss See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164642 Merged-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Ammar Alakkad <aalakkad@gitlab.com> Approved-by:
Kushal Pandya <kushal@gitlab.com> Reviewed-by:
Ammar Alakkad <aalakkad@gitlab.com> Co-authored-by:
Deepak kumar <kumar.deepak.iiit@gmail.com>
-