zitadel/internal/eventstore
Livio Spring 29441ce4b6
feat: save last occurrence of failed events and fix instance filtering (#4710)
* fix: filter failed events and current sequence correctly

* fix failed events sorting column

* feat: save last occurrence of failed event

* fix failedEvents query and update sql statements

* change sql statement to only create index

* fix linting

* fix linting

* Update internal/query/failed_events.go

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

* update job name on test-docs to match the one from test-code

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2022-11-18 13:49:38 +01:00
..
handler feat: save last occurrence of failed events and fix instance filtering (#4710) 2022-11-18 13:49:38 +01:00
repository fix(user): add search query for login name (#4173) 2022-10-31 13:03:23 +00:00
v1 feat: save last occurrence of failed events and fix instance filtering (#4710) 2022-11-18 13:49:38 +01:00
aggregate.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
asset.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
event_base.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
event.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
eventstore_test.go fix: scheduling (#3978) 2022-07-22 10:08:39 +00:00
eventstore.go fix: instance remove (#4602) 2022-10-26 13:06:48 +00:00
example_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
local_crdb_test.go feat(database): support for postgres (#3998) 2022-08-31 07:52:43 +00:00
read_model.go feat: projections auto create their tables (#3324) 2022-03-23 09:02:39 +01:00
search_query_test.go fix: improve performance (#4300) 2022-09-02 14:05:13 +00:00
search_query.go fix: improve performance (#4300) 2022-09-02 14:05:13 +00:00
subscription.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
unique_constraint.go fix: instance remove (#4602) 2022-10-26 13:06:48 +00:00
version.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
write_model.go feat: projections auto create their tables (#3324) 2022-03-23 09:02:39 +01:00