- 26 Jan, 2022 40 commits
-
-
Patrick Steinhardt authored
When updating references in UserMergeBranch failed due to a concurrent update of the same reference, then Gitaly used to return no error at all but instead just return an empty gRPC response. This behaviour isn't obvious at all and easy to get wrong. Furthermore, Rails didn't have any information about what went wrong. To fix this, Gitaly has introduced a new error type which is returned in case there was a race updating the reference. Instead of returning successful, it now returns an error with a ReferenceUpdateError embedded inside of it. This allow us to extract this error and thus know exactly what happened, including the reference that failed to update with both its old and new expected object ID values. Update the Gitaly client to handle this error in a backwards-compatible fashion. For now this means that we silently ignore it like we used to do with the old error as well.
-
Patrick Steinhardt authored
The UserMergeBranch RPC returns error details on some error conditions which allow the caller to do more fine-grained error handling. The tests which exercise this for the AccessCheckError is verifying that this works by returning an error whose status details metadata is set to an already-serialized string. This is hard to read and ultimately obscures what kind of error details we want the server to return. Convert the test to instead construct the serialized error details from the protobuf definitions.
-
Patrick Steinhardt authored
We're about to make use of a new error type introduced for the UserMergeBranch RPC, which requires us to upgrade to v14.8.0-rc1 of the Gitaly Gem. Update our Gemfile to prepare for this.
-
Phil Hughes authored
Add training item loading in vulnerability details page See merge request gitlab-org/gitlab!78709
-
Jan Provaznik authored
Add mutation for updating user preferences See merge request gitlab-org/gitlab!79127
-
Bob Van Landuyt authored
Upgrade to Sidekiq 6.4 See merge request gitlab-org/gitlab!79009
-
Savas Vedova authored
Replace deprecated usage of find/findAll in ee/spec/frontend/approvals See merge request gitlab-org/gitlab!78632
-
Natalia Tepluhina authored
Update runner registration token reset modal See merge request gitlab-org/gitlab!79136
-
Kamil Trzciński authored
Add reverse lock order option to FK removal See merge request gitlab-org/gitlab!78968
-
Rémy Coutable authored
Remove import_redis_increment_by feature flag See merge request gitlab-org/gitlab!79130
-
Marius Bobin authored
Swap FK ci_builds_metadata to projects for LFK See merge request gitlab-org/gitlab!79039
-
Diana Logan authored
Added self-managed and a small runner update See merge request gitlab-org/gitlab!78754
-
Suzanne Selhorn authored
-
Brandon Labuschagne authored
Improve Jira Connect search UX See merge request gitlab-org/gitlab!78994
-
Tom Quirk authored
Addressing reviewer feedback in the Jira Connect app search functionality. Changelog: changed
-
Matthias Käppler authored
Add elements to incident page to render escalation info See merge request gitlab-org/gitlab!78926
-
Sarah Yasonik authored
Adds elements to html served by backend for frontend to render incident status and escaltion policy. Includes exposing permissions. Moves feature flag check from EE to CE, to ensure the page does not contain new elements if the feature is disabled.
-
Etienne Baqué authored
Adding Secure Files API See merge request gitlab-org/gitlab!78227
-
Alper Akgun authored
More spelling errors in docs See merge request gitlab-org/gitlab!79156
-
Alper Akgun authored
-
Alper Akgun authored
Broken what's new link for "Add personal README to profile" See merge request gitlab-org/gitlab!79145
-
Alper Akgun authored
-
Etienne Baqué authored
Add ability to search iterations by cadence title See merge request gitlab-org/gitlab!76231
-
Eulyeon Ko authored
- Update the iterations GraphQL API to support iterations search using the attributes title or cadence title. Changelog: added EE: true
-
Kushal Pandya authored
Added function signature to expand diff line See merge request gitlab-org/gitlab!79028
-
Kushal Pandya authored
Replace `owner` with array of owners in project admin show page See merge request gitlab-org/gitlab!78974
-
Kushal Pandya authored
Roadmap setting - Move daterange to sidebar See merge request gitlab-org/gitlab!79084
-
Kati Paizee authored
Docs spelling errors See merge request gitlab-org/gitlab!79154
-
Stan Hu authored
Revert "Revert "Upgrade GitLab Pages to 1.51.0"" See merge request gitlab-org/gitlab!79182
-
Heinrich Lee Yu authored
Milestone description: show issuable reference title See merge request gitlab-org/gitlab!79027
-
Jonas Wälter authored
Changelog: fixed
-
Ramya Authappan authored
Quarantine broken free_trial_spec.rb See merge request gitlab-org/gitlab!79174
-
Joshua Lambert authored
Add docs for reducing data transfer costs See merge request gitlab-org/gitlab!78614
-
Tim Rizzi authored
-
Kushal Pandya authored
Prevent pushing null when creating a new label See merge request gitlab-org/gitlab!79121
-
Natalia Tepluhina authored
-
Jaime Martinez authored
This reverts commit b59278f9.
-
Marcel Amirault authored
Clarify in docs trigger keyword See merge request gitlab-org/gitlab!79162
-
Joshua Lambert authored
Update add-on to include transfer See merge request gitlab-org/gitlab!79091
-
Joshua Lambert authored
-