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

New dispatcher

wyzula_j requested to merge new_dispatcher into master

Description

Refactor of BECDispatcher done by @guijar_m to make it more Qt friendly and compatible with refactored RedisConnector with register/unregister methods ( tested with bec!480 (merged)).

Related Issues

closes #130 (closed)

Type of Change

  • Stream and pubsub register logic moved to RedisConnector → now only register in BECDispatcher no matter what type
  • QtRedisConnector
  • QtThreadSafeCallback
  • BECDispatcher tests are moved to bec

Potential side effects

ATM teardown for tests do not work, due to wrong types passed into new RedisConnector → Done

Additional Comments

@guijar_m please add additional info if I haven't covered everything.

Definition of Done

  • Documentation is up-to-date.
  • fix redis connector to make disconnect all functional in bec!480 (merged)
Edited by wyzula_j

Merge request reports