Changelog
- 404f02a Merge branch 'eventstore-phase-3' into merge-eventstore
- ab7acee Merge branch 'main' into eventstore-phase-3
- c48fa13 Merge branch 'main' into eventstore-phase-3
- ce475e2 Merge branch 'main' into eventstore-phase-3
- 9988bc4 Merge branch 'main' into merge-eventstore
- ffdc814 Merge branch 'merge-eventstore' of github.com:zitadel/zitadel into merge-eventstore
- ee01ca5 Merge branch 'merge-eventstore' of github.com:zitadel/zitadel into merge-eventstore
- 8f9dd45 Merge branch 'next' into merge-eventstore
- 460c121 Merge branch 'next' into merge-eventstore
- 8a53324 Merge remote-tracking branch 'origin/merge-eventstore' into merge-eventstore
- ba6a751 add comment for indexes
- 03930ad await view timestamp
- ee5c3a3 base implementation done
- b1154e5 bench write parallel
- 114e51f better implementation of statements
- 8ef7957 build: correct go version
- 06c5529 change eventstore event ordering
- 8825dde chore: change tag name
- b9b8aaa chore: disable notifications
- 3cacab8 chore: go 1.20
- 55d589c chore: merge rc into next (#6037)
- 251cdc3 chore: pre release branch
- 317ef47 chore: prerelease true
- b7c9cf0 chore: update cockroach client
- 5e71940 chore: update releaserc
- b3132ef chore: versions
- 059b1bf cleanup
- 80c2dfd compiles
- e780717 continue bench
- 0ebb01b correct handling of locked states
- 4ddf528 correct parallel
- 2ab7cdd create if not exists
- 2ad9de8 current state
- 174b0c7 disable lint for ctx
- 160541c don't timeout on PUT
- 130a05b expect settings properties
- a4092d6 failed events
- 1cc2f34 fix most of the tests
- d6d4198 fix session projection
- 1330d6a fix test
- 50a529c fix(config): add possibility to use old implementation
- 82e5662 fix(defaults): smaller bulk in auth
- e566980 fix(eventstore): add indexes
- 7cdea17 fix(eventstore): handler subscribe to event types
- b6a8401 fix(eventstore): non blocking subscription
- 29ae794 fix(eventstore): query no data in the future
- 6086361 fix(eventstore): set editor service
- aa42021 fix(eventstore): set resource owner if empty
- 9193dee fix(gorm): panic
- 3497169 fix(handler): return NOWAIT error
- c21f716 fix(handler): skip already processed instances
- 4afbc32 fix(handler): use creation date instead of sequence
- a910258 fix(memberships): show instance name
- ad0acdb fix(projections): add indexes
- 1af2060 fix(projections): allow INCLUEs on index creation
- 6b084f2 fix(query): use current_states table
- 7345ea7 fix(saml): correct max key sequence filter
- 200cd4a fix(scheduler): store creation date as state
- 4038cc0 fix(scheduler): store creation date as state
- 91eaca0 fix(user): update call timestamp
- e705eeb fix(v2): set instance if empty
- 190c899 fix: add base filters first
- 1251fac fix: add should nowait
- 7cb0b2f fix: check null values in current state
- 117b121 fix: correct event subscription
- 652d279 fix: create new version
- efb5890 fix: don't skip if bug in code
- afca1d9 fix: eventstore new active instances index
- 6242bf6 fix: exec == nil
- f5fd4cf fix: failed events
- d47e9df fix: get failed events and sequences from all schemas
- 7cfdd45 fix: handler config
- a13d7b1 fix: imports
- 22e39d3 fix: instance query
- 70beff0 fix: load user after create
- be40eb6 fix: merge main
- cc12e91 fix: nil pointer on create instance add machine (#6000)
- 29dd781 fix: reduce default bulk limits
- f6c9188 fix: remove useless bools from config
- 1e563da fix: set instance id
- d72b697 fix: step 11
- 480a82b fix: update linking users if action changed values (#6024)
- 3582f47 fix: user context timestamp
- 37ee078 fixes
- 7ad93ce give github a chance
- dedbf7f go 1.20 in dockerfile
- da0165a handle subscription
- 3cfd2ba i have no better idea
- 4179256 imports
- 148b5af insert events before the unique constraints
- 44f54af instance opt
- e2554d2 integration 1.20
- 9a169cd is this faster?
- bedb376 it compiles
- e83a1d9 lint
- 4d17661 no inclueds in postgres
- ddcc5e6 refacotr: linting
- 094d52c refacotr: linting
- fc09336 refacotr: linting
- b48508d refacotr: linting
- cc67296 refacotr: linting
- 26edd4a refacotr: linting
- 5c4b4a4 refacotr: linting
- af5359f refacotr: linting
- 823606a refactor database
- bf7be25 refactor: comment from review
- e44bfd5 refactor: events to statements function
- 59da3cc refactor: imports
- 600ae1b refactor: imports
- ffcc90d refactor: lingint
- f139f41 refactor: log method of handler
- be7dea2 refactor: log method of handler
- d51c073 refactor: logging
- e204de0 refactor: noop statemnt nil
- a385a5a refactor: remove unsused code
- c69f2d3 refactor: remove unsused code
- 25e7460 refactor: rename err var
- 6ca5a7a refactor: rename latest sequence to latest state
- 40a0a7e refactor: repo/v3 implement eventstore
- 5603707 refactor: review comments
- 73196e4 releaser version
- db25da3 retry get user
- bbfbe54 retry if add fails
- 19c38ef revert update go version
- 2985c7f should work now
- 34dca90 start bench
- 35d3037 tests
- d44c525 tests are green
- d872e44 tests running
- 3b91731 try 1.19 in releaser
- 2895ba6 untested implementation
- 87e566e works