1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-19 23:37:10 +00:00
matrix-org.dendrite/internal
Till 99f94fc735
Add revision to version string (#3147)
Since the removal of `build.sh`, we don't include any information about
the revision Dendrite was build from. Since go1.18, the revision a
binary was build from is automatically included, so we can try to get
that instead.

This also adds a `dendrite_up` metric showing the current version
(`dendrite_up{version="0.13.1+c796f20"} 1`)

Closes #2993
2023-07-11 13:56:25 +02:00
..
caching Make StrictValidityChecking a function (#3092) 2023-06-06 15:16:55 +02:00
eventutil Fix syncAPI redactions (#3118) 2023-06-28 10:05:00 +02:00
fulltext refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
hooks Remove gmsl.HeaderedEvent (#3068) 2023-04-27 12:54:20 +01:00
httputil Move MakeJoin logic to GMSL (#3081) 2023-05-17 00:33:27 +00:00
pushgateway Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
pushrules Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
sqlutil Prepare statement on an existing transaction (#3144) 2023-07-07 13:09:39 +02:00
transactions Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
log_unix.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
log_windows.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
log.go Remove polylith/API mode (#2967) 2023-02-14 12:47:47 +01:00
mutex.go Add a per-room mutex to federationapi when processing transactions (#1810) 2021-03-30 10:01:32 +01:00
tracing_test.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
tracing.go Add basic runtime tracing (#2996) 2023-03-13 16:45:14 +01:00
transactionrequest_test.go Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
transactionrequest.go Merge SenderID & Per Room User Key work (#3109) 2023-06-14 14:23:46 +00:00
validate_test.go Move json errors over to gmsl (#3080) 2023-05-09 22:46:49 +00:00
validate.go Move json errors over to gmsl (#3080) 2023-05-09 22:46:49 +00:00
version.go Add revision to version string (#3147) 2023-07-11 13:56:25 +02:00