zitadel/internal/api/grpc/admin
Fabi a43e1fc34a
feat: reset projections and remove failed events (#2770)
* feat: change failed events to new projection

* feat: change failed events to new projection

* feat: change current sequences to new projection

* feat: add tests

* Update internal/api/grpc/admin/failed_event.go

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* Update internal/api/grpc/admin/view.go

Co-authored-by: Livio Amstutz <livio.a@gmail.com>

* fix: truncate

* fix reset

* fix reset

* Rename V1.102__queries.sql to V1.103__queries.sql

* improve current_sequence and truncate view tables

* check sub tables of view are tables

* Update internal/query/current_sequence_test.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* fixes and use squirrel

* missing error handling

* lock before reset

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2021-12-16 14:44:26 +01:00
..
custom_text_converter.go fix: tos on external registration (#2164) 2021-08-11 11:50:03 +00:00
custom_text.go feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
failed_event_converter_test.go feat: reset projections and remove failed events (#2770) 2021-12-16 14:44:26 +01:00
failed_event_converter.go feat: reset projections and remove failed events (#2770) 2021-12-16 14:44:26 +01:00
failed_event.go feat: reset projections and remove failed events (#2770) 2021-12-16 14:44:26 +01:00
features.go fix: features query (#2610) 2021-11-21 20:22:25 +01:00
iam_member_converter_test.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
iam_member_converter.go feat: member queries (#2796) 2021-12-16 13:25:38 +00:00
iam_member.go feat: member queries (#2796) 2021-12-16 13:25:38 +00:00
idp_converter_test.go feat: jwt as idp (#2363) 2021-09-14 15:15:01 +02:00
idp_converter.go fix(projections): user idp link projection (#2583) 2021-11-02 10:08:47 +01:00
idp.go feat(queries): login policy idp links (#2767) 2021-12-08 14:49:19 +01:00
information.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
label_policy_converter.go feat: label policy (#1708) 2021-06-04 14:53:51 +02:00
label_policy.go fix(queries): Label policy projection (#2479) 2021-11-24 16:02:00 +01:00
language.go feat: Custom message files (#1992) 2021-07-13 07:13:39 +02:00
lockout_converter.go feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
lockout.go fix(queries): lockout policy (#2419) 2021-10-20 14:28:24 +00:00
login_policy_converter.go feat(queries): login policy idp links (#2767) 2021-12-08 14:49:19 +01:00
login_policy.go feat(queries): login policy idp links (#2767) 2021-12-08 14:49:19 +01:00
oneof.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
org_converter.go feat(queries): use org projection (#2342) 2021-09-29 13:20:57 +02:00
org_iam_policy.go fix(queries): org iam policy (#2432) 2021-10-21 08:01:08 +00:00
org.go fix: filter of domain claimed users (#2752) 2021-11-29 17:36:24 +01:00
password_age_converter.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
password_age.go fix(queries): password age policy (#2418) 2021-10-20 13:02:58 +00:00
password_complexity_converter.go feat: protos refactoring 2021-03-09 10:30:11 +01:00
password_complexity.go fix(query): pw complexity policy (#2417) 2021-10-20 13:44:02 +02:00
privacy_policy_converter.go feat: Privacy policy (#1957) 2021-07-05 10:36:51 +02:00
privacy_policy.go fix(queries): privacy policy (#2431) 2021-10-20 15:12:34 +00:00
server.go feat: member queries (#2796) 2021-12-16 13:25:38 +00:00
user_converter.go fix: remove duplicate pw and otp verification (#2226) 2021-08-18 17:04:56 +02:00
view_converter.go feat: reset projections and remove failed events (#2770) 2021-12-16 14:44:26 +01:00
view.go feat: reset projections and remove failed events (#2770) 2021-12-16 14:44:26 +01:00