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

feat: add client message handler to send info messages from services to clients

appel_c requested to merge feat/add_client_msg_handler into main

Description

This MR introduces the option to send client messeage from any service.

Related Issues

Type of Change

  • add client info callback to bec_lib.scan_manager
  • add msg_bucket to bec_lib.request_item
  • ConnectorBase adds method send_client_info
  • removed log_info/warning etc. from ConnectorBase

Potential side effects

  • Upon restarting BEC, messages from the bucket are printed. This points to a bug in redis_connector.register, issue was created #287.

Definition of Done

  • Documentation is up-to-date -> Postponed, see #286
  • Remove self.connector.send_client_info from acquire and Move
  • Review missing msg for fast acquisitions
  • review missing show_asap msg updates for move_device updates
Edited by appel_c

Merge request reports