Fabi
|
5132ebe07c
|
feat: add tenant column to eventstore (#3314)
* feat: add tenant column to eventstore
* feat: read tenant from context on push and filter
* Update 07_events_table.sql
* pass tenant to queryFactory
* fix some query tests
* init in tests
* add missing sql files
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
|
2022-03-15 07:19:02 +01:00 |
|
Livio Amstutz
|
5463244376
|
feat: encryption keys in database (#3265)
* enable overwrite of adminUser fields in defaults.yaml
* create schema and table
* cli: create keys
* cli: create keys
* read encryptionkey from db
* merge v2
* file names
* cleanup defaults.yaml
* remove custom errors
* load encryptionKeys on start
* cleanup
* fix merge
* update system defaults
* fix error message
|
2022-03-14 07:55:09 +01:00 |
|
Silvan
|
4272ea6fe1
|
fix: init sub commands (#3218)
* fix(init): add sub commands
* fix(init): admin user in config,
test(init): verify functions
* refactor: config, remove second commands
* refactor: init steps
* chore: fix link in readme
* chore: numerate sql files
* Update cmd/admin/initialise/sql/README.md
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update cmd/admin/initialise/sql/README.md
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* fix(init): remove unused index
* user
* fix database username in defaults.yaml
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
|
2022-02-16 12:30:49 +00:00 |
|
Silvan
|
c086c4fd55
|
fix(init): add sub commands (#3194)
|
2022-02-11 14:07:32 +01:00 |
|