An error occurred fetching the project authors.
- 02 Dec, 2020 5 commits
-
-
Harrison Brock authored
-
Mehmet Emin INAC authored
-
Alper Akgun authored
Use text field to capture further details of Other role type during sign up
-
Jan Provaznik authored
This is similar to issue board labels.
-
Steve Abrams authored
Create dependency_proxy_manifests Add group associations and fixtures
-
- 01 Dec, 2020 3 commits
-
-
Mehmet Emin INAC authored
-
Andreas Brandl authored
This adds the table name to the postgres_indexes view.
-
Adam Hegyi authored
- Expose the latest snapshot for segments - Move all segment specific code to EE - Use array for the groups association
-
- 30 Nov, 2020 3 commits
-
-
Andy Soiron authored
Some services create web_hooks but when deleted, they don't cascade delete the web_hooks. So far this hasn't been a problem because there is no UI for deleting services. However we might add this functionality soon and need to make sure all dependent data is deleted too.
-
Alan (Maciej) Paruszewski authored
This change adds new model to database to store external links for vulnerabilities (ie. information about created issues in Jira).
-
George Koltsov authored
- Create new db table `bulk_import_failures` to capture any import failrues during Group Import execution - Add pipeline DSL to abort pipeline on failure - Adjust runner to abort execution if pipeline is marked
-
- 27 Nov, 2020 4 commits
-
-
-
Adrien Kohlbecker authored
This reverts commit 102f1c8e97fdcd8dbca61b754219e83d33398482.
-
Francisco Javier López authored
In this commit we add the BE logic for the new setting 'Operations' withint the project settings.
-
Andy Soiron authored
-
- 26 Nov, 2020 1 commit
-
-
Max Woolf authored
As part of the process of adding custom compliance frameworks, this commit adds a new database column to determine if the framework is regulated by law. We're not currently using this column but it will be definable and editable once https://gitlab.com/gitlab-org/gitlab/-/issues/255340 is complete.
-
- 25 Nov, 2020 2 commits
-
-
James Fargher authored
-
Guillaume Grossetie authored
-
- 24 Nov, 2020 4 commits
-
-
Mike Kozono authored
These indexes were originally added because it was assumed that verification backfill queries would be the same for the new Geo Self-Service Framework as they were for legacy project/wiki verification. But we have added a state machine and are using a different approach for the framework, so the queries are different, and will not use these indexes.
-
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.
-
Roger Meier authored
-
Jan Beckmann authored
-
- 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 1 commit
-
-
Saikat Sarkar authored
-