zitadel/internal/api/grpc/resources/action/v3alpha
Tim Möhlmann 02c78a19c6
fix(actions-v3): check feature flag on list methods (#8595)
# Which Problems Are Solved

In actions/v3 there was no check for the feature flag on any of the:

- ListExecutionFunctions
- ListExecutionMethods
- ListExecutionServices

In the integration tests `ensureFeatureEnabled` relies on
`ListExecutionMethods` to return an error if the feature is not enabled.
This fix makes the test wait untill the feature is fully projected.

# How the Problems Are Solved

Add the feature check to all of the above methods.

# Additional Changes

- none

# Additional Context

Flaky introduced in https://github.com/zitadel/zitadel/pull/8407
2024-09-11 09:43:44 +00:00
..
integration_test chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
execution.go fix(actions-v3): check feature flag on list methods (#8595) 2024-09-11 09:43:44 +00:00
query.go feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00
server.go feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00
target_test.go feat(v3alpha): write actions (#8225) 2024-07-31 14:42:12 +02:00
target.go feat(v3alpha): read actions (#8357) 2024-08-12 22:32:01 +02:00