zitadel/internal/eventstore/models
Silvan 41e1a7cc7b
fix(spooler): correct workers (#508)
* one concurrent task

* disable spooler

* fix: improve concurrency in spooler

* fix: dont block lock

* fix: break if lock failed

* fix: check if handler is working

* fix: worker id

* fix: test

* fix: use limit for spoolers configured in startup.yaml

* fix test

* fix: factory

* fix(key): only reduce if not expired

* fix(searchQueryFactory): check for string-slice in aggregateID

* fix(migrations): combine migrations

* fix: allow saving multiple objects in one request

* fix(eventstore): logging

* fix(eventstore): rethink insert i locks table

* fix: ignore failed tests for the moment

* fix: tuubel

* fix: for tests in io

* fix: ignore tests for io

* fix: rename concurrent tasks to workers

* fix: incomment tests and remove some tests

* fix: refert changes for io

* refactor(eventstore): combine types of sql in one file

* refactor(eventstore): logs, TODO's, tests

* fix(eventstore): sql package

* test(eventstore): add tests for search query factory

* chore: logs

* fix(spooler): optimize lock query
chore(migrations): rename locks.object_type to view_name
chore(migrations): refactor migrations

* test: incomment tests

* fix: rename PrepareSaves to PrepareBulkSave

* chore: go dependencies

* fix(migrations): add id in events table

* refactor(lock): less magic numbers

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2020-07-28 09:42:21 +02:00
..
aggregate_creator_test.go feat: org command sides (#96) 2020-05-13 14:22:29 +02:00
aggregate_creator.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
aggregate_test.go feat: org command sides (#96) 2020-05-13 14:22:29 +02:00
aggregate.go feat: add project creator role on register user (#222) 2020-06-15 14:57:19 +02:00
event_test.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
event.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
field.go fix: Project checks (#141) 2020-05-28 06:53:12 +02:00
filter_test.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
filter.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
object_test.go feat: application commands (#50) 2020-04-21 17:00:32 +02:00
object.go feat: project view (#90) 2020-05-11 12:16:29 +02:00
operation.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
search_query_old_test.go fix(spooler): correct workers (#508) 2020-07-28 09:42:21 +02:00
search_query_old.go fix(spooler): correct workers (#508) 2020-07-28 09:42:21 +02:00
search_query_test.go fix(spooler): correct workers (#508) 2020-07-28 09:42:21 +02:00
search_query.go fix(spooler): correct workers (#508) 2020-07-28 09:42:21 +02:00
version_test.go Eventstore (#22) 2020-04-06 06:42:21 +02:00
version.go Eventstore (#22) 2020-04-06 06:42:21 +02:00