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(utils/bec_dispatcher): bec_dispatcher adjusted to the new BECClient;...

wyzula_j requested to merge fix/bec-dispatcher-new-client into master

Description

Changing BECDispatcher to adjust for new BECClient introduced by bec!516 (merged).

Related Issues

close #115 (closed)

Type of Change

  • No config path to be specified as arg, the client is always taken from the singleton instance of BECClient

Potential side effects

Not, know, I tested the bec with BECFigure and all works as intended. Test are passing locally with refactor/client_cleanup branch on BEC

Additional Comments

@usov_i now there is no way to pass bec_config.yaml to dispetcher, instead it takes client as a arg (if it is needed for testing/debugging, in production I think there is no need to pass any other client and always to refer to the singleton one).

Merge request reports

Loading