- 25 Oct, 2021 40 commits
-
-
Michael Kozono authored
Redirect Geo HTTP(s) pulls to different path with missing repo See merge request gitlab-org/gitlab!72881
-
Tetiana Chupryna authored
Optimize JIRA ref lookup See merge request gitlab-org/gitlab!72739
-
Jarka Košanová authored
Remove retarget_merge_requests feature flag See merge request gitlab-org/gitlab!72782
-
Stan Hu authored
In a project with JIRA activated, `ProcessCommitWorker` attempts to add a comment to a JIRA issue if that issue is mentioned in a commit. However, the JIRA integration would attempt to retrieve all tags and branches and pick the first matching ref given a commit OID. The problem with that approach is that after each push, the list of all branches and tags are expired and could take a while to gather. Since multiple `ProcessCommitWorker` jobs can be running at the same time, this can lead to high I/O on Gitaly nodes since multiple `ProcessCommitWorker` jobs can run at the same time. We observe that we don't really need to build the entire ref list; we can just ask Gitaly for a single matching ref for the given OID with the newly-created `FindRefsByOID` RPC introduced in https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3947. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/343035 Changelog: performance
-
Amy Qualls authored
Doc Consistency: user/admin_area - source code See merge request gitlab-org/gitlab!72058
-
Niklas authored
-
Amy Qualls authored
Doc Consistency: user/discssions - code review See merge request gitlab-org/gitlab!72936
-
Amy Qualls authored
Update one filename and one Screenshot See merge request gitlab-org/gitlab!72973
-
Amy Qualls authored
This file has a dot instead of an underscore, and it's breaking links. Renaming the file.
-
Peter Hegman authored
Enable `assumeImmutableResults` in `app/assets/javascripts/terraform/index.js` See merge request gitlab-org/gitlab!68571
-
Suzanne Selhorn authored
Docs: Fix names of environment variables See merge request gitlab-org/gitlab!72307
-
Mikołaj Wawrzyniak authored
Persist descriptive fields in `Mutations::Vulnerabilities::Create` See merge request gitlab-org/gitlab!72883
-
Amy Qualls authored
Fix Amazon RDS inconsistency See merge request gitlab-org/gitlab!71094
-
Douglas Barbosa Alexandre authored
Fix error 500 loading branch with UTF-8 characters with performance bar See merge request gitlab-org/gitlab!72925
-
Terri Chu authored
Annotate DAST models strings for localization See merge request gitlab-org/gitlab!72799
-
Marcos Rocha authored
Changelog: added MR: EE: true
-
Markus Koller authored
Persist card network See merge request gitlab-org/gitlab!72272
-
Mark Chao authored
Changelog: added
-
Peter Hegman authored
Remove stage default from CI schema See merge request gitlab-org/gitlab!72747
-
Michał Zając authored
When testing manual Vulnerability creation via our GraphQL API it came to our attention that the solution field is not shown in the resulting Vulnerability details. This commit fixes persisting this field and two additional fields. Changelog: fixed EE: true
-
Peter Hegman authored
Replace registration token in registration modal See merge request gitlab-org/gitlab!72705
-
Martin Wortschack authored
Improve strings about busy indicator See merge request gitlab-org/gitlab!72442
-
scootergrisen authored
-
David O'Regan authored
Update merge request approvals desc and links See merge request gitlab-org/gitlab!69903
-
Sean McGivern authored
Skip st_diff callback setting on LegacyDiffNote when importing See merge request gitlab-org/gitlab!72897
-
Doug Stull authored
- not needed as the import files will have this information Changelog: fixed
-
Vasilii Iakliushin authored
Enable feature flag default on See merge request gitlab-org/gitlab!72837
-
Amy Qualls authored
Deployment documentation for gitlab-sshd See merge request gitlab-org/gitlab!72130
-
Jose Ivan Vargas authored
Merge branch '338434-enable-assumeimmutableresults-in-app-assets-javascripts-jobs-components-table-index-js' into 'master' Enable `assumeImmutableResults` in `jobs/components/table/index.js` See merge request gitlab-org/gitlab!72983
-
Amy Qualls authored
This section needed some cleanup to be ready to go. Tidy it a bit to get it closer to GitLab tone and style.
-
Adam Hegyi authored
Loose FK documentation See merge request gitlab-org/gitlab!72522
-
Adam Hegyi authored
-
mgandres authored
Changelog: changed
-
Craig Norris authored
Added missing bullets See merge request gitlab-org/gitlab!72913
-
Mikołaj Wawrzyniak authored
Merge instrumentation classes data to service ping data See merge request gitlab-org/gitlab!68808
-
Luis Mejia authored
-
David O'Regan authored
Switch to v-safe-html for rendering job output See merge request gitlab-org/gitlab!72874
-
Dheeraj Joshi authored
-
Toon Claes authored
Surface gitaly compile error when running tests See merge request gitlab-org/gitlab!72984
-
Heinrich Lee Yu authored
Remove feature flag check from iteration cadences resolver See merge request gitlab-org/gitlab!72633
-