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

Draft: Introduce BECEvents

appel_c requested to merge feat/bec_events_add_device_monitor into main

Description

This MR adds bec_events to the client. In future, this will help to keep the namespace clean

Related Issues

closes #271 (closed), closes #323 (closed)

Type of Change

  • Add BECEvent class, accessible via bec.events
  • Add device_monitor to bec.events to access data on the device_monitor endpoint

Potential side effects

If DAP and bl_checks should move to bec.events it will also affect the usage of DAP in BECWidgets

Additional Comments

It would be logic to also add DAP and bl_checks to BECEvent class.

Definition of Done

  • Documentation is up-to-date.
  • Consider adding DAP and bl_checks to BECEvents
Edited by appel_c

Merge request reports

Loading