MTRNord
fffd8563e3
Add opentelemetry tracing support
...
Add logging to tracing
Improve logging
Fix order of imports
Add missing pieces of tracing code
Add more logging
Try nested spans
Expand traces using an decorator
Improve quality of spans
Add missing tracing decorations
Filter metrics and healthz
Add more traces
Fix return type error
2023-09-01 19:13:55 +02:00
Aminda Suomalainen
e4c02b96cd
Add pre-commit configuration ( #34 )
...
* add .pre-commit-config.yaml
Signed-off-by: Aminda Suomalainen <suomalainen+git@mikaela.info >
* .editorconfig: decrease indent size for text
* .pre-commit-config.yaml: remove prettier
Signed-off-by: Aminda Suomalainen <suomalainen+git@mikaela.info >
* .editorconfig consistency.
* .pre-commit-config.yaml: restore sample hooks
* .editorconfig: disable indent_size for LICENSE & NOTICE
* pre-commit run --all-files
* tsconfig.json: tabs to spaces
* .pre-commit-config.yaml: update editorconfig-checker to 2.7.2
* .editorconfig: disable indent_size for markdown
* mjolnir-entrypoint.sh: retab
* .editorconfig: also exclude json from indent checking
* test/nginx.conf: retab
* test/integration/commands/redactCommandTest.ts: remove leading space
* retab or remove leading whitespaces for the rest of the files
* src/appservice/datastore.ts remove newlines
* test/integration/commands/roomTest.ts: remove leading space.
---------
Signed-off-by: Aminda Suomalainen <suomalainen+git@mikaela.info >
Co-authored-by: gnuxie <Gnuxie@protonmail.com >
2023-08-29 13:38:00 +01:00
gnuxie
598f5483d9
type guards for updated Permalink helper
2023-03-09 15:20:52 +00:00
gnuxie
a960025b61
Add Permalink changes from
...
https://github.com/turt2live/matrix-bot-sdk/pull/300
Element takes forever reviewing anything so i suspect
it'll be months before Travis even sniffs it.
2023-03-09 15:20:52 +00:00
gnuxie
1e51aded59
MatrixRoomReference has distinct RoomID and Alias parts.
2023-03-07 19:59:08 +00:00
gnuxie
9797e32b5e
Make MatrixRoomReference.joinClient return a new MatrixRoomReference.
2023-01-31 20:16:28 +00:00
gnuxie
b28a795d04
Stop MatrixRoomReference relying on bot-sdk's MatrixClient
2023-01-19 17:56:48 +00:00
gnuxie
9e1cf659d2
Introduce the interface manager as a sub library.
...
This will want splitting out for other matrix bots to use eventually.
MatrixInterfaceCommand needs decoupling from Mjolnir and then it will
be added too.
2023-01-14 18:26:12 +00:00