- 07 Oct, 2021 1 commit
-
-
Jeremy Jackson authored
-
- 06 Oct, 2021 39 commits
-
-
Mayra Cabrera authored
GithubImporter: Format diff note suggestions to the gitlab format See merge request gitlab-org/gitlab!71411
-
Nick Gaskill authored
Add note about cache clearing to dep proxy docs See merge request gitlab-org/gitlab!71863
-
Robert Speicher authored
Remove ignore_column from ProjectSetting See merge request gitlab-org/gitlab!71831
-
Tim Rizzi authored
-
Robert Speicher authored
Geo: Simplify VerifiableRegistry scoping See merge request gitlab-org/gitlab!71682
-
Stan Hu authored
Fix compliance report shows empty author for some merge events See merge request gitlab-org/gitlab!71485
-
Jiaan Louw authored
-
Mayra Cabrera authored
Add agent project authorizations to finder See merge request gitlab-org/gitlab!71434
-
Hordur Freyr Yngvason authored
-
Stan Hu authored
Sanitize given scan types before querying the security_scans See merge request gitlab-org/gitlab!71836
-
Mayra Cabrera authored
Add customer relations contact create mutation See merge request gitlab-org/gitlab!70733
-
Craig Norris authored
Added info about stacking alerts See merge request gitlab-org/gitlab!71859
-
Suzanne Selhorn authored
-
Suzanne Selhorn authored
Add deprecation note to group export docs See merge request gitlab-org/gitlab!71683
-
Mark Lapierre authored
Quarantine dependency proxy E2E spec on Staging See merge request gitlab-org/gitlab!71847
-
Farnoosh Seifoddini authored
Add an MR template for deprecations See merge request gitlab-org/gitlab!71787
-
Marcel Amirault authored
-
Andy Soiron authored
Resolve "GitLab Migration - Migrate Repositories with Projects" See merge request gitlab-org/gitlab!70326
-
Allen Cook authored
Changelog: added
-
Terri Chu authored
Restore Gitaly version to mitigate S2 incident See merge request gitlab-org/gitlab!71844
-
Dmitry Gruzd authored
Add Rails update guidelines See merge request gitlab-org/gitlab!70778
-
Dmitry Gruzd authored
-
Diana Logan authored
Clarified administrator vs Admin Area See merge request gitlab-org/gitlab!71619
-
Suzanne Selhorn authored
-
Jarka Košanová authored
Graceful degradation for Branches controller See merge request gitlab-org/gitlab!70970
-
Mike Kozono authored
The `VerifiableRegistry.available_verifiables` scope was meant to invoke `synced`. And in that case, the overrides are unnecessary.
-
Vasilii Iakliushin authored
Track failure/success of GitHub Importer See merge request gitlab-org/gitlab!70012
-
Doug Stull authored
-
Terri Chu authored
Add scheduled_at_before scope to CommitStatus See merge request gitlab-org/gitlab!71236
-
Kassio Borges authored
Github "suggestion" feature has a different markdown format, it uses: ```suggestion SUGGESTION ``` While Gitlab has a _range_ in the suggestion markdown, like: ```suggestion-0+0 SUGGESTION ``` To convert the Github format to Gitlab, in the `DiffNote` _representation_ the range will be added. The range is calculated by the difference of the `start_line` and `line` when the start_line is present, which indicates a multi-line suggestion. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/340624 Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71411
-
Douglas Barbosa Alexandre authored
Adding websocket origins to connect-src to support Safari See merge request gitlab-org/gitlab!70932
-
Rohit Shambhuni authored
-
Mayra Cabrera authored
This reverts merge request !71812
-
Marcia Ramos authored
Update docs for failed batched bg migrations See merge request gitlab-org/gitlab!71585
-
Patrick Bair authored
-
Andreas Brandl authored
Replace time-range partitioned loose FK table See merge request gitlab-org/gitlab!71718
-
Adam Hegyi authored
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/340817 **Problem** We return a 500 error page when we Gitaly is not available. It is not a great user experience. **Solution** Handle Gitaly exception and successfully render the page with an error message block. Changelog: added
-
Mehmet Emin INAC authored
After migrating the Rails version 6.1.4.1, we've found a regression in one of our model scopes that was causing exceptions if an invalid enum key is provided. This commit fixes that regression. Changelog: fixed
-