Fabi
|
28bfe72930
|
feat: uniqueness (#1190)
* feat: uniqueness on events
* fix: some tests
* fix: add unique username
* fix: nice error message
* fix: add unique test
* fix: add unique test
* fix: add unique constraint to events
* fix: correct unique constraint on user events
* fix: remove user constraint
* fix: add unique constraints
* fix: add unique constraints
* fix: add unique constraints
* fix: unnique constraints without interface
* fix: unique idp config
* fix: unique constraint comments
* fix: unique constraints in one table
* fix: unique constraints error
* fix: fix unique constraint on create user
* fix: fix unique constraint on create project
* fix: fix unique constraint on idp configs
|
2021-01-21 10:49:38 +01:00 |
|
Fabi
|
3cd3a238c2
|
fix: all enums same style (#262)
* fix: all enums same style
* fix: rename process to reduce
* add some missing enum renaming
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
|
2020-06-23 14:47:47 +02:00 |
|
Fabi
|
b9aae0b2e3
|
feat(eventstore): add spooler (#78)
* add spooler to eventstore
* Update internal/eventstore/spooler/spooler.go
Co-Authored-By: Silvan <silvan.reusser@gmail.com>
* Update internal/eventstore/spooler/spooler_test.go
Co-Authored-By: Silvan <silvan.reusser@gmail.com>
* remove comments
* fix race condition in test
Co-authored-by: Silvan <silvan.reusser@gmail.com>
|
2020-04-29 12:11:13 +02:00 |
|