zitadel/pkg/grpc
Tim Möhlmann ecfb9d0d6d
perf(command): user grant pre-condition check using the search table (#8230)
# Which Problems Are Solved

Imporve the performance of user grant addition, especially for import.

# How the Problems Are Solved

Use the search table to query for the project grant state. 
This could easily be done by making the search used in
`checkProjectGrantPreCondition` reusable.

# Additional Changes

Chanded event declerations to `const` in the
`internal/repository/project` package.

# Additional Context

- Performance improvements for import are evaluated and acted upon
internally at the moment

---------

Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-07-04 16:18:43 +00:00
..
action feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
admin fix(adminAPI): localize event type (#5059) 2023-01-19 15:50:05 +00:00
app chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
auth chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp feat: add azure provider templates (#5441) 2023-03-15 07:48:37 +01:00
management feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
message fix(adminAPI): localize event type (#5059) 2023-01-19 15:50:05 +00:00
protoc/v2 perf(command): user grant pre-condition check using the search table (#8230) 2024-07-04 16:18:43 +00:00
settings feat: Default configs sms provider (#3187) 2022-02-21 12:22:20 +00:00
user fix: add organizationID query for user v2 ListUsers and clean up depeprecated attribute (#7593) 2024-03-21 08:07:00 +00:00