- 14 Apr, 2022 1 commit
-
-
Hordur Freyr Yngvason authored
Fixes a subtle bug in the user search ranking where a case-sensitive match (PostgreSQL string equality) was used on a value that had previously been converted to lowercase. As a result, exact matches could receive the lowest priority instead of the higest priority. For distinctive usernames, this was not a problem, as those would result in unique matches anyway. However, when the username matched a prefix of a common human name, an exact match could get buried at the bottom of the results. For example, since Alexander is a very common name, this made it virtually impossible to find @Alexand in most GitLab dropdowns. Changelog: fixed
-
- 12 Apr, 2022 39 commits
-
-
Steve Abrams authored
Add unique index for work item type names with no namespace See merge request gitlab-org/gitlab!84787
-
Russell Dickenson authored
Update feature flag template to make staging-canary explicit See merge request gitlab-org/gitlab!84421
-
Stan Hu authored
Add a feature flag to control when the login can be prevented See merge request gitlab-org/gitlab!84971
-
Russell Dickenson authored
Fix grammar of newly-added content See merge request gitlab-org/gitlab!84915
-
Marc Shaw authored
Adding ci_secure_files_read_only Feature Flag See merge request gitlab-org/gitlab!84089
-
Nick Gaskill authored
Update link to vulnerability database source list See merge request gitlab-org/gitlab!84984
-
Sam White authored
-
Amy Qualls authored
Docs: Clarify container registry project transfer steps See merge request gitlab-org/gitlab!84959
-
Chris Kaburu authored
-
Marcia Ramos authored
Add details about rejection messages See merge request gitlab-org/gitlab!84301
-
Cleveland Bledsoe Jr authored
-
Amy Qualls authored
Add RHEL 8 to supported OSes See merge request gitlab-org/gitlab!84986
-
Amy Qualls authored
Add end-to-end test troubleshooting doc See merge request gitlab-org/gitlab!84124
-
Amy Qualls authored
After completing the word wraps, let's apply changes to tone and style.
-
Marcin Sedlak-Jakubowski authored
Add a warning about iid vs id to epic notes api See merge request gitlab-org/gitlab!84975
-
John Hope authored
-
Achilleas Pipinellis authored
-
Amy Qualls authored
This page needs hard line wraps to conform to our style. To prevent merge conflicts later, let's do the hard wraps first.
-
Marcia Ramos authored
Docs: IaC review (overview) See merge request gitlab-org/gitlab!80422
-
Marcia Ramos authored
- Try to explain better all the templates - Address Vale warnings - PM and TW review
-
Jan Provaznik authored
Add test coverage for confidential notes in `Notes::BuildService` See merge request gitlab-org/gitlab!80080
-
Marius Bobin authored
Collect included files on CI pipeline creation See merge request gitlab-org/gitlab!81982
-
Furkan Ayhan authored
We want to show included files in the CI Linter page. To do that, backend needs to send this information to frontend via the ciConfig result. In this commit, we only collect this data in a metadata method of CI Config. In the next iteration, we'll pass this information to the GraphQL endpoint.
-
Peter Hegman authored
Hide New Epic button on Epic Boards for guest users See merge request gitlab-org/gitlab!84583
-
Markus Koller authored
Include Remaining Storage Size in Namespace Storage Email Notification See merge request gitlab-org/gitlab!84416
-
Jason Goodman authored
Include remaining storage size along with percentage in email body Changelog: changed
-
Achilleas Pipinellis authored
Find most commonly logged Geo errors See merge request gitlab-org/gitlab!84895
-
mc_rocha authored
We want to avoid preventing legit users from logging in. This MR adds a feature flag to control when the login can be prevented. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84971 EE: true
-
Andrew Fontaine authored
Migrate form feedback message to use PJ text colors See merge request gitlab-org/gitlab!84782
-
Andrew Fontaine authored
Port checkbox in pipeline schedules See merge request gitlab-org/gitlab!84784
-
Andrew Fontaine authored
Migrate checkbox to be GitLab UI component See merge request gitlab-org/gitlab!84824
-
Cynthia Ng authored
-
Rémy Coutable authored
Exclude qa:internal in non-qa pipelines See merge request gitlab-org/gitlab!84908
-
Lin Jen-Shin authored
RuboCop: Set `EncforcedStyle: use_perl_names` for `Style/SpecialGlobalVars` See merge request gitlab-org/gitlab!83879
-
Kushal Pandya authored
Fix release footer avatar style See merge request gitlab-org/gitlab!84714
-
Tristan Read authored
-
Andrew Fontaine authored
Update to use name field for training url graphql query See merge request gitlab-org/gitlab!84335
-
Natalia Tepluhina authored
Fix console warn in boards See merge request gitlab-org/gitlab!84716
-
Craig Norris authored
Improve DAST API scanning page See merge request gitlab-org/gitlab!83370
-