该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 6月 13, 2022
-
-
由 Achilleas Pipinellis 创作于
Update Minimum PostgreSQL version See merge request gitlab-org/gitlab!89881
-
由 David Fernandez 创作于
Remove MD5 support in Maven packages See merge request gitlab-org/gitlab!87177
-
由 Mark Chao 创作于
Update specs for integrations API to check all modifiable fields See merge request gitlab-org/gitlab!89452
-
由 Markus Koller 创作于
Previously only the event booleans were verified, but not any other attributes that were sent in the PUT request. This is a step towards fixing inconsistencies in the Integrations API, some attributes are currently not supported and skipped in the specs. This change also exposed a bug in the getters defined by `data_field`, where we'd incorrectly fallback to `properties` for falsy values. This should only be done for explicit `nil` values. Changelog: changed
-
由 Achilleas Pipinellis 创作于
Clarify md5_auth_* usage for Geo primary site See merge request gitlab-org/gitlab!89946
-
由 Miguel Rincon 创作于
Merge branch '363990-migrate-ee-app-views-admin-application_settings-to-pajamas-buttoncomponent' into 'master' Updated buttons in the EE admin settings See merge request gitlab-org/gitlab!89835
-
由 Vitaly Slobodin 创作于
Restore md spinner in MR status widget See merge request gitlab-org/gitlab!89623
-
由 Jacques Erasmus 创作于
Migrate chevrons in breadcrumbs See merge request gitlab-org/gitlab!89688
-
由 Phil Hughes 创作于
Replace `createFlash` for `createAlert` See merge request gitlab-org/gitlab!89848
-
由 Bob Van Landuyt 创作于
Update translation levels - June 2022 See merge request gitlab-org/gitlab!89845
-
由 Bob Van Landuyt 创作于
New Crowdin updates - 10 June 2022 See merge request gitlab-org/gitlab!89839
-
由 GitLab Crowdin Bot 创作于
[skip ci]
-
由 Kati Paizee 创作于
Correct release hook payload example See merge request gitlab-org/gitlab!89655
-
由 Martin Wortschack 创作于
Update user documentation of Project Migration status See merge request gitlab-org/gitlab!89562
-
由 Carla Drago 创作于
We have been gradually implementing the Project Migration feature but have not documented any of these changes. While the feature is only available on self-managed GitLab, and disabled by default, it is nevertheless useful to document the changes. Changelog: added
-
由 Adam Hegyi 创作于
Move IrkerWorker into Integrations:: namespace and rename queue See merge request gitlab-org/gitlab!88579
-
由 Savas Vedova 创作于
Migrate button on subscribable banner See merge request gitlab-org/gitlab!89770
-
由 Diana Zubova 创作于
-
由 Shinya Maeda 创作于
Project Deploy Keys API for User See merge request gitlab-org/gitlab!88917
-
由 Matthias Käppler 创作于
Remove require_auth_for_graphql_user_resolver feature flag See merge request gitlab-org/gitlab!89764
-
由 Natalia Tepluhina 创作于
Resolve "Rename "input.vue" to "input_wrapper.vue"" See merge request gitlab-org/gitlab!89254
-
由 Achilleas Pipinellis 创作于
Add more details about runners during upgrade process See merge request gitlab-org/gitlab!86420
-
由 Ben Bodenmiller 创作于
-
由 Mark Chao 创作于
Convert SubscriptionHistory create to an allowlist See merge request gitlab-org/gitlab!89370
-
由 Kushal Pandya 创作于
Fix widget extension container not having bottom border See merge request gitlab-org/gitlab!89755
-
由 Kushal Pandya 创作于
Fix alignment of action button icons in mini pipelines. See merge request gitlab-org/gitlab!89948
-
由 Kushal Pandya 创作于
Migrate icons from angle to chevron See merge request gitlab-org/gitlab!89829
-
由 Markus Koller 创作于
For backwards-compatibility we're keeping the old worker and queue around for another release. Also clean up all Rubocop offenses in the worker, model, and specs. Changelog: changed
-
由 Kushal Pandya 创作于
Migrates the button to add on call schedule See merge request gitlab-org/gitlab!89970
-
由 Russell Dickenson 创作于
Bump Auto Deploy Image to v2.30.0 See merge request gitlab-org/gitlab!89208
-
由 Josianne Hyson 创作于
Previously, the attributes stored to the GitlabSubscriptionHistory table were selected using a denylist. This caused issues with attributes being added to this list and then going through the canary stage for deployment. Using the denylist approach, we tried to fetch the attributes from the database directly and then save those to the history table. This meant that the new attribute (which was deployed to main and canary at the same time) would attempt to be stored to the history table as the denylist was only deployed to canary. This caused errors updating subscriptions in the main stage. EE: true MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/89370 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/360628
-
由 Russell Dickenson 创作于
Add documentation for CWE 209.1 See merge request gitlab-org/gitlab!89674
-
由 Aditya Tiwari 创作于
As a part of 331072 add documentation for CWE 209.1 Changelog: added
-
由 Russell Dickenson 创作于
Document how to skip tag pipelines when creating a release See merge request gitlab-org/gitlab!89487
-
由 Ahmed Hemdan 创作于
-
由 Evan Read 创作于
Document Application Settings caching behavior in REST API See merge request gitlab-org/gitlab!89943
-
由 Timo Furrer 创作于
This change set adds some behavioral documentation for the Application Settings API w.r.t to caching. See https://gitlab.com/gitlab-org/gitlab/-/issues/365055 for why it's useful to document this in the API. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/364812
-
由 Pavel Shutsin 创作于
Use ButtonComponent on expand-collapse button for admin push rules See merge request gitlab-org/gitlab!89735
-
由 Krasimir Angelov 创作于
Add Slack app installations to Service Ping See merge request gitlab-org/gitlab!89130
-
由 Markus Koller 创作于
Track the number of Slack app installations, as well as the number of installations that have upgraded to the new "GBP" version. Based on these two metrics we can calculate the progress of the update rollout. Changelog: changed EE: true
-