- 18 Dec, 2021 2 commits
-
-
Steve Abrams authored
Backfill / update timelogs.spent_at where NULL See merge request gitlab-org/gitlab!76844
-
Lee Tickett authored
-
- 17 Dec, 2021 38 commits
-
-
Suzanne Selhorn authored
Docs: Minor fixes Configure docs See merge request gitlab-org/gitlab!77061
-
Marcia Ramos authored
-
Nick Gaskill authored
Add sca notice to container scanning docs See merge request gitlab-org/gitlab!77069
-
Sam White authored
-
Doug Stull authored
Fix N+1 problem for system notes metadata association See merge request gitlab-org/gitlab!76951
-
Mayra Cabrera authored
Fix foreign key and index names on `ci_sources_pipelines` for old schemas See merge request gitlab-org/gitlab!76171
-
Doug Stull authored
Remove `force_company_trial` experiment See merge request gitlab-org/gitlab!76982
-
Mayra Cabrera authored
Decomposed db:rollback pipeline See merge request gitlab-org/gitlab!75954
-
Simon Tomlinson authored
-
Alper Akgun authored
Fix typo in variable name initialization See merge request gitlab-org/gitlab!77066
-
Amy Qualls authored
Fixed table headers in project level variables docs See merge request gitlab-org/gitlab!77067
-
Mayra Cabrera authored
Add test for chat integration deployment events See merge request gitlab-org/gitlab!76785
-
Andy Soiron authored
-
Mitar authored
-
Amy Qualls authored
Update GitLab version support link See merge request gitlab-org/gitlab!77063
-
Craig Norris authored
-
Amy Qualls authored
Update DS docs for SCA SEO and clarity See merge request gitlab-org/gitlab!76911
-
Nicole Schwartz authored
-
Nick Gaskill authored
Updated language for Kubernetes executor See merge request gitlab-org/gitlab!77064
-
Suzanne Selhorn authored
-
Alper Akgun authored
-
Jay Swain authored
The `force_company_trial` experiment has been marked as a loser and this MR is responsible for removing it. * The `combined_registration` experiment will continue to use "force_company_trial" in it's context key as it is still running and there are conversions that we are still possible part of: https://gitlab.com/gitlab-org/gitlab/-/issues/345621 Changelog: removed
-
Andrew Fontaine authored
Hide feed, incoming email, and static access tokens by default See merge request gitlab-org/gitlab!77037
-
Peter Hegman authored
-
Michael Kozono authored
Merge branch '348480-admins-should-be-able-to-set-the-new-user-sign-up-cap-at-a-value-higher-than-the-licensed' into 'master' Resolve "Admins should be able to set the new user sign up cap at a value higher than the licensed user count" See merge request gitlab-org/gitlab!76829
-
Paul Slaughter authored
Merge branch 'jejacks0n/experiment/new_project_sast_enabled_add_unchecked_free_variant' into 'master' Adds new unchecked free indicator variant See merge request gitlab-org/gitlab!76899
-
Marcia Ramos authored
Update secure_coding_guidelines.md See merge request gitlab-org/gitlab!76992
-
Markus Koller authored
Handle nil services error in external pipeline validation See merge request gitlab-org/gitlab!76902
-
Craig Norris authored
Fix typo in case "The" not "THe" See merge request gitlab-org/gitlab!77038
-
Marcia Ramos authored
Docs: Remove config example from k8s install & link to config page See merge request gitlab-org/gitlab!75444
-
Michael Friedrich authored
-
Michael Kozono authored
Remove redundant scope `with_files_stored_locally` See merge request gitlab-org/gitlab!76557
-
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
-
Suzanne Selhorn authored
Add guidance for granular version notes See merge request gitlab-org/gitlab!76936
-
Marcin Sedlak-Jakubowski authored
-
Achilleas Pipinellis authored
Service Ping in yaml + developer docs See merge request gitlab-org/gitlab!76872
-
Brie Carranza authored
-
Achilleas Pipinellis authored
Clarify docs around "first minor version" upgrade principle See merge request gitlab-org/gitlab!73717
-