mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
feat: query side for executions and targets for actions v2 (#7524)
* feat: add projections and query side to executions and targets * feat: add list and get endpoints for targets * feat: add integration tests for query endpoints target and execution * fix: linting * fix: linting * fix: review changes, renames and corrections * fix: review changes, renames and corrections * fix: review changes, renames and corrections * fix: review changes, renames and corrections * fix: review changes, renames and corrections * fix: review changes, renames and corrections * fix: remove position from list details
This commit is contained in:
@@ -99,7 +99,7 @@ func TestActionProjection_reduces(t *testing.T) {
|
||||
args: args{
|
||||
event: getEvent(
|
||||
testEvent(
|
||||
action.ChangedEventType,
|
||||
action.DeactivatedEventType,
|
||||
action.AggregateType,
|
||||
[]byte(`{}`),
|
||||
),
|
||||
@@ -131,7 +131,7 @@ func TestActionProjection_reduces(t *testing.T) {
|
||||
args: args{
|
||||
event: getEvent(
|
||||
testEvent(
|
||||
action.ChangedEventType,
|
||||
action.ReactivatedEventType,
|
||||
action.AggregateType,
|
||||
[]byte(`{}`),
|
||||
),
|
||||
@@ -163,7 +163,7 @@ func TestActionProjection_reduces(t *testing.T) {
|
||||
args: args{
|
||||
event: getEvent(
|
||||
testEvent(
|
||||
action.ChangedEventType,
|
||||
action.RemovedEventType,
|
||||
action.AggregateType,
|
||||
[]byte(`{}`),
|
||||
),
|
||||
|
Reference in New Issue
Block a user