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(client_utils): added close rpc command to shutdown of gui from bec_ipython_client

wyzula_j requested to merge fix/client_shutdown into main

Description

Added RPC command "close" to the close method of BECGuiClientMixin. This provide proper close of the GUI window used with BECIpythonClient if the window was closed manually or not.

Merge request reports