- 12 Jan, 2022 1 commit
-
-
Magdalena Frankiewicz authored
Otherwise, it is possible that a `User` primary email is successfully saved, but it cannot be added to the emails table due to being invalid for the `Email` model. The `Email#email` validation is now more relaxed, and the same as the `User#email` validation: it is the Devise email validation, that only checks that there is a single @ sign separating local part and domain. The previous stricter Email#email validation was enforcing compliance with RFC3696, but many mail servers allow addresses that are not fully compliant with the RFC. Therefore, the relaxed validation is preferable, to avoid blocking working email addresses. Changelog: fixed
-
- 11 Jan, 2022 39 commits
-
-
Douglas Barbosa Alexandre authored
Merge branch '347319-api-call-to-retrieve-information-of-wrong-token-returns-error-400-instead-of-401' into 'master' Resolve "API call to retrieve information of wrong token returns error "400" instead of "401"" See merge request gitlab-org/gitlab!77644
-
Mikołaj Wawrzyniak authored
Remove runner specs from crossdatabase list See merge request gitlab-org/gitlab!77877
-
Mark Chao authored
Update secret-detection git log command See merge request gitlab-org/gitlab!77722
-
Zach Rice authored
Changelog: changed
-
Kushal Pandya authored
Link issue contacts widget to crm docs See merge request gitlab-org/gitlab!77826
-
Mikołaj Wawrzyniak authored
Remove the duplicated suggestion usage data See merge request gitlab-org/gitlab!77570
-
Frédéric Caplette authored
Removes the dismiss button from the pipeline header See merge request gitlab-org/gitlab!77128
-
Furkan Ayhan authored
Remove the dast_view_scans feature flag See merge request gitlab-org/gitlab!77672
-
Fabio Pitino authored
Render GFM Mermaid diagrams in a sandboxed iframe See merge request gitlab-org/gitlab!74414
-
Dheeraj Joshi authored
This should prevent XSS issues from mermaid dependency impacting GitLab application. The changes are behind a feature flag
-
Marc Shaw authored
This is currently covered by suggestion by i_code_review_user_add_suggestion in HLL MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77570 Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/348408
-
Etienne Baqué authored
Add validation for new_user_signups_cap enabling See merge request gitlab-org/gitlab!75906
-
Vijay Hawoldar authored
Enabling the User Cap setting for a root group should only be possible if the group or any of it's subgroups have not been shared outside of the root group's hierarchy Changelog: changed EE: true
-
Robert May authored
Enable filtering agent tokens by status See merge request gitlab-org/gitlab!77735
-
Enrique Alcántara authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!77888
-
GitLab Dependency Bot authored
-
Bob Van Landuyt authored
Set low custom apdex for Audit Events See merge request gitlab-org/gitlab!74942
-
Dan Jensen authored
Audit Events features are data-intensive endpoints that users do not expect to load as quickly as other endpoints. This sets a custom apdex SLI urgency of "low" to allow for the historically relatively slower load times of these features.
-
Sean McGivern authored
Allow to configure log level of Gitlab::Logger (by env variable) See merge request gitlab-org/gitlab!77667
-
Jonas Wälter authored
Changelog: added
-
Olena Horal-Koretska authored
Fix input group text border color See merge request gitlab-org/gitlab!77607
-
Kati Paizee authored
Resolve "Improvements to the Repository Analytics page" See merge request gitlab-org/gitlab!77940
-
Fiona Neill authored
-
Etienne Baqué authored
Remove legacy license link from subscription page See merge request gitlab-org/gitlab!77311
-
Ammar Alakkad authored
Changelog: changed EE: true
-
Phil Hughes authored
Disable copy-code button for mermaid diagrams See merge request gitlab-org/gitlab!77935
-
Rémy Coutable authored
Push highlight_js feature flag to frontend See merge request gitlab-org/gitlab!77938
-
Jarka Košanová authored
Restrict access to crm to reporter+ See merge request gitlab-org/gitlab!77825
-
Lee Tickett authored
Changelog: fixed
-
Adam Hegyi authored
Fix CI mirror table sync race condition See merge request gitlab-org/gitlab!77903
-
Lee Tickett authored
Removes the "work in progress wordage" and links to the crm docs instead of the main crm issue.
-
Sincheol (David) Kim authored
Introduce DeploymentsController with placeholder routes See merge request gitlab-org/gitlab!77663
-
Sean McGivern authored
Extend in-operator optimziation ORDER BY support See merge request gitlab-org/gitlab!76931
-
Rémy Coutable authored
Fix a flaky spec in the NPM package presenter See merge request gitlab-org/gitlab!77943
-
Igor Drozdov authored
GraphQL: Add count property to RunnerType’s connection See merge request gitlab-org/gitlab!77578
-
Shinya Maeda authored
Extend pipeline job page for Deployment Approvals See merge request gitlab-org/gitlab!76981
-
Kushal Pandya authored
Add alert if api call is failing on Storage purchase See merge request gitlab-org/gitlab!77307
-
Diana Zubova authored
Show alert on api failures for Storage purchase
-
Adam Hegyi authored
Remove LooseIndexScanDistinctCount class See merge request gitlab-org/gitlab!77746
-