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

refactor(utils/bec_dispatcher): new singleton definition

wyzula_j requested to merge refactor/bec-dispatcher-singleton into master

Description

New singleton definition for BECDispatcher providing more idiomatic approach with __new__, similar to BECClient in bec_core .

Related Issues

closes #129 (closed)

Type of Change

  • BECDispatcher singleton creation
  • Singleton instance can be reset

Potential side effects

None

Definition of Done

  • Documentation is up-to-date.

Merge request reports

Loading