- 17 Dec, 2021 40 commits
-
-
Stan Hu authored
When the `ci_sources_pipelines` table was first introduced in GitLab 9.3 EE, the foreign key names generate for the table appeared to have been calculated via a hash using the table name `ci_pipeline_source_pipelines`. This led to a merge conflict and confusion during a CE to EE merge in GitLab 10.0, which regenerated the schema with the correct foreign key names. Hence anyone who installed GitLab prior to 10.0 may have been seeded the database with stale, incorrect foreign key names. During the Great BigInt Conversion of 2021, the migrations assumed that: 1. The foreign key `fk_be5624bf37` existed for `ci_sources_pipelines`. 2. The index `index_ci_sources_pipelines_on_source_job_id` existed. However, older installations may have had the foreign key under the original `fk_3f0c88d7dc` and `index_ci_pipeline_source_pipelines_on_source_job_id`, respectively. To eliminate future confusion and migration failures, we now rename the foreign key constraints and index to what they should be today. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/339844 Changelog: fixed
-
Craig Norris authored
Test for variants of "drop-down" in text See merge request gitlab-org/gitlab!70741
-
Amy Qualls authored
-
Achilleas Pipinellis authored
Remove outdated GitLab versions from Geo page See merge request gitlab-org/gitlab!77050
-
Craig Norris authored
-
Suzanne Selhorn authored
Update the triggers doc to CTRT standards See merge request gitlab-org/gitlab!76913
-
Marcel Amirault authored
A large update to the page to make the content have more defined topic types. Related to: https://gitlab.com/gitlab-org/technical-writing/-/issues/503
-
Achilleas Pipinellis authored
Update doc to sync gitlab release with mattermost release See merge request gitlab-org/gitlab!75231
-
Carlos Panato authored
-
Achilleas Pipinellis authored
Rails cheatsheet: Align variables and update Service params See merge request gitlab-org/gitlab!76353
-
Katrin Leinweber authored
-
Achilleas Pipinellis authored
Add instruction to specify group or project when deleting variables See merge request gitlab-org/gitlab!76967
-
Caleb Cooper authored
-
Grzegorz Bizon authored
Merge CI queuing denormalization feature flags into a single one See merge request gitlab-org/gitlab!76543
-
Peter Hegman authored
Merge branch '342133-leading-trailing-whitespace-in-the-name-field-when-creating-a-user-are-persisted' into 'master' Strip leading and trailing whitespace from user's name See merge request gitlab-org/gitlab!76706
-
Peter Hegman authored
When creating a user in `Admin` -> `Users`. To account for existing users, also strip whitespace on the frontend in the delete modal. Changelog: fixed
-
Mark Florian authored
Merge branch '344329-make-badges-in-app-views-admin-projects-show-html-haml-pajamas-compliant' into 'master' Use rails helper for badges on admin projects show page See merge request gitlab-org/gitlab!76775
-
Achilleas Pipinellis authored
Update test details on Ref Arch docs See merge request gitlab-org/gitlab!77039
-
Grant Young authored
-
Doug Stull authored
Use linear version GroupsWithTemplatesFinder#extended_group_search See merge request gitlab-org/gitlab!75981
-
Douglas Barbosa Alexandre authored
Fix GraphQL/OrderedArguments offense (Part 1/6) See merge request gitlab-org/gitlab!76023
-
Amy Qualls authored
Fixed example for require code owner approval API call See merge request gitlab-org/gitlab!76993
-
Mitar authored
-
Marcin Sedlak-Jakubowski authored
Added printing_merge_request_link_enabled to edit project API docs See merge request gitlab-org/gitlab!76938
-
Mitar authored
-
Marcia Ramos authored
Update policies.md See merge request gitlab-org/gitlab!77007
-
Sam Figueroa authored
-
Achilleas Pipinellis authored
Docs: Update 1k Ref Arch with Diagram and Overview of Service Scaling See merge request gitlab-org/gitlab!76236
-
DarwinJS authored
-
Achilleas Pipinellis authored
Add shm_size option for all docker example See merge request gitlab-org/gitlab!77020
-
Sad Pencil authored
-
Francisco Javier López authored
In this commit we're removing the ff `linear_groups_template_finder_extended_group_search_ancestors_scopes` and enabling the linear version of `GroupsWithTemplatesFinder#extended_group_search`. Changelog: changed EE: true
-
John Hope authored
Changelog: other
-
Kev authored
Changelog: other
-
Douglas Barbosa Alexandre authored
[feature flag] Removes all ci_optimize_project_records_destruction See merge request gitlab-org/gitlab!72600
-
Doug Stull authored
Fix GraphQL/FieldDefinitions offense (Part 2/4) See merge request gitlab-org/gitlab!76015
-
Kev authored
- See merge request gitlab-org/gitlab!76015 Changelog: other
-
Andrejs Cunskis authored
Update security_reports_spec.rb See merge request gitlab-org/gitlab!77005
-
Will Meek authored
-
Marcin Sedlak-Jakubowski authored
Document Incoming emails headers See merge request gitlab-org/gitlab!76942
-