该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
Pull mirroring failed .
上次成功更新 。
上次成功更新 。
- 2月 24, 2024
-
-
由 Oscar Tovar 创作于
Container Scanning Continuous Vulnerability Scans, also known as Continuous Container Scanning, allow for GitLab instances to scan known software components for newly released advisories. This feature is now enabled by default, but can be disabled if needed by disabling the `:container_scanning_continuous_vulnerability_scans` feature flag. Changelog: changed EE: true
-
- 1月 11, 2024
-
-
由 Tetiana Chupryna 创作于
Changelog: changed
-
- 1月 10, 2024
-
-
由 Albert Salim 创作于
Changelog: added EE: true
-
- 1月 05, 2024
-
-
由 Albert Salim 创作于
-
- 12月 28, 2023
-
-
由 Albert Salim 创作于
-
- 12月 21, 2023
-
-
由 Jan Provaznik 创作于
If code_suggestions_claude21 flag is enabled, we set explicitly model_name=claude-2.1. If the flag is not set, we use AI gateway's default model (currently claude-2.0).
-
- 12月 19, 2023
-
-
由 Jan Provaznik 创作于
When the flag is enabled, then user-level code_suggestion check is skipped, and also this setting is not exposed to user.
-
- 12月 18, 2023
-
-
由 Jan Provaznik 创作于
Adds whole file content (if it's small enough) to prompts used by slash commands. This additional content may be useful in some use-cases - e.g. refactoring the code, or explaining it.
-
- 11月 24, 2023
-
-
由 Angelo Gulina 创作于
-
- 2月 17, 2022
-
-
由 Diana Zubova 创作于
Show a modal window to confirm invite user actions if users addition will cause overage EE: true Changelog: added
-
- 2月 07, 2022
-
-
由 Adam Hegyi 创作于
This change implements fair queueing for the loose foreign keys feature. If the child records of a deleted record batch cannot be cleaned up in 3 consequitive executions then the deleted record batch will be re-scheduled 5 minutes later. Changelog: added
-
- 1月 20, 2022
-
-
由 Kamil Trzciński 创作于
This fixes usage of `after_commit` - a set of operations that are executed after the object is committed. Before that change the operations would be treated as being executed in context of a transaction, even though the transaction was already finished. This introduces trace record object that receives callback once the after commit/rollback hooks are to be executed.
-
由 Thong Kuah 创作于
-
- 11月 17, 2021
-
-
由 Dylan Griffith 创作于
This adds a Rack middleware and Sidekiq middleware for detecting "Cross-database modification" violations. These occur when you query 2 different databases in the context of a single transaction. Previously we only wrapped our RSpec code with this detection logic but we found that it was often causing lots of false positives in RSpec (in test-only code) which made it hard to sort through the real issues. In addition we want extra validation by running this in production and therefore detecting code that our specs may be missing. The middlewares use a feature flag `detect_cross_database_modification` which we intend to enable for a small percentage of time. The middlewares can also be disabled by setting the env var `DISABLE_CROSS_DATABASE_MODIFICATION_DETECTION=true` and restarting the application. This environment variable is an extra safety net if the middlewares are causing problems.
-
- 11月 04, 2021
-
-
由 Kamil Trzciński 创作于
This introduces a `GITLAB_USE_MODEL_LOAD_BALANCING` and `use_model_load_balancing` to enable percentage rollout of used connection when accessing data. The usage pattern is to redirect 1% of new connections using CI DB to use a Load Balancer replicas (and presumbly later primary connection). This is achieved by injecting a FF evaluation logic as part of LB setup to re-define how connection is fetched.
-
- 10月 21, 2021
-
-
由 Adam Hegyi 创作于
This change adds worker and services for cleaning up orphaned associations. Changelog: added
-
- 10月 07, 2021
-
-
由 Doug Stull 创作于
-
- 9月 10, 2021
-
-
由 George Koltsov 创作于
- GitLab Group Migration now includes empty projects migrated from source instance of GitLab if bulk_import_projects feature flag is enabled
-
- 7月 22, 2021
-
-
由 Kassio Borges 创作于
Github Labels, Releases and Milestones uses a different approach to be imported. These objects were not being counted, or logged, in the same way of the rest of Github objects. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/335199 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65773
-
- 11月 09, 2020
-
-
由 Kamil Trzciński 创作于
This iterates all YAMLs, and fetches milestone associated with the MR or Issue. This also organises items of all YAMLs in a consistent order.
-
- 9月 29, 2020
-
-
由 George Koltsov 创作于
- In order to add Group Import V2 using API first step is to add an ability for user to provide auth credentials for GitLab to use in order to authenticate with source GitLab later on
-
- 8月 20, 2020
-
-
由 Tim Zallmann 创作于
Updated for test setup, restructured startup setup Restructured to have a feature flag in place for startup_css
-
- 8月 17, 2020
-
-
由 Markus Koller 创作于
-
- 8月 05, 2020
-
-
由 Markus Koller 创作于
-
- 8月 04, 2020
-
-
由 Paul Gascou-Vaillancourt 创作于
Created the security_on_demand_scans_site_profiles_feature_flag feature flag for using exisint DAST site profiles when running On-demand Scans.
-