Open
Description
This in turn will add support to the release
entity in selectors.
With the current implementation, if a selector is added to the release entity, for example:
selection:
- entity: release
selector: entity.name == 'test-org/public-repo/v8'
Then it fails with the message
No converter available
because the selector logic is written per entity type and there is no support for releases, see
minder/internal/providers/selectors/selector_entity.go
Lines 98 to 108 in 58972c8
Since we are moving towards having a more generic entity type, using the EntityInstance
type, we should also make the selector logic more generic.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog