An error occurred fetching the project authors.
- 06 May, 2021 5 commits
-
-
Sean Arnold authored
- Remove unused index
-
Sean Arnold authored
- Add tables and models - Add model specs Changelog: added
-
Alex Pooley authored
-
Alex Kalderimis authored
This adds three new columns on web-hooks: The two columns are - recent_failures: a counter of recent 4xx level failures - backoff_count: a counter of times we have backed-off - disabled_until: a timestamp for when we can next use the hook One new index is added, to aid finding enabled web-hooks, on `(project_id, recent_failures)`, which is used when selecting active project hooks.
-
Terri Chu authored
-
- 05 May, 2021 4 commits
-
-
Kassio Borges authored
Created "/projects/remote-import" API endpoint to import project export from external object storage. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59033
-
Pedro Pombeiro authored
-
Aakriti Gupta authored
- Add verification through self-service framework for Terraform States, using terraform_state_versions table - Add related metrics to API and Prometheus - Update metrics doc Changelog: changed
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/327142 Changelog: performance
-
- 04 May, 2021 8 commits
-
-
Andreas Brandl authored
Changelog: performance
-
Arturo Herrero authored
In 13.11, we added a NOT VALID foreign key constraint to the column to ensure GitLab doesn’t create inconsistent records https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57735. We also added a data migration, to fix or clean up existing records https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57863 We can now validate the foreign key.
-
Alexandru Croitor authored
-
Aishwarya Subramanian authored
-
Qingyu Zhao authored
-
Mathieu Parent authored
Item 2.1 of https://gitlab.com/gitlab-org/gitlab/-/issues/18997#note_530270349
-
Mathieu Parent authored
Item 1.2 of https://gitlab.com/gitlab-org/gitlab/-/issues/18997#note_530270349
-
Shinya Maeda authored
This commit optimizes some queries on Deployment API that related to updated_at filter.
-
- 30 Apr, 2021 2 commits
-
-
Jayson Salazar authored
-
Terri Chu authored
-
- 29 Apr, 2021 2 commits
-
-
George Koltsov authored
- Add new set of export models to allow group relations partial exports. Each exported relation is going to be stored as a separate upload, instead of one big archive file. Changelog: added
-
Heinrich Lee Yu authored
-
- 28 Apr, 2021 3 commits
-
-
Mario Celi authored
- Add columns in DB - Update iteration cadence create/update mutation Changelog: added
-
Krasimir Angelov authored
See https://gitlab.com/gitlab-org/gitlab/-/issues/328442. Changelog: other
-
Alan (Maciej) Paruszewski authored
This change adds new model to store and manage scheduled security scans defined in Security Policies. Changelog: added
-
- 27 Apr, 2021 5 commits
-
-
Arturo Herrero authored
We no longer need the Jira proxy settings columns in jira_tracker_data table as we are using the proxy settings via environment variables. https://docs.gitlab.com/omnibus/settings/environment-variables.html#setting-custom-environment-variables. This reverts https://gitlab.com/gitlab-org/gitlab/-/merge_requests/52119. We previously ignored the columns during 13.11 with https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57260.
-
Andreas Brandl authored
-
Jonas Wälter authored
-
-
Andreas Brandl authored
See https://gitlab.com/gitlab-org/gitlab/-/issues/325618 Changelog: other
-
- 26 Apr, 2021 4 commits
-
-
Lee Tickett authored
In order to improve performance when querying timelogs, we need to add a relationship between projects and timelogs Changelog: added
-
Toon Claes authored
This reverts merge request !60266
-
Matija Čupić authored
-
Arturo Herrero authored
In 13.11, we added a NOT VALID foreign key constraint to the column to ensure GitLab doesn’t create inconsistent records https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57735. We also added a data migration, to fix or clean up existing records https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57863 We can now validate the foreign key.
-
- 24 Apr, 2021 1 commit
-
-
Yannis Roussos authored
- Add a new migration to swap the partitioned web_hook_logs table with the original, non-partitioned table - Create Model for web_hook_logs_archived - Drop Model for web_hook_log_partitioned - Add the web_hook_log_archived_spec to validate that the swap works as expected and that the two tables are still in sync
-
- 23 Apr, 2021 4 commits
-
-
Krasimir Angelov authored
-
Jonathan Schafer authored
-
Pavel Shutsin authored
It will be used to track adoption of code owners feature Changelog: added
-
Andreas Brandl authored
-
- 22 Apr, 2021 2 commits
-
-
Patrick Bair authored
Make the number of seconds to sleep in a batched_background_migration be a configurable value. The pause_ms column is added to the database to store this information, and it is now passed through to each job.
-
Mario Celi authored
- Change issues/merge_requests sprint FK from delete cascade to nullify - Add mutation to GQL API - Add changelog entry for EE - Add specs
-