该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 03, 2020
-
-
由 Marcel Amirault 创作于
Move note about auto stop limitations out of example See merge request gitlab-org/gitlab!35934
-
由 Ben Bodenmiller 创作于
-
由 Marcel Amirault 创作于
Fix configuring dynamic environments sections See merge request gitlab-org/gitlab!35923
-
由 Ben Bodenmiller 创作于
-
由 Marcel Amirault 创作于
Provide more realistic environment:action example See merge request gitlab-org/gitlab!35935
-
由 Marcel Amirault 创作于
Correct when delete environments through the UI added See merge request gitlab-org/gitlab!35933
-
由 Ben Bodenmiller 创作于
-
由 Dylan Griffith 创作于
Fix error 500s creating new projects due to empty weights Closes #225203 See merge request gitlab-org/gitlab!35829
-
由 Tiger Watson 创作于
Change the project_id index to be unique on vulnerability_statistics See merge request gitlab-org/gitlab!35861
-
由 Tiger Watson 创作于
Fix existing repository_storages_weighted migrations Closes #225588 See merge request gitlab-org/gitlab!35814
-
由 Ben Bodenmiller 创作于
-
由 Stan Hu 创作于
GitLab 13.1.0 added the `application_settings.repository_storages_weighted` column, but it was possible that the value was not seeded properly due to a stale schema cache due to the use of ActiveRecord inside the migrations. Admins that upgraded might see 500 errors when creating projects. To ensure that the data is seeded properly, we surgically add a migration that seeds the data only if it is not present. The schema version was intentionally used to avoid backporting conflicts and to ensure any background migrations will have the correct data when they run. The changes were largely taken from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35814. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/225203
-
由 Evan Read 创作于
Fix file permissions See merge request gitlab-org/gitlab!35880
-
由 Stan Hu 创作于
Resolve "Need a way to ensure all newly created paid groups are indexed" See merge request gitlab-org/gitlab!35172
-
由 Terri Chu 创作于
Create a new ElasticsearchIndexedNamespace object when GitlabSubscription objects are created/updated to paid, hosted plans. Trials are not included but will be indexed if updated to a non-trial paid plan.
-
由 Evan Read 创作于
Fix note formatting See merge request gitlab-org/gitlab!35918
-
由 Evan Read 创作于
Clarify Gitaly mixed configuration details See merge request gitlab-org/gitlab!35717
-
由 Ben Bodenmiller 创作于
-
由 Thong Kuah 创作于
Edit ordering_table_columns.md, move important info first See merge request gitlab-org/gitlab!35811
-
由 Thong Kuah 创作于
-
由 Thong Kuah 创作于
-
Merge branch 'mwaw/208224-move-cluster-health-feature-into-gitlab-core-BE-prometheus-proxy' into 'master' Extract Metrics Prometheus API proxy logic into shared module See merge request gitlab-org/gitlab!35606
-
由 Amy Qualls 创作于
Documentation: Add note about executor for managed cluster apps See merge request gitlab-org/gitlab!35906
-
由 Phil Zona 创作于
-
由 Ben Bodenmiller 创作于
-
由 James Fargher 创作于
Remove users.ghost ignore statement Closes #219004 See merge request gitlab-org/gitlab!35621
-
由 Mayra Cabrera 创作于
Stop writing to update_at on audit_events See merge request gitlab-org/gitlab!35697
-
由 Mayra Cabrera 创作于
Update Auto DevOps auto-build-image to v0.3.0 See merge request gitlab-org/gitlab!35662
-
由 Hordur Freyr Yngvason 创作于
Adds the ability to override the default Dockerfile path via the DOCKERFILE_PATH CI variable. - Upstream change: https://gitlab.com/gitlab-org/cluster-integration/auto-build-image/-/merge_requests/47 - Feature request: https://gitlab.com/gitlab-org/gitlab/-/issues/212211
-
由 Mayra Cabrera 创作于
Don't error on wrong MR IID in changelog for cherry pick MRs See merge request gitlab-org/gitlab!35252
-
由 Craig Norris 创作于
Docs: tone and style edits See merge request gitlab-org/gitlab!35809
-
由 Amy Qualls 创作于
Touching up the pages to bring them closer to GitLab standards.
-
由 John Cai 创作于
For instances that upgraded to GitLab 13.1.x, it's likely that the `application_settings.repository_storages_weighted` column did not properly update. This happened because the schema for `ApplicationSetting` may have been cached, so the newly-added column wasn't visible to the model. To ensure the column always has the right data, we make the pre-deployment migration fill in the right data and flush the cache. This essentially does the same thing as the post-deployment migration, but it ensures that the application can properly run before post-deployment migrations have completed. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/225588
-
由 Mayra Cabrera 创作于
Revert "Merge branch 'add-bin-feature-flag' into 'introduce-feature-flag-definition'" See merge request gitlab-org/gitlab!35910
-
由 Mike Jang 创作于
Specify "immediate parent group" as appropriate Closes gitlab-org/manage/general-discussion#15798 See merge request gitlab-org/gitlab!35461
-
由 Mike Jang 创作于
-
由 Kamil Trzciński 创作于
This reverts merge request !35540
-
Update ListService to use Alert Management Alerts for last_firing_events See merge request gitlab-org/gitlab!35482
-
由 Phil Zona 创作于