该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 14, 2021
-
-
由 Yannis Roussos 创作于
-
由 Shreyas Agarwal 创作于
-
由 Matija Čupić 创作于
The previous background migration left around 400.000 artifacts without an expiry date. This schedules the background migration again to backfill those entries as well.
-
- 4月 13, 2021
-
-
由 Andreas Brandl 创作于
The column `total_tuple_count` has only been introduced after the migration helper had been used for the first time. That is, there is a preceding migration using the helper. This migration and its schema version does not know about the later column addition and hence the code path fails. We check if the attribute exists here, so we can safely work with it. This is only needed in code paths that are already being used in existing migrations. See https://gitlab.com/gitlab-org/gitlab/-/issues/327447
-
由 Jason Goodman 创作于
-
由 John Hope 创作于
-
- 4月 12, 2021
-
-
由 Reuben Pereira 创作于
The previous background migration missed 10 jobs, so this time we will be tracking the jobs by passing in the track_jobs: true parameter.
-
由 Dmitriy Zaporozhets 创作于
-
由 Andreas Brandl 创作于
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/327481
-
由 David Kim 创作于
-
- 4月 09, 2021
-
-
由 Arturo Herrero 创作于
-
由 Shinya Maeda 创作于
This commit optimizes the query for seraching cherry picked merge requests through `notes` table.
-
由 Matthias Käppler 创作于
This reverts merge request !57520
-
由 Emily Ring 创作于
-
- 4月 08, 2021
-
-
由 Andreas Brandl 创作于
-
由 Drew Blessing 创作于
Creates the cascading namespace concern, and defines the delayed_project_removal attribute as the first cascading attribute.
-
- 4月 07, 2021
-
-
由 Aleksei Lipniagov 创作于
-
由 Alex Pooley 创作于
-
由 rossfuhrman 创作于
-
- 4月 06, 2021
-
-
由 Etienne Baqué 创作于
-
- 4月 02, 2021
-
-
由 Philip Cunningham 创作于
- Add habtm relationship between Dast::Profile and Ci::Pipeline - Amend services to rely on Dast::Profile and create association - Add EE Contextable override to retrieve Dast::Profile variables - Extract shared example
-
由 Shubham Kumar 创作于
Fixes auto correct rubocop offenses
-
由 Alex Pooley 创作于
-
- 4月 01, 2021
-
-
由 Felipe Artur 创作于
Database optimizations to support epics filtering by award emoji.
-
由 Małgorzata Ksionek 创作于
Refactor naming into more readable Add new database column Add specs and model method Add specs for group saml session enforcer class WIP on git access specs Refactor git access specs Add specs to git access Add new setting to view and form Add new setting to controller Add changelog entry Add translations file Refactor git access class Add method to find group Fix container method Add cr remarks Simplify spec example Change copy in saml sso form Add documentation regarding checking sso session on git activity Add cr remarks Reorganize code to make sso check more effective Add remarks to git check migration Add remarks about enforcing sso on Git activity docs Move check_additional_conditions method
-
由 Aishwarya Subramanian 创作于
Sends notification to users when their SSH key has expired. Cron job runs daily at 2 am UTC.
-
由 Mehmet Emin INAC 创作于
-
- 3月 31, 2021
-
-
由 Andreas Brandl 创作于
This is the last step of the partitioning operation. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/296644
-
由 Shinya Maeda 创作于
This commit optimizes the database query for last deployment by introducing a new database index.
-
由 Maxime Orefice 创作于
This commit adds all the necessary database changes required to replicate pipeline artifacts with geo.
-
由 Yannis Roussos 创作于
- Add new temporary column id_convert_to_bigint to events table - Add triggers to keep events.id_convert_to_bigint in sync with events.id - Create batched background migration with job CopyColumnUsingBackgroundMigrationJob to backfill events.id_convert_to_bigint - Add new tenmporary column event_id_convert_to_bigint to push_event_payloads table - Add triggers to keep push_event_payloads.event_id_convert_to_bigint in sync with push_event_payloads.event_id - Create batched background migration with job CopyColumnUsingBackgroundMigrationJob jobs to backfill push_event_payloads.event_id_convert_to_bigint
-
由 Jonathan Schafer 创作于
New table `vulnerability_finding_evidences`
-
由 Rubén Dávila 创作于
This column will be used to distinguish cloud licenses from legacy/offline licenses.
-
- 3月 30, 2021
-
-
由 Arturo Herrero 创作于
This foreign key constraint prevents creating inconsistent records.
-
由 Mike Kozono 创作于
of the projects deployments API endpoint.
-
由 Marc Shaw 创作于
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/57691 Issue: gitlab.com/gitlab-org/gitlab/-/issues/218410#note_535143110
-
由 Mike Kozono 创作于
Leveraging the work done for Package File Verification. Most of the changes are to the database schemas, and to specs. Verification is behind the feature flag "geo_snippet_repository_verification".
-
由 Markus Koller 创作于
Add a new setting to the Jira integration to attempt an "automatic" transition of Jira issues, by checking the available workflow transitions on the issue and using the first one with a status category of "Done". Automatic transitions are enabled by setting the new DB column `jira_issue_transition_automatic` to true, which takes precedence over the existing `jira_issue_transition_id` column. To make this behaviour opt-in, we also introduce an explicit checkbox to enable issue transitions. The state of this checkbox is handled entirely on the frontend, based on the values in `jira_issue_transition_id` and `jira_issue_transition_automatic`.
-
- 3月 29, 2021
-
-
由 Qingyu Zhao 创作于
-