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(bec_lib): device.describe should not be an rpc method

wakonig_k requested to merge fix/device_describe into master

Description

The device inspection through device.describe() or device.describe_configuration should not rely on rpc method calls. Instead it should simply use the already existing device info dict.

Related Issues

closes #225 (closed)

Type of Change

  • Made describe and describe_configuration return directly the content of device._info

Potential side effects

The device info cannot be changed in runtime, so I think it is safe to not access it through rpc.

Definition of Done

  • Documentation is up-to-date.

Merge request reports