An error occurred fetching the project authors.
- 24 Nov, 2020 1 commit
-
-
Dallas Reedy authored
Adds a new converted_at column to the experiment_users table as well as a couple of convenience methods for making it easy to record experiment conversion moments.
-
- 23 Nov, 2020 4 commits
-
-
Aishwarya Subramanian authored
Adds migration and model files for user permission uploads.
-
Vitali Tatarintev authored
-
Adam Hegyi authored
This commit improves the label lookup queries when the `optimized_issuable_label_filter` feature flag is enabled.
-
Krasimir Angelov authored
in `db/structure.sql. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/47193#note_452329021.
-
- 20 Nov, 2020 3 commits
-
-
pbair authored
Add a new migration to create the secondary indexes on the partitioned audit_events copy. This uses the partitioning migration helpers to create an index on each partition before creating the index on the base table.
-
Sean Arnold authored
Workhorse version bump to v8.55.0 to support direct_upload on the new API endpoint
-
Alper Akgun authored
-
- 19 Nov, 2020 5 commits
-
-
Tiger authored
-
Mehmet Emin INAC authored
-
Michael Eddington authored
-
Nicolas Dular authored
This table will be used to record any actions associated with a namespace when an action happened for the first time. Actions could be the first MR that got pushed, the first issue that got created or the first time a trial started.
-
Shinya Maeda authored
This commit introduces the auto rollback facility.
-
- 18 Nov, 2020 4 commits
-
-
Mehmet Emin INAC authored
- Add the Vulnerability::Remediation model to store remediation data in a structured way - Add the pivot model Vulnerability::FindingRemediation to establish many to many relationship between finding and remediation entities - Add database migrations to create remediation related tables
-
Sean Carroll authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/282441 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/47638
-
Mike Kozono authored
This will help to ensure we encapsulate verification state in the model (or later, in the registry, when we implement verification on secondaries). The verification_started_at field will make it much easier to properly manage concurrent verification jobs.
-
Mark Chao authored
-
- 17 Nov, 2020 1 commit
-
-
Sarah Yasonik authored
-
- 16 Nov, 2020 4 commits
-
-
Saikat Sarkar authored
-
Steve Abrams authored
Create a new relationship between package_files and pipelines named package_file_build_infos. Change existing packages_build_infos relationship from 1:1 to 1:many, removing the unique index.
-
Alex Ives authored
- Remove indexes on the replication verification columns - Removed constraint for verification failure text - Removed columns that were ignored in 13.5 Relates to https://gitlab.com/gitlab-org/gitlab/issues/258262
-
Serena Fang authored
Rebase with master Add changelog entry Change column default from false to true Add stub require admin approval false Stub setting before all Test new context Not ready for review just saving Remove extra spaces Stub application setting in the right place Add new spec for admin approval true Add specs for require admin approval true Not quite ready for review, will rearrange tests Stub application setting Change some specs Reword some spcs Remove extra new user signups cap Rerun db migrate Change settings spec Use with lock retries Remove extra new line Rearrange db structure Readd deleted migration Remove with lock retries
-
- 14 Nov, 2020 1 commit
-
-
Mario de la Ossa authored
Up to now we have not been taking uploads into consideration for computing total storage usage for repositories. This changes that.
-
- 13 Nov, 2020 2 commits
-
-
Małgorzata Ksionek authored
-
Alan (Maciej) Paruszewski authored
This change adds new fields vulnerabilities_enabled and vulnerabilities_issuetype to JiraTrackerData to allow user to configure Jira for vulnerabilities.
-
- 12 Nov, 2020 5 commits
-
-
Małgorzata Ksionek authored
-
Vijay Hawoldar authored
In order to support CloudLicense syncing, an authentication token will be stored in ApplicationSettings. This commit adds the column to support that, `cloud_license_auth_token`
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/280826
-
Alexandru Croitor authored
Fix uniqueness constraint on epics iid, group_id, to avoid duplicate iids per group.
-
Emily Ring authored
Add migration to add field to AWS Role. Update AuthorizeRoleService and FetchCredentialsService to use new region field.
-
- 11 Nov, 2020 7 commits
-
-
Doug Stull authored
- for large instances this times out, so we'll add the counter to the cron.
-
Kassio Borges authored
This model is responsible for keeping track of the requests/pagination happening during a Group Migration (BulkImport).
-
Patrick Bajao authored
Adds background migration that will create records corresponding records in `merge_request_cleanup_schedules` for merge requests that are closed/merged. These records will be later on queried by a cron worker so they merge request refs of those MRs will be cleaned up accordingly.
-
Andy Soiron authored
When a new namespace is subscribed to Jira Connect it creates jobs to sync the most recent MRs that reference a Jira issue.
-
Pavel Shutsin authored
Improves DB query performance
-
Adam Hegyi authored
Add `id` to the index to support the tie breaker ordering.
-
Magdalena Frankiewicz authored
To improve the sort performance
-
- 10 Nov, 2020 3 commits
-
-
Alex Kalderimis authored
This adds a new column to design_management_designs, an internal ID scoped to project. The column is null by default for now, and a background migration runs to update all designs in batches by project.
-
Andreas Brandl authored
This adds boolean columns to indicate an index is partial or an expression index.
-
Patrick Bajao authored
This table has the `scheduled_at` and `completed_at` columns which will be populated when a MR is scheduled to be cleaned up and when the clean up is done.
-