该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 06, 2022
-
-
由 Matthias Kaeppler 创作于
We need to know to what extent the Ruby heap is fragmented since this can lead to higher and sustained memory use in production. We add this metric to the existing RubySampler. Changelog: added
-
由 Enrique Alcántara 创作于
Add title field and format dropdown in the same row in Wiki editing form See merge request gitlab-org/gitlab!91413
-
由 Alexandru Croitor 创作于
Remove the final usage of mr_default_description_from_repo See merge request gitlab-org/gitlab!91786
-
由 Savas Vedova 创作于
Sec-dashboard: remove vulnerable-projects vuex module See merge request gitlab-org/gitlab!88615
-
由 Suzanne Selhorn 创作于
Delete unlinked images See merge request gitlab-org/gitlab!91857
-
由 Allison Browne 创作于
Add optional junit report generation See merge request gitlab-org/gitlab!91618
-
由 Doug Stull 创作于
Migrates not owned Growth feature flags to acquisition See merge request gitlab-org/gitlab!91541
-
由 Phil Calder 创作于
-
由 Rémy Coutable 创作于
Add a way to use ~"pipeline:run-in-ruby3" to run Ruby 3 See merge request gitlab-org/gitlab!91704
-
由 Bob Van Landuyt 创作于
Add Sentry processor to sanitize sensitive data See merge request gitlab-org/gitlab!90901
-
由 Surbhi Sharma 创作于
Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/91413
-
由 Bob Van Landuyt 创作于
Fix: notify locale on closed merge request email See merge request gitlab-org/gitlab!91666
-
由 Bob Van Landuyt 创作于
Fix approval visible groups detection See merge request gitlab-org/gitlab!91598
-
由 Alessio Caiazza 创作于
workhorse: Update module github.com/smartystreets/goconvey to v1.7.2 See merge request gitlab-org/gitlab!91235
-
由 Vasilii Iakliushin 创作于
Refactor backend logic for storage limit notification See merge request gitlab-org/gitlab!88912
-
由 Sheldon Led 创作于
This will make the code more readable for when dealing with this notification
-
由 Denys Mishunov 创作于
Add Civo to the create cluster page See merge request gitlab-org/gitlab!91526
-
由 Kati Paizee 创作于
Update docs on how to configure an external `sidekiq` instance See merge request gitlab-org/gitlab!90502
-
由 Silvester Wainaina 创作于
-
由 Vitali Tatarintev 创作于
Fix paginator issue in different timezone See merge request gitlab-org/gitlab!91730
-
由 Jacques Erasmus 创作于
Delete UI code related to viewing pod logs See merge request gitlab-org/gitlab!91034
-
由 Rémy Coutable 创作于
Update specified Yarn version to latest 1.22.x version See merge request gitlab-org/gitlab!91845
-
由 Lin Jen-Shin 创作于
Only run source gitpod log file if it exists See merge request gitlab-org/gitlab!91721
-
-
由 Alexandru Croitor 创作于
Fix ArgumentError when Warning.process is used again See merge request gitlab-org/gitlab!91789
-
由 Grzegorz Bizon 创作于
Instrument merge request reports artifacts size See merge request gitlab-org/gitlab!90969
-
由 Michael Kozono 创作于
Allow PipelineTestReportBuilder to handle missing test reports See merge request gitlab-org/gitlab!91770
-
由 Brian Williams 创作于
-
由 Vitaly Slobodin 创作于
Adds package group settings side-by-side layout See merge request gitlab-org/gitlab!90822
-
Changelog: changed
-
由 Robert Hunt 创作于
Update sub-header wording on policy editor See merge request gitlab-org/gitlab!91832
-
由 Alessio Caiazza 创作于
workhorse: Update module github.com/mitchellh/copystructure to v1.2.0 See merge request gitlab-org/gitlab!91234
-
由 Max Woolf 创作于
Merge branch 'dreedy-use-user-application-theme-helper-instead-of-hard-coded-theme-classes' into 'master' Use user_application_theme helper instead of hard-coded theme classes See merge request gitlab-org/gitlab!61197
-
由 Peter Leitzen 创作于
Add Rubocop to discourage catching `QueryCanceled` or `StatementTimeout` exceptions See merge request gitlab-org/gitlab!91517
-
由 毛超 创作于
When we generate cursor info, we should not use below format field_value.strftime('%Y-%m-%d %H:%M:%S.%N %Z') JiHu GitLab set Rails Time.zone = 'Asia/Shanghai', which will generate '2022-07-05 11:17:50.948163000 CST', CST means 'China Standard Time', however when rails try to use this time to build sql, it need convert time to UTC format, which consider 'CST' as 'Central Standard Time', then sql will query data with wrong time. We should use 'field_value.to_s(:inspect)', same as field_value.strftime('%Y-%m-%d %H:%M:%S.%N %z'), "%z" instead of "%Z", wihch generate below format "2022-07-05 16:45:02.933753000 +0800" the specific timezone info will make converting UTC time in sql correctly. Changelog: fixed EE: true
-
Update Gitaly version See merge request gitlab-org/gitlab!91854
-
由 Albert Salim 创作于
Handle errors fetching GitLab Runner releases See merge request gitlab-org/gitlab!91580
-
由 Pedro Pombeiro 创作于
Changelog: fixed EE: true
-
-