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

Draft: Dynamic Namespace for GUIClient

appel_c requested to merge refactor/namespace_rpc_broadcast into pre_release_v2

Description

This MR introduces the RPC broadcast refactoring that will give us a dynamic namespace for the GUI object of the client.

Related Issues

closes #451 (closed) closes #450 (closed) closes #428

Type of Change

  • RPCRegister
  • Namespace is built dynamically based on registry broadcast

How is this done? BECDockArea states are broadcasted, Docks and widgets are then accessible through the BECDockArea config. Therefore the config has to always be up-to-date

Definition of Done

  • Documentation is up-to-date.
  • Add tests for bec_dock e2e

Merge request reports

Loading