- 19 Jul, 2021 40 commits
-
-
Andrew Fontaine authored
Pipeline data parsing: improve deduplicate performance See merge request gitlab-org/gitlab!66283
-
Achilleas Pipinellis authored
Describe why a multiple foreign keys should not be created with a new table See merge request gitlab-org/gitlab!66201
-
Amy Qualls authored
Docs: Troubleshoot default branch being reset See merge request gitlab-org/gitlab!66308
-
Katrin Leinweber authored
-
Marcia Ramos authored
Fix up the docs warning detected by the vale latin term rule PART 5 See merge request gitlab-org/gitlab!66326
-
Achilleas Pipinellis authored
Geo Docker replication - clarify which host to add to configuration See merge request gitlab-org/gitlab!66344
-
Siddharth Asthana authored
-
Andrew Fontaine authored
Pipeline Graph: Only apply top border to main graph See merge request gitlab-org/gitlab!66284
-
Kati Paizee authored
Tidy up time tracking doc See merge request gitlab-org/gitlab!66362
-
Marcin Sedlak-Jakubowski authored
-
Tetiana Chupryna authored
Remove old routing to ServicePingController See merge request gitlab-org/gitlab!66347
-
Marcia Ramos authored
Document grpcs scheme as it is supported See merge request gitlab-org/gitlab!65796
-
Mikhail Mazurskiy authored
-
Dan Davison authored
Test garbage collection test in pipeline See merge request gitlab-org/gitlab!62683
-
Markus Koller authored
State the default state of a feature flag in GraphQL docs See merge request gitlab-org/gitlab!65995
-
Pedro Pombeiro authored
-
Tetiana Chupryna authored
Upgrade cilium helm charts in cluster_management template See merge request gitlab-org/gitlab!65982
-
Robert May authored
Deprecate monthly incident_sla_enabled metric See merge request gitlab-org/gitlab!66025
-
Alex Kalderimis authored
Refactor group scope menu See merge request gitlab-org/gitlab!65724
-
Dan Davison authored
Update QA test execution context selection docs See merge request gitlab-org/gitlab!61319
-
Mark Lapierre authored
-
Olena Horal-Koretska authored
Revise group Pages size UI text See merge request gitlab-org/gitlab!65862
-
Phil Hughes authored
Remove securityScansSucceeded from DevOps Adoption See merge request gitlab-org/gitlab!66291
-
Jan Provaznik authored
Add ConfigureSecurityAnalyzer superclass [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!65965
-
Adam Cohen authored
-
Vitaly Slobodin authored
Remove old license page logic See merge request gitlab-org/gitlab!65978
-
Alex Kalderimis authored
Add Cop that enforces worker data_consistency [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!65341
-
Mark Florian authored
Use configured browser locales for date formatting See merge request gitlab-org/gitlab!65740
-
Lukas 'Eipi' Eipert authored
This allows us to decide a little better what a user wants as a locale for using with the Intl browser APIs. If they have set their GitLab to a language, it will check whether `navigator.languages` contains matching ones. This function always adds `en` as a fallback in order to have date renders if all fails before it. - Example one: GitLab language is `en` and browser languages are: `['en-GB', 'en-US']`. We would choose `['en-GB', 'en-US', 'en']` as the preferred locales, the Intl APIs would try to format first as British English, if that isn't available US or any English. - Example two: GitLab language is `en` and browser languages are: `['de-DE', 'de']`. We would choose `['en']`, so the Intl APIs would prefer English formatting in order to not have German dates mixed with English GitLab UI texts. If the user wants for example British English formatting (24h, etc), they could set their browser languages to `['de-DE', 'de', 'en-GB']`. - Example three: GitLab language is `de` and browser languages are \ `['en-US', 'en']`. We would choose `['de', 'en']`, aligning German dates with the chosen translation of GitLab. This function is currently only used for absolute dates: - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65570 Changelog: changed
-
Mikołaj Wawrzyniak authored
Make data_category required See merge request gitlab-org/gitlab!66317
-
Brian Williams authored
-
Sarah GP authored
Changelog: performance
-
Dan Jensen authored
The securityScansSucceeded query was causing a timeout error. Also, it has already been mostly replaced with queries for individual scan types. This removes the column from DevOps adoption, and removes the data collection from the snapshot. This does not remove the column, because this is an urgent change, so that will be removed in a follow-up MR. Changelog: removed EE: true
-
Alex Kalderimis authored
Add ref to the Pipeline schema for the GraphQL API See merge request gitlab-org/gitlab!66241
-
Markus Koller authored
Switch over commit RPCs to use ListCommits See merge request gitlab-org/gitlab!65468
-
Rémy Coutable authored
Pin version of package hunter client See merge request gitlab-org/gitlab!66152
-
David Fernandez authored
Update policy for granting `build_read_container_image` to users See merge request gitlab-org/gitlab!65961
-
Markus Koller authored
Don't compress job arguments twice See merge request gitlab-org/gitlab!66320
-
David Fernandez authored
Don't fail db restore for warnings See merge request gitlab-org/gitlab!66094
-
DJ Mountney authored
-