该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 30, 2024
-
-
由 Doug Stull 创作于
- as per sidekiq support warnings... ``` Job arguments to Onboarding::CreateIterableTriggerWorker must be native JSON types, but :provider is a Symbol. See https://github.com/sidekiq/sidekiq/wiki/Best-Practices To disable this error, add `Sidekiq.strict_args!(false)` to your initializer. Job arguments to Groups::CreateEventWorker must be native JSON types, but :created is a Symbol. See https://github.com/sidekiq/sidekiq/wiki/Best-Practices ```
-
由 Samantha Ming 创作于
Add permission ability for the Group and Security Control (Instance). This check will allow the frontend to display the VR filter only for allowed groups and instance level. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/496332 Changelog: added EE: true
-
- 9月 26, 2024
-
-
由 Hercules Merscher 创作于
The categories product_analytics_data_management and product_analytics_visualization have been renamed to product_analytics, according to https://gitlab.com/gitlab-com/www-gitlab-com/-/commit/9baeca3c4516740258e448654df9b6bcd21c85b4.
-
由 Serhii Yarynovskyi 创作于
For the things that are causing page from being submitted, trigger a snowplow tracking event
-
由 Max Woolf 创作于
Since being deprioritised, we'll move self-managed settings for new PA installs behind a default-off feature flag. This won't affect the .com installation, but will make it clear to self-managed instances that we don't currently support it. EE: true Changelog: removed
-
- 9月 24, 2024
-
-
由 Doug Stull 创作于
- better encapsulation of logic and onboarding concerns - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164411 will need to extend their use and this will enable that. - see https://gitlab.com/gitlab-org/gitlab/-/issues/482910
-
- 9月 21, 2024
-
-
由 Nicolas Dular 创作于
This enables work item epics by default for all users when it's enabled for a group. Changelog: added
-
由 Lindsey Shelton 创作于
First passthrough of frontend form changes Updating specs for draft MR Removing legacy backend changes Changelog: added EE: true
-
- 9月 20, 2024
-
-
由 Eugie Limpin 创作于
-
- 9月 19, 2024
-
-
由 Sam Kerr 创作于
EE: true Changelog: added
-
由 Doug Stull 创作于
- only valid to use from our marketing site where we provide the glm_source parameter to GitLab.com. - move to `ee` and then guard with SaaS only check. - resolve various rubocop offenses - see https://gitlab.com/gitlab-org/gitlab/-/issues/491259
-
由 Darby Frey 创作于
-
- 9月 18, 2024
-
-
由 Rutger Wessels 创作于
-
- 9月 17, 2024
-
-
由 Rutger Wessels 创作于
-
- 9月 11, 2024
-
-
Changelog: added EE: true
-
由 Martin Čavoj 创作于
This change adds a UI toggle for project setting `spp_repository_pipeline_access`. Changelog: added EE: true
-
由 Serhii Yarynovskyi 创作于
For the things that are causing page from being submitted, trigger a snowplow tracking event
-
- 9月 09, 2024
-
-
由 Eva Kadlecová 创作于
-
由 Eugie Limpin 创作于
create will fail only when the user has the same custom attribute. In that case, silently failing acceptable.
-
- 9月 06, 2024
-
- 9月 03, 2024
-
-
由 Madelein van Niekerk 创作于
Changelog: changed EE: true # Conflicts: # ee/app/services/ee/search/global_service.rb # ee/app/services/ee/search/group_service.rb # ee/app/services/ee/search/project_service.rb
-
由 Jarka Košanová 创作于
Changelog: added EE: true
-
由 Rutger Wessels 创作于
As the user by default has access to the default organization.
-
- 9月 02, 2024
-
-
由 Timo Furrer 创作于
-
- 9月 01, 2024
-
-
由 Rostyslav Safonov 创作于
Given group admin let their group participate in EAP. Then this admin should be soft opt-in for communication related to early access features. Changelog: added EE: true
-
- 8月 30, 2024
-
-
由 Rutger Wessels 创作于
Use with_current_organization to mock the current organization or with_default_organization to create the default organization to fix the specs.
-
- 8月 29, 2024
-
-
由 maddievn 创作于
Changelog: changed EE: true
-
由 Aditya Tiwari 创作于
Add endpoint for fetching license counts for a given pipeline. Changelog: added EE: true
-
- 8月 28, 2024
-
-
由 Doug Stull 创作于
- standardize on value that CDOT recieves to be abbreviated - see https://gitlab.com/gitlab-org/gitlab/-/issues/462866#implementation-plan for why - see https://gitlab.com/gitlab-org/gitlab/-/issues/462866
-
由 Jason Goodman 创作于
Choosing restricted access turns on block seat overages for the group This new option is behind a feature flag
-
- 8月 24, 2024
-
-
由 Dheeraj Joshi 创作于
Changelog: removed EE: true
-
- 8月 23, 2024
-
-
由 Ankit Bhatnagar 创作于
EE: true
-
由 Ankit Bhatnagar 创作于
EE: true
-
- 8月 20, 2024
-
-
由 Corinna Gogolok 创作于
Prior to this change, the logic used to create a new `License` when applying a license key or uploading a license file was handled directly in the `LicensesController`. The logic is already too complex for a controller. With upcoming changes, the logic needs to be modified which increased the complexity more. This change moves the logic to create a `License` when a license key is applied or a license file is uploaded to a dedicated service. This simplifies the controller specs and makes extending the logic easier and better maintainable.
-
- 8月 19, 2024
-
-
由 Daniele Rossetti 创作于
- Add support for accepting observability_trace_details params - Add TracingIssuesHelper to handle tracing related issues prefilling
-
由 Daniele Rossetti 创作于
- Add support for accepting observability_log_details params - Add Observability:ObservabilityIssuesHelper to handle parsing params - Refactor MetricsIssuesHelper to only handle metrics related issues prefilling - Add LogsIssuesHelper to handle logs related issues prefilling - Add specs
-
由 Dylan Griffith 创作于
This has been enabled for 2 months on GitLab.com without any issues. We can remove this feature flag now. Changelog: other
-
- 8月 17, 2024
-
-
由 John Skarbek 创作于
This reverts merge request !161619
-
由 Jay Montal 创作于
- Adds an end tutorial button to learn gitlab - Adds new `ended` column to onboarding_progress table Changelog: added EE: true
-