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(spiral_progress_bar): EndpointInfo removed from ring connection configuration.

wyzula_j requested to merge fix/endpointinfo-spiral-bar into main

Description

The EndpointInfo removed from RingConnections from RingConfig to avoid serialisation issues with pydantic model.

EndpointInfo can be still passed into config, but it is always stored as a string.

Related Issues

closes #195 (closed)

Type of Change

  • EndpointInfo converted to string before saving in config.
  • added float as a valid arg for saving in RingConfig.

Potential side effects

None

Edited by wyzula_j

Merge request reports