Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix: ensure rpc object do not collide with protected names

wakonig_k requested to merge fix/protected_names_rpc into main

Description

This MR adds additional checks to ensure that the object_name does not collide with the rpc namespace. Moreover, it adds the option to test SafeSlot-guarded slots by overriding the slot parameters with a parameter dictionary. This greatly simplifies writing tests.

Related Issues

closes #464 (closed)

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading