- 13 Dec, 2021 19 commits
-
-
Jarka Košanová authored
Removal of records where issue project does not belong to the epic group or its descendants Changelog: other
-
Simon Knox authored
Fixed double boards list query on EE See merge request gitlab-org/gitlab!76458
-
Natalia Tepluhina authored
-
charlie ablett authored
Remove mandatory requirement of API Key to use external Spamcheck service See merge request gitlab-org/gitlab!76303
-
Luke Duncalfe authored
Unescape and sanitize protected tag name on create and update See merge request gitlab-org/gitlab!76198
-
Ash McKenzie authored
Fix broken gitlab-foss db jobs See merge request gitlab-org/gitlab!76620
-
Kushal Pandya authored
Added group ff context to confidential_notes See merge request gitlab-org/gitlab!76381
-
Ramya Authappan authored
Add extra checks to web_terminal_spec See merge request gitlab-org/gitlab!76277
-
Anastasia McDonald authored
-
Ramya Authappan authored
Update e2e tests for vue_issues_list ff See merge request gitlab-org/gitlab!75285
-
Désirée Chevalier authored
-
Mark Lapierre authored
Update QA specs for lock button See merge request gitlab-org/gitlab!67850
-
Jacques Erasmus authored
-
charlie ablett authored
Remove unreleased changelog YAML file See merge request gitlab-org/gitlab!76629
-
Luke Duncalfe authored
-
Patrick Bajao authored
The frontend escapes the names of tags when listing the names in the dropdown. It also submits the escaped name as the tag to protect when creating a protected tag. To fix it, we unescape and sanitize the name so it matches the appropriate tag name to be protected. Changelog: fixed
-
Thong Kuah authored
The geo database does not exist in FOSS, so the FOSS db jobs must run using the single database variant
-
Evan Read authored
Explicitly set webpack.host 127.0.0.1 for Gitpod See merge request gitlab-org/gitlab!76622
-
Ash McKenzie authored
-
- 12 Dec, 2021 9 commits
-
-
Evan Read authored
Update lint-html image for docs See merge request gitlab-org/gitlab!76432
-
Kati Paizee authored
-
Evan Read authored
Improve Job artifacts migration to object storage details See merge request gitlab-org/gitlab!75989
-
Ben Bodenmiller authored
-
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 4 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
-