该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 6月 27, 2023
-
-
由 Kamil Trzciński 创作于
The purpose of this Gem is to move all `Gitlab::Utils` code into the Gem, and use this for all common functions that are not monolith specific.
-
由 Ankit Panchal 创作于
Changelog: added
-
由 Jannik Lehmann 创作于
This commit solves: https://gitlab.com/gitlab-org/gitlab/-/issues/388349 It rewords the Search maximum depth field description in SAST configuration. Changelog: changed
-
由 Terri Chu 创作于
-
由 Bishwa Hang Rai 创作于
- create model 'GitlabSubscriptions::UserAddOnAssignment' - add valdiation and specs Changelog: added
-
由 Dheeraj Joshi 创作于
The sandboxed iframe used for rendering mermaid diagrams does not have a correct webpack path set. This resulted in failures for instances with relative root url. Changelog: fixed
-
由 Kushal Pandya 创作于
Shows Popover on Epic links within Markdown similar to how we show it for Issue and MR links. EE: true Changelog: added
-
由 Lorena Ciutacu 创作于
-
由 Heinrich Lee Yu 创作于
This method is not needed and executes a very slow query when run on projects / groups with many uploads Changelog: performance
-
由 Andrejs Cunskis 创作于
-
由 Roy Liu 创作于
-
由 ddieulivol 创作于
We used to only use the gem production group, but review-apps apparently try to load gems from all groups. The purpose of the preflight checks are to catch as many errors as possible, as early as possible. Loading all gems by default when booting the application server is a pretty good strategy to catch errors related to gems. It's arguable whether the review-apps actually need to load non-production gems, as it's supposed to mirror production gitlab deployments.
-
由 Gabriel Engel 创作于
-
由 Gregorius Marco 创作于
This adds more observability information on how many times a job has been deferred. Changelog: added
-
由 Artur Fedorov 创作于
As part of Vue 3 migration overriding method behavior and direct data manipulation should be avoided
-
由 Zamir Martins 创作于
level dependency list. EE: true Changelog: changed
-
由 Deepika Guliani 创作于
Changelog: changed EE: true
-
由 Gosia Ksionek 创作于
-
由 Eduardo Sanz García 创作于
Replace break element by top margin.
-
由 Sashi Kumar Kumaresan 创作于
This change updates the logic to compare the pipeline in MR to consider multiple pipelines per source. EE: true Changelog: added
-
由 Alex Pooley 创作于
-
由 cynthia 创作于
Adds number of days within domain verification must be completed. Changelog: added
-
由 Nicolas Dular 创作于
When the Agent picks the `SummarizeComments` tool, we are internally calling the `GenerateSummaryService`, which also stores the response to the cache and broadcasts it via the GraphQL subscription. With `skip_cache: true` we were already able to not store the response to the cache. This change renames the `skip_cache` option to `internal_request` and also no longer broadcasts the response to the client, which resulted in duplicated responses in the chat.
-
由 Tim Zallmann 创作于
- Update the visualization save path - Improve the designer UI consistency - Improve the designer save error messages - Move strings to constants - Fix todo issue link - Add ability to open dashboard in editing mode - Change visualization "title" to "name"
-
由 Artur Fedorov 创作于
As part of Vue 3 migration overriding method behavior and direct data manipulation should be avoided
-
由 huzaifaiftikhar1 创作于
-
由 Marcel Amirault 创作于
Ensure all tables are consistent and following current standards in the API docs, to make future contributions easier.
-
由 David Dieulivol 创作于
-
由 Stan Hu 创作于
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122888 added logging that did not work properly. Clean up the exception handling to use `Gitlab::ErrorTracking.track_and_raise_for_dev_exception` and fix the test. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/415968 Changelog: fixed
-
由 Wei-Meng Lee 创作于
-
由 Eugie Limpin 创作于
Create a user_access_locked audit event when the user's access to the instance is locked. This can happen, for example, when the user exceeds the allowed number of failed login attempts. EE: true Changelog: added
-
由 Tim Poffenbarger 创作于
-
由 Abdul Wadood 创作于
These calls should be removed in the next minor release according to our guidelines https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#clean-up-the-safelychangecolumndefault-concern-in-the-next-minor-release.
-
由 Artur Fedorov 创作于
As part of Vue 3 migration overriding method behavior and direct data manipulation should be avoided
-
由 nrosandich 创作于
Changelog: changed EE: true
-
由 Payton Burdette 创作于
Part four in the effort to ship new pipeline details header. This MR removes flag, stubs and old code. Changelog: changed
-
由 Krasimir Angelov 创作于
See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123976#note_1444926650 [skip-db-structure-check]
-
由 Igor Drozdov 创作于
Changelog: other
-
由 Shinya Maeda 创作于
This commit supports CI_JOB_TOKEN auth in Deployments API. Changelog: added
-