- 13 Dec, 2021 1 commit
-
-
Krasimir Angelov authored
Update gitlab:db:reindex task and add database specific tasks, dynamically generated for each configured database. gitlab:db:reindex # reindex all defined databases gitlab:db:reindex:ci # reindex ci database gitlab:db:reindex:main # reindex main database Update exclusive lease keys to include connection name so that multiple databases can be reindexed concurrently. https://gitlab.com/gitlab-org/gitlab/-/issues/344235
-
- 12 Dec, 2021 5 commits
-
-
Evan Read authored
Document Praefect check subcommmand See merge request gitlab-org/gitlab!76481
-
John Cai authored
-
Evan Read authored
Update remove-repository documentation See merge request gitlab-org/gitlab!76487
-
John Cai authored
-
Stan Hu authored
Provide group membership level in OIDC claim See merge request gitlab-org/gitlab!27264
-
- 11 Dec, 2021 8 commits
-
-
Kerri Miller authored
Fix Gitlab/DelegatePredicateMethods offenses See merge request gitlab-org/gitlab!76000
-
Siddharth Asthana authored
-
Kerri Miller authored
Fix Gitlab/DelegatePredicateMethods offenses See merge request gitlab-org/gitlab!76002
-
Bastian Blank authored
-
Siddharth Asthana authored
Changelog: other
-
Peter Hegman authored
Organise ~/issuable code See merge request gitlab-org/gitlab!76341
-
Robert Speicher authored
Avoid company name collisions in CRM fixture See merge request gitlab-org/gitlab!76605
-
Stan Hu authored
Introduce SubscriptionFutureEntry GraphQL types See merge request gitlab-org/gitlab!76321
-
- 10 Dec, 2021 26 commits
-
-
Stan Hu authored
Add project attributes migration to GitLab Migration See merge request gitlab-org/gitlab!75898
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/76313 added a fixture that generated company names for every group in the system. It's not too hard to generate a collision. We append an index to the name to ensure there's no chance of a name collision. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/348229
-
Peter Hegman authored
Render markdown for Vulnerability Description See merge request gitlab-org/gitlab!75859
-
Dheeraj Joshi authored
This change would start rendering markdown content for vulnerability page when description_html field value is present. It should render markdown as plain text otherwise, which is the current behavior. Changelog: added EE: true
-
Mark Chao authored
This is similar to LicenseHistoryEntry type
-
Mark Chao authored
-
Mayra Cabrera authored
Add unique constraint on Finding Evidence See merge request gitlab-org/gitlab!75569
-
Jonathan Schafer authored
-
Andrew Fontaine authored
Enable `admin_deploy_keys_vue` feature flag by default See merge request gitlab-org/gitlab!76273
-
Peter Hegman authored
-
Kerri Miller authored
Add support for the url scheme 'tls' to force encryption for Spamcheck See merge request gitlab-org/gitlab!75677
-
Tetiana Chupryna authored
Gracefully handle bad dependency scanner input See merge request gitlab-org/gitlab!76597
-
Mayra Cabrera authored
Enable paginatable_namespace_drop_down_for_project_creation feature flag by default See merge request gitlab-org/gitlab!76568
-
Mario Celi authored
-
Tetiana Chupryna authored
-
Ethan Urie authored
-
Ethan Urie authored
-
Evan Read authored
-
Ethan Urie authored
-
tls://Ethan Urie authored
Gitaly does something simiilar and supports `tcp` and `unix` where we support `grpc` for unencrypted communications.
-
Stan Hu authored
We saw that in https://gitlab.com/gitlab-com/gl-infra/production/-/issues/6051 there was one CI artifact that had a `dependency_files` input but a `null` `dependencies`. We now do stronger type checking to ensure the field is an array. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/346971 Changelog: fixed EE: true
-
Nick Gaskill authored
Add TTL policies to docs for dep proxy See merge request gitlab-org/gitlab!76586
-
Tim Rizzi authored
-
Mayra Cabrera authored
Save iteration sequence number See merge request gitlab-org/gitlab!74352
-
Eulyeon Ko authored
-
Adam Hegyi authored
Register `QueryAnalayzers` in `config.before` to fix `let_it_be` See merge request gitlab-org/gitlab!76567
-