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 bug in RPCReference for properties of RPC objects

appel_c requested to merge fix/rpc_reference_for_properties into pre_release_v2

Description

This MR fixes that RPCReference would not support rpc calls to properties. It extends the __setattr__ behavior of the reference class. To avoid future issues, a test was added that checks that properties and methods are executed both.

Related Issues

closes #471 (closed)

Definition of Done

  • Documentation is up-to-date.

Merge request reports

Loading