- 09 Mar, 2022 37 commits
-
-
Patrick Steinhardt authored
Gitaly has started to return detailed errors in the context of UserMergeBranch, which was the first proof of concept to see whether this new model makes sense for error handling. With the introduction of structured error handling we also had to convert Rails to handle these new types of errors, which led to the introduction of the new helper function `#decode_detailed_error`. This function both is responsible for decoding the error, and translating it into Rails-specific errors. While it makes sense to have it decode errors, the concrete translation into Rails-specific errors is something that is specific for every RPC: UserMergeBranch can return one set of error details, while other RPCs may return a different set of error details. Mixing this all into a single function that is supposed to be shared between RPCs thus does not make much sense. Refactor the code to move the RPC-specific error translation into the RPC's own error handling. This prepares for the introduction of error detail handling in UserSquash.
-
Patrick Steinhardt authored
Tests for the UserCommitFiles RPC are currently part of the tests for UserSquash. This seems to be unintentional and doesn't make a whole lot of sense. Move out tests for UserCommitFiles into its own standalone context.
-
Kati Paizee authored
Clarify that admin must set webhook_timeout See merge request gitlab-org/gitlab!82464
-
Ben Bodenmiller authored
-
Kati Paizee authored
Note issue between GitLab Pages and Let's Encrypt See merge request gitlab-org/gitlab!82459
-
Dylan Griffith authored
Add test coverage for interruptible with child pipelines See merge request gitlab-org/gitlab!82347
-
Simon Knox authored
Make hr visible in dark mode See merge request gitlab-org/gitlab!81559
-
Paula-Diana Băcîrcea authored
Changelog: fixed
-
Kati Paizee authored
Fix typo in docs `acess` -> `access` See merge request gitlab-org/gitlab!82445
-
Dylan Griffith authored
Refactor work_items/types_resolver_spec. Fix subject See merge request gitlab-org/gitlab!82424
-
Dylan Griffith authored
Set floc opt out header before_action See merge request gitlab-org/gitlab!82320
-
Vitaly Slobodin authored
Remove rubocop:disable QA/ElementWithPattern See merge request gitlab-org/gitlab!80541
-
Alex Pooley authored
Prevent user blocking themselves through API See merge request gitlab-org/gitlab!80224
-
Ela Doğruyol authored
-
Simon Knox authored
Remove real-time feature flags See merge request gitlab-org/gitlab!82378
-
Heinrich Lee Yu authored
These have been enabled by default for a couple of releases now. Changelog: other
-
john doe authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/342781
-
Simon Knox authored
Fix remove button overlap with other components See merge request gitlab-org/gitlab!82346
-
Alex Pooley authored
Header Search Refactor - Handle Errors in the component See merge request gitlab-org/gitlab!80746
-
Simon Knox authored
Fix invited group members not showing on group/project issues list See merge request gitlab-org/gitlab!82317
-
Evan Read authored
Update Change Group's Path instructions to match with UI See merge request gitlab-org/gitlab!82403
-
Krasimir Angelov authored
Drop old index for security ci builds on name and id parser See merge request gitlab-org/gitlab!82354
-
Max Woolf authored
Add git audit streaming events See merge request gitlab-org/gitlab!76719
-
Baodong authored
When user download source code on GUI.
-
Heinrich Lee Yu authored
Fix source position mapping in markdown with frontmatter See merge request gitlab-org/gitlab!81470
-
Ezekiel Kigbo authored
Merge branch '344108-replace-browser-confirm-modal-with-glmodal-in-app-assets-javascripts-environments-components-2' into 'master' Replace window.confirm with GlModal in environment actions See merge request gitlab-org/gitlab!80425
-
Michael Kozono authored
Fix variable in _prometheus.html.haml so it shows as a code block See merge request gitlab-org/gitlab!82395
-
Evan Read authored
docs: Gitaly profiling instructions See merge request gitlab-org/gitlab!82343
-
Will Chandler authored
Add notes to public docs on how to profile Gitaly. Currently this is only in our SRE runbooks.
-
Chloe Liu authored
De-duplicate already marked for deletion check See merge request gitlab-org/gitlab!82173
-
Evan Read authored
List comparison to group access tokens in personal tokens See merge request gitlab-org/gitlab!82227
-
Mayra Cabrera authored
Param requires_python is optional for pypi See merge request gitlab-org/gitlab!81946
-
Steve Abrams authored
Make the requires_python optional for the pypi upload endpoint to conform with pypi standards. Changelog: fixed
-
Ezekiel Kigbo authored
Project settings: fix semi-linear merge description See merge request gitlab-org/gitlab!82261
-
Russell Dickenson authored
Remove Legacy Feature Flag instructions See merge request gitlab-org/gitlab!82294
-
Shinya Maeda authored
-
Suzanne Selhorn authored
Fix the Agent default namespace in docs See merge request gitlab-org/gitlab!82413
-
- 08 Mar, 2022 3 commits
-
-
Anastasia McDonald authored
E2E: Log successful adding of license key See merge request gitlab-org/gitlab!82302
-
Sanad Liaquat authored
-
Gerg Myers authored
-