zitadel/internal/api/grpc/action/v3alpha
Stefan Benz f37113194d
fix: actions v2 circular check for includes (#7563)
Add a check for circular includes in action v2 executions, so that no
self-includes or infinite loops can happen.

Closes #7445 

### Definition of Ready

- [x] I am happy with the code
- [x] Short description of the feature/issue is added in the pr
description
- [x] PR is linked to the corresponding user story
- [x] Acceptance criteria are met
- [x] All open todos and follow ups are defined in a new ticket and
justified
- [x] Deviations from the acceptance criteria and design are agreed with
the PO and documented.
- [x] No debug or dead code
- [x] My code has no repetitions
- [x] Critical parts are tested automatically
- [x] Where possible E2E tests are implemented
- [x] Documentation/examples are up-to-date
- [x] All non-functional requirements are met
- [x] Functionality of the acceptance criteria is checked manually on
the dev system.

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-05-22 16:05:06 +00:00
..
execution_integration_test.go fix: actions v2 circular check for includes (#7563) 2024-05-22 16:05:06 +00:00
execution_target_integration_test.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
execution.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
query_integration_test.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
query.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
server_integration_test.go fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
server.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
target_integration_test.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
target_test.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
target.go feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00