Commit graph

7 commits

Author SHA1 Message Date
Till Faelligen 5781716af7
Never expire m.direct_to_device 2022-08-09 09:27:28 +02:00
Till Faelligen d0f15d3aef
Fix migrations 2022-08-03 09:03:49 +02:00
Till Faelligen 3f6008cf0c
Merge branch 'main' of github.com:matrix-org/dendrite into s7evink/expireedus 2022-08-03 08:50:06 +02:00
Till 081f5e7226
Update database migrations, remove goose (#2264)
* Add new db migration

* Update migrations
Remove goose

* Add possibility to test direct upgrades

* Try to fix WASM test

* Add checks for specific migrations

* Remove AddMigration
Use WithTransaction
Add Dendrite version to table

* Fix linter issues

* Update tests

* Update comments, outdent if

* Namespace migrations

* Add direct upgrade tests, skipping over one version

* Split migrations

* Update go version in CI

* Fix copy&paste mistake

* Use contexts in migrations

Co-authored-by: kegsay <kegan@matrix.org>
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-07-25 10:39:22 +01:00
Till Faelligen 531a557e9d Set expires_at to tomorrow 2022-05-16 15:49:58 +02:00
Till Faelligen c3951b8474 Add migrations 2022-04-28 13:47:01 +02:00
Neil Alexander ec716793eb
Merge federationapi, federationsender, signingkeyserver components (#2055)
* Initial federation sender -> federation API refactoring

* Move base into own package, avoids import cycle

* Fix build errors

* Fix tests

* Add signing key server tables

* Try to fold signing key server into federation API

* Fix dendritejs builds

* Update embedded interfaces

* Fix panic, fix lint error

* Update configs, docker

* Rename some things

* Reuse same keyring on the implementing side

* Fix federation tests, `NewBaseDendrite` can accept freeform options

* Fix build

* Update create_db, configs

* Name tables back

* Don't rename federationsender consumer for now
2021-11-24 10:45:23 +00:00