- 19 Jul, 2021 40 commits
-
-
Doug Stull 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
-
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
-
Mark Florian authored
Update dependency eslint to v7.31.0 See merge request gitlab-org/gitlab!66338
-
Kushal Pandya authored
Rename doc links to service ping and refactor js See merge request gitlab-org/gitlab!66346
-
David Fernandez authored
Geo: Fix snippet verification by replicating the HEAD ref See merge request gitlab-org/gitlab!65783
-
Andreas Brandl authored
Support reindexing unique indexes See merge request gitlab-org/gitlab!65966
-
Markus Koller authored
Enable load balancing for Jira Connect workers See merge request gitlab-org/gitlab!66286
-
Kati Paizee authored
Update OIDC topic for current conventions See merge request gitlab-org/gitlab!66348
-
Evan Read authored
-
Bob Van Landuyt authored
When a job is scheduled in the future, it runs through the client middleware twice. Once on scheduling, once when queueing. Since the `args` key of the job would already be compressed at this time, we don't need to compress it some more. Doing so would cause the decompression to fail on the serverside.
-
Ben Prescott @bprescott_↙ ☺ authored
-
Andreas Brandl authored
This enables >=PG12-compatible reindexing behavior leveraging REINDEX CONCURRENTLY which supports reindexing unique indexes. Changelog: other
-
Matthias Kaeppler authored
This ensures developers consider scalability and immediacy trade-offs by either using or not using the DB primary.
-
Mark Lapierre authored
E2E: Add environment info to allure report See merge request gitlab-org/gitlab!66139
-
Kati Paizee authored
Docs: Add notes on removing more than 1 license See merge request gitlab-org/gitlab!66341
-
Harsh Chouraria authored
-
Jacques Erasmus authored
Update upload blob modal to use constants See merge request gitlab-org/gitlab!65907
-
Kati Paizee authored
Docs: explain Jenkins integration recommendation See merge request gitlab-org/gitlab!66038
-
Andy Soiron authored
-
Evan Read authored
Add documentation on using symmetric key encryption with OpenID See merge request gitlab-org/gitlab!66333
-
Rajendra Kadam authored
-
Mark Lapierre authored
Use flushdb, not flushall, in specs See merge request gitlab-org/gitlab!63629
-
Rajendra Kadam authored
-
Kushal Pandya authored
Disables diffs virtual scrolling when using find on page See merge request gitlab-org/gitlab!66271
-
Mark Lapierre authored
QA: Improve caching of webdrivers during qa-image build See merge request gitlab-org/gitlab!66230
-
Andrejs Cunskis authored
-
Andrejs Cunskis authored
Add QA_BROWSER
-
Mark Lapierre authored
E2E: Replace github_api gem with octokit See merge request gitlab-org/gitlab!66066
-
Andrejs Cunskis authored
Replace github_api gem with octokit Update Github importer test to use octokit
-