该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 1月 31, 2020
-
-
由 Matthias Fechner 创作于
Regarding https://about.gitlab.com/releases/2020/01/30/security-release-gitlab-12-7-4-released/ rack-cors should be updated to 1.0.6, but dependency in `Gemfile` was not updated as it should. Could you apply this security related patch, please?
-
由 Bob Van Landuyt 创作于
Merge branch '197292-support-require_password_to_approve-in-post-projects-id-approvals-api-endpoint' into 'master' Support require_password_to_approve in POST /projects/:id/approvals API endpoint Closes #197292 See merge request gitlab-org/gitlab!24016
-
由 Nick Thomas 创作于
Fix applying suggestion with empty custom message See merge request gitlab-org/gitlab!24144
-
由 Natalia Tepluhina 创作于
Update environments dropdown header See merge request gitlab-org/gitlab!24096
-
由 Peter Leitzen 创作于
Add retry mechanism to after import Closes #198503 See merge request gitlab-org/gitlab!23846
-
由 Natalia Tepluhina 创作于
Display Feature Flag Internal Ids See merge request gitlab-org/gitlab!23914
-
由 Jason Goodman 创作于
Return feature flag internal id from backend Remove featureFlagIid feature flag
-
由 Peter Leitzen 创作于
Fix for #198353, copied and pasted markdown video/audio snippets not playable Closes #198353 See merge request gitlab-org/gitlab!23918
-
由 Jesse Hall 创作于
-
由 Kamil Trzciński 创作于
Fix new MR UI not rendering commit info See merge request gitlab-org/gitlab!24140
-
由 Igor Drozdov 创作于
When the custom suggestion message is cleared, it's stored as an empty string in db. In this case we still need to apply default commit message
-
由 Kushal Pandya 创作于
Use time ranges in date picker (utils) See merge request gitlab-org/gitlab!23765
-
由 nmilojevic1 创作于
-
由 nmilojevic1 创作于
- Replace expect with allow
-
由 nmilojevic1 创作于
- use import_failure_service - add missing specs
-
由 Grzegorz Bizon 创作于
Fix typo on serializer README.md See merge request gitlab-org/gitlab!24105
-
由 Maxime Orefice 创作于
-
由 Thong Kuah 创作于
Fix broken spec in help_controller_spec.rb Closes #199976 See merge request gitlab-org/gitlab!24139
-
由 Thong Kuah 创作于
Allow scheduling jobs in batch with contexts See merge request gitlab-org/gitlab!23519
-
由 Bob Van Landuyt 创作于
This adds helper methods for the `bulk_perform_in` and `bulk_perform_async` methods that allow specifying a context per job. Scheduling jobs with contexts that need to be different based on the arguments passed can be done by passing in an array of objects, and defining how to build arguments and contexts for those objects. For example: ProjectImportScheduleWorker.bulk_perform_async_with_contexts( projects, arguments_proc: -> (project) { project.id }, context_proc: -> (project) { { project: project } } ) This will schedule `ProjectImportScheduleWorker` jobs called with the project.id. And will create contexts using the project. The developers need to make sure that the required resources for building a context are loaded: The route and the namespace of a project. The batch context will be stored on the worker class when scheduling the job, so the sidekiq middleware can fetch the right context based on those arguments and apply them to the job when scheduling it. This also implements this method for the `UpdateAllMirrorsWorker` which schedules `ProjectImportScheduleWorker` in batch. When adding this, the `ProjectImportScheduleWorker`-jobs will have a context.
-
由 Heinrich Lee Yu 创作于
Fix spec so that it does not depend on spec order See merge request gitlab-org/gitlab!23949
-
由 Miguel Rincon 创作于
- Date time range utils to support basic time range operations - Monitoring utils to support time ranges in the url of dashboards
-
由 Heinrich Lee Yu 创作于
-
由 Albert Salim 创作于
This is to prevent specs from failing due to changes in docs
-
由 Thong Kuah 创作于
Add nuget package files to packages seed file See merge request gitlab-org/gitlab!23975
-
由 Stan Hu 创作于
Exclude ar_internal_metadata from DB cleaner See merge request gitlab-org/gitlab!24093
-
由 Kushal Pandya 创作于
Fix(MVC) Assignee(s) avatar dissapear when opening issue sidebar in board See merge request gitlab-org/gitlab!23830
-
由 David O'Regan 创作于
-
由 Stan Hu 创作于
The master branch started failing because e355afb4 deleted `doc/user/project/img/labels_key_value_v12_1.png`. To make the build pass, use another image for now. Closes https://gitlab.com/gitlab-org/gitlab/issues/199976
-
由 Marcel Amirault 创作于
Improve project import/export content See merge request gitlab-org/gitlab!24130
-
由 Evan Read 创作于
-
由 Michael Kozono 创作于
Replace Net::HTTP with Gitlab::HTTP in rake gitlab:geo:check Closes #36878 See merge request gitlab-org/gitlab!23741
-
由 Rajendra Kadam 创作于
-
由 Evan Read 创作于
Fix GraphQL deprecation reasons See merge request gitlab-org/gitlab!24131
-
由 Evan Read 创作于
Fix paragraphing in GraphQL API docs See merge request gitlab-org/gitlab!24129
-
由 Russell Dickenson 创作于
Revamp labels documentation See merge request gitlab-org/gitlab!24095
-
由 Marcel Amirault 创作于
Simplify structure, text, eliminate screenshots that are no longer needed, add crosslinks, etc.
-
由 Luke Duncalfe 创作于
-
由 Marcel Amirault 创作于
Enhance notification email documentation Closes #37738 See merge request gitlab-org/gitlab!24121
-
由 Russell Dickenson 创作于
-