dendrite/internal
Kegsay 85ac8a3f5b
Factor out how monolith routes get added (#1107)
Previously we had 3 monoliths:
 - dendrite-monolith-server
 - dendrite-demo-libp2p
 - dendritejs

which all had their own of setting up public routes. Factor this
out into a new `setup.Monolith` struct which gets all dependencies
set as fields. This is different to `basecomponent.Base` which
doesn't provide any way to set configured deps (e.g public rooms db)

Part of a larger process to clean up how we initialise Dendrite.
2020-06-09 12:07:33 +01:00
..
basecomponent More flexible caching (#1101) 2020-06-05 16:42:01 +01:00
caching More flexible caching (#1101) 2020-06-05 16:42:01 +01:00
config General cleanup when making components (#1098) 2020-06-05 09:28:15 +01:00
http Miscellaneous fixes (#1060) 2020-05-26 14:41:16 +01:00
httpapis Define path prefixes in a package that doesn't create import cycles 2020-05-22 14:18:41 +01:00
setup Factor out how monolith routes get added (#1107) 2020-06-09 12:07:33 +01:00
sqlutil Add ParseFileURI and use it when dealing with file URIs (#1088) 2020-06-04 11:18:08 +01:00
test Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
transactions Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
consumers.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
eventcontent.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
events.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
httpapi_test.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
httpapi.go Encode v3 event IDs correctly (#1090) 2020-06-04 11:14:08 +01:00
log.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
partition_offset_table.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
postgres_wasm.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
postgres.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
routing.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
sql.go Fix pg user already exists (#1076) 2020-06-01 18:34:29 +01:00
types.go Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00