An error occurred fetching the project authors.
- 25 Jan, 2022 1 commit
-
-
Qingyu Zhao authored
In https://gitlab.com/gitlab-org/gitlab/-/issues/334132 it was identified that the `max_seats_used` of `GitlabSubscription` was not correctly resetting when a new term starts (e.g. subscription renewal) The wrong resetting logic was fixed by https://gitlab.com/gitlab-org/gitlab/-/issues/334132. This MR fix the existing wrong `max_seats_used` values in a background migration script. Changelog: fixed
-
- 24 Jan, 2022 3 commits
-
-
Douglas Barbosa Alexandre authored
Swaps FK for ci_variables.project_id to projects Changelog: changed
-
Kamil Trzciński authored
Swaps FK for ci_triggers.project_id to projects Changelog: changed
-
Phil Hughes authored
Fixes a race condition when draft notes exist on a line in a whitespace diff but would end up getting an incorrect `line_code` set. This is fixed by saving the `line_code` property into the database to better match what the notes table does. Changelog: fixed Closes https://gitlab.com/gitlab-org/gitlab/-/issues/340815
-
- 21 Jan, 2022 3 commits
-
-
Douglas Barbosa Alexandre authored
Swaps FK for vulnerability_statistics.latest_pipeline_id to ci_pipelines Changelog: changed
-
Maxime Orefice authored
This commit fixes cross database queries for the runner. We are leveraging disable_joins setting to make 2 SQL queries instead of 1 in order to prevent cross database query. Changelog: performance
-
Subashis authored
- Drop column - Add specs Changelog: removed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78665
-
- 20 Jan, 2022 7 commits
-
-
Tiger authored
This index has been replaced by index_cluster_agent_tokens_on_agent_id_status_last_used_at Changelog: other
-
Max Woolf authored
Streamed audit events now include a new HTTP header to allow event consumers to validate the event origin. Changelog: added
-
Douglas Barbosa Alexandre authored
Swaps FK for vulnerability_occurrence_pipelines.pipeline_id to ci_pipelines Changelog: changed
-
Douglas Barbosa Alexandre authored
Swaps FK for dast_profiles_pipelines.ci_pipeline_id to ci_pipelines Changelog: changed
-
Kyle Edwards authored
This field stores the runner's token expiration time. Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/30942
-
Kamil Trzciński authored
Swaps FK for merge_trains.pipeline_id to ci_pipelines Changelog: changed
-
Kamil Trzciński authored
Removes FK for ci_triggers to users Changelog: changed
-
- 19 Jan, 2022 7 commits
-
-
Kamil Trzciński authored
Swaps FK for merge_requests.head_pipeline_id to ci_pipelines Changelog: changed
-
Kamil Trzciński authored
Removes FK for ci_sources_pipelines to projects Changelog: changed
-
Steve Abrams authored
Adds application_settings and container_repositories columns needed to support the import of container_repositories into the registry metadatabase. Changelog: other
-
Thong Kuah authored
We already have ci_running_builds FK to ci_builds, and also an LFK from ci_running_builds to projects. Changelog: other
-
Kamil Trzciński authored
Removes FK for ci_pipeline_artifacts to projects Changelog: changed
-
Alex Buijs authored
This adds an experiment for requiring credit card validation before creating a new group when signing up. Changelog: added
-
Kyle Edwards authored
Add the new field so that runners can use it to determine their token expiration time. Changelog: added Issue: https://gitlab.com/gitlab-org/gitlab/-/issue/30942
-
- 18 Jan, 2022 4 commits
-
-
Adrián López Calvo authored
Initially only available to the Datadog integration and disabled with feature flag
-
Jonathan Schafer authored
The summary field in the Vulnerability Finding Evidenced is not used and can be removed. Changelog: changed
-
Douglas Barbosa Alexandre authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77908 we already added a ["loose foreign key"]( https://docs.gitlab.com/ee/development/database/loose_foreign_keys.html) to replace this foreign key. Now that this has been running fine in production we should be OK to remove the foreign key altogether. This was added in a post-deployment migration as we want to ensure that they have the correct code running with the loose foreign key in place before we remove the foreign key to ensure that there isn't any lost deletes. Changelog: other
-
Hugo Ortiz authored
- Add a cron job and a limited capacity worker to delete package files in a decoupled and async way, taking the Package Registry a step closer to a scalable package file deletion approach. - The cron job runs twice a day. It checks if there are any package files pending destruction, in which case it enqueues the limited capacity worker. - The limited capacity worker picks up and destroys package files that are pending destruction one by one until all have ben deleted. - Since the new jobs are very similar in functionality to the Dependency Proxy cleanup jobs, do some refactoring for reuse. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77212 Changelog: other
-
- 17 Jan, 2022 5 commits
-
-
Mehmet Emin INAC authored
This change also introduces the necessary database tables. Changelog: added EE: true
-
Douglas Barbosa Alexandre authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77908 we already added a ["loose foreign key"]( https://docs.gitlab.com/ee/development/database/loose_foreign_keys.html) to replace this foreign key. Now that this has been running fine in production we should be OK to remove the foreign key altogether. This was added in a post-deployment migration as we want to ensure that they have the correct code running with the loose foreign key in place before we remove the foreign key to ensure that there isn't any lost deletes. Changelog: other
-
Douglas Barbosa Alexandre authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77908 we already added a ["loose foreign key"]( https://docs.gitlab.com/ee/development/database/loose_foreign_keys.html) to replace this foreign key. Now that this has been running fine in production we should be OK to remove the foreign key altogether. This was added in a post-deployment migration as we want to ensure that they have the correct code running with the loose foreign key in place before we remove the foreign key to ensure that there isn't any lost deletes. Changelog: other
-
Douglas Barbosa Alexandre authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77908 we already added a ["loose foreign key"]( https://docs.gitlab.com/ee/development/database/loose_foreign_keys.html) to replace this foreign key. Now that this has been running fine in production we should be OK to remove the foreign key altogether. This was added in a post-deployment migration as we want to ensure that they have the correct code running with the loose foreign key in place before we remove the foreign key to ensure that there isn't any lost deletes. Changelog: other
-
dfrazao-gitlab authored
Add index_on_projects_path index back Changelog: fixed Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/349549
-
- 14 Jan, 2022 1 commit
-
-
Thong Kuah authored
Remove FK for ci_daily_build_group_report_results to projects Changelog: changed
-
- 13 Jan, 2022 9 commits
-
-
Vijay Hawoldar authored
To temporarily improve the performance of an upcoming data migration we need to add an index on the Member state column. This index can be removed after 14.8 Changelog: added
-
Darby Frey authored
Changelog: added
-
Brett Walker authored
in support of upcoming work on members table Changelog: changed
-
Albert Salim authored
The existing API deletes a single job's artifacts.
-
Thong Kuah authored
We already have a ci_pending_builds FK to ci_builds. ci_builds in turn have a FK to projects. So this FK should be safe to remove. With this change when project is deleted, dependent ci_pending_builds will either be: - deleted via loose foreign keys - deleted via FK cascade projects -> ci_builds -> ci_pending_builds Changelog: other
-
Thong Kuah authored
Changelog: changed
-
Thong Kuah authored
Changelog: changed
-
Thong Kuah authored
Removes FK for ci_build_report_results to projects Changelog: changed
-
Thong Kuah authored
Removes FK for ci_resource_groups to projects Changelog: changed
-