该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 11, 2025
-
-
由 Leonardo da Rosa 创作于
Bump PG default version in preparation for PG17 Changelog: changed
-
- 3月 10, 2025
-
-
由 Krasimir Angelov 创作于
Make sure the background migration is finalized before last required stop (min GitLab schema version).
-
- 3月 06, 2025
-
-
由 Arturo Herrero 创作于
EE: true
-
- 3月 04, 2025
-
-
由 Arturo Herrero 创作于
EE: true
-
- 2月 21, 2025
-
-
由 Drew Blessing 创作于
-
- 2月 10, 2025
-
-
由 Marcel Amirault 创作于
We do not need to link to index files, and in the future it will be recommended to avoid it. Changelog: changed
-
- 1月 31, 2025
-
-
由 Dmytro Biryukov 创作于
Add more tests for graphql type and policy, set as an experiment 17.9 Rename namespace_settings field into ci_cd_settings Narrow namespace_settings auth permissions to amintainer_access Address all the review comments Changelog: added
-
- 1月 30, 2025
-
-
由 William Allen 创作于
Changelog: other
-
- 1月 28, 2025
-
-
由 Sarah Yasonik 创作于
-
由 Nicholas Wittstruck 创作于
This commit adds identification of feature flags client token to the Admin Token API. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/512283 Changelog: added
-
- 1月 18, 2025
-
-
由 Radamanthus Batnag 创作于
This will be used by Dependency Proxy for Containers (to be renamed to Virtual Registry) and also by the current Virtual Registry for Packages. Here we introduce the new scope but we will not yet check against this new scope. Changelog: added
-
- 1月 10, 2025
-
-
由 James Nutt 创作于
Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/460410
-
- 1月 08, 2025
-
-
由 Naman Jagdish Gala 创作于
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/481334#note_2276384325 Changelog: changed
-
- 12月 31, 2024
-
-
由 Meir Benayoun 创作于
-
- 12月 23, 2024
-
-
由 Martin Chrástek 创作于
-
- 12月 19, 2024
-
-
由 Taka Nishida 创作于
"auto_stop_setting" is added recently in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/173804. This MR allows configuring it through Environments API. Changelog: added
-
- 12月 13, 2024
-
-
由 Brett Walker 创作于
Changelog: added
-
由 Chaoyue Zhao 创作于
- https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174093 Changelog: changed
-
- 12月 12, 2024
-
-
由 Ash McKenzie 创作于
Specifically, when a Vulnerability record is updated, a webhook event can now be generated. EE: true Changelog: added
-
- 12月 10, 2024
-
-
由 Meir Benayoun 创作于
- Implement VulnerabilitiesPipeline for importing vulnerabilities - Update project tree restorer to handle vulnerabilities - Adjust relation factory and attribute cleaner for vulnerability-related models - Modify config files to include vulnerability data in exports/imports Changelog: added
-
由 Abdul Wadood 创作于
We use the reviewer roulette when generating merge requests using housekeeper. Here we fix a bug where the role like `maintainer::backend` was being picked for another project like `customers-app`. Instead, we should be picking `maintainer::backend` for the `gitlab` project.
-
- 12月 09, 2024
-
-
由 Niko Belokolodov 创作于
-
- 12月 05, 2024
-
-
由 Naman Jagdish Gala 创作于
Related: https://gitlab.com/gitlab-org/gitlab/-/issues/481332 Changelog: added
-
- 12月 03, 2024
-
-
由 Smriti Garg 创作于
With this MR we are introducing new column for PersonalAccessTokens table. This is introduced both at API and frotend Changelog: added Removed comments Fix for spec failure Fix for spec failure Changes for frontend specs Frontend spec fixed Fixed spec failures
-
- 12月 02, 2024
-
-
由 Michał Wielich 创作于
Add CLI handling of time_frames
-
- 11月 30, 2024
-
-
由 Sarah Yasonik 创作于
When creating event and metric definitions, developers can now specify which product categories the events and metrics are tracking. Values must match feature_categories.yml
-
- 11月 21, 2024
-
-
由 Niko Belokolodov 创作于
-
- 11月 20, 2024
-
-
由 Martin Chrástek 创作于
-
- 11月 19, 2024
-
-
由 Jonas Larsen 创作于
-
- 11月 12, 2024
-
-
由 Briley Sandlin 创作于
Rerouting to keep dropdown behavior consistent Changelog: changed
-
- 11月 10, 2024
-
-
由 Brett Walker 创作于
-
- 11月 02, 2024
-
-
由 syasonik 创作于
-
- 11月 01, 2024
-
-
由 Sarah Yasonik 创作于
-
- 10月 26, 2024
-
-
由 Michał Wielich 创作于
Allow filtering metrics with custom properties
-
- 10月 23, 2024
-
-
由 Nwanna Isong 创作于
-
由 Peter Leitzen 创作于
Prior this commit, when a file was moved (and changed) from FOSS to EE and the TODOs where adjusted by prepending `ee/` the danger rule failed because it saw that a FOSS file removed but still matched a substring of the filename in TODOs. For example: # Rename ./spec/services/reset_project_cache_service_spec.rb to # ./ee/spec/services/reset_project_cache_service_spec.rb # and change the code is git sees a removal and addition. # Adjust spec/support/rspec_order_todo.yml and prefix ee/ # Adjust .rubocop_todo/rspec/named_subject.yml and prefix ee/ FROM_LEFRHOOK=1 bundle exec rake danger_local Errors: - [ ] `spec/services/reset_project_cache_service_spec.rb` was removed but is mentioned in: - `.rubocop_todo/rspec/named_subject.yml:3237` - `spec/support/rspec_order_todo.yml:7718` After this commit danger no longer fails because of the added negative lookbehind to ensure that filenames are not prefixed with `ee/`.
-
- 10月 15, 2024
-
-
由 Heinrich Lee Yu 创作于
This forgoes the use of the graphiql-rails gem so that we can customize the fetcher to support subscriptions
-
- 10月 11, 2024
-
-
由 Sarah Yasonik 创作于
-
- 10月 09, 2024
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/494294 **Problem** Existing endpoint does not return information about mirror configuration state. It's not possible to see mirror settings using Pull mirror API. **Solution* Expose missing settings. Changelog: added
-