dependabot[bot]
e4ef5788fa
Bump indoc from 1.0.3 to 1.0.4
...
Bumps [indoc](https://github.com/dtolnay/indoc ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/dtolnay/indoc/releases )
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...1.0.4 )
---
updated-dependencies:
- dependency-name: indoc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-20 16:41:19 +01:00
dependabot[bot]
16462572cd
Bump tracing-subscriber from 0.3.8 to 0.3.9
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.8...tracing-subscriber-0.3.9 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-20 16:41:07 +01:00
Quentin Gliech
fa92d6498f
Bump dependencies
2022-02-17 15:53:48 +01:00
Quentin Gliech
c5858e6ed5
Many improvements to the mas-http crate
...
- make `mas_http::client` implement Service directly instead of being
an async function
- a Get layer that makes a Service<Uri>
- better error sources in the JSON layer
- make the client have a proper error type
2022-02-15 08:28:25 +01:00
Quentin Gliech
497a3e006e
Implement a JSON tower layer
...
This will help requesting JSON APIs
2022-02-11 14:15:31 +01:00
Quentin Gliech
8c36e51176
Proper HTTP client
2022-02-10 16:38:17 +01:00
Quentin Gliech
2df40762a2
Dedicated HTTP server/client crate
...
Also have better names for the HTTP routes
2022-02-10 16:38:16 +01:00
Quentin Gliech
26a340d5dc
Bump dependencies
2022-02-04 10:18:01 +01:00
Quentin Gliech
c3ddc088ab
Reorganise CLI crate
2022-02-01 18:49:55 +01:00
Quentin Gliech
a45381828c
Loads of docs & enabling more clippy lints
2022-02-01 12:02:32 +01:00
Quentin Gliech
9af8820564
Bump dependencies
2022-02-01 10:13:11 +01:00
Quentin Gliech
7e24cd0948
Move secrets and oauth2 clients config
2022-02-01 09:34:55 +01:00
Quentin Gliech
05f0756c13
Improve the configuration schema
2022-01-28 11:51:14 +01:00
Quentin Gliech
79d7561d93
Allow loading private keys from files
2022-01-26 18:29:11 +01:00
Quentin Gliech
c7a243a3a1
Minor logging improvements
...
- only have colors if the output terminal is a tty
- log in a non-blocking fashion
2022-01-26 17:21:54 +01:00
Quentin Gliech
d43af81238
Upgrade dependencies
2022-01-25 12:47:17 +01:00
Quentin Gliech
46caf284cf
Fix traces not being created for requests
2022-01-25 11:46:14 +01:00
Quentin Gliech
1355be8fb8
Add AWS SES backend to send email
2022-01-24 16:31:53 +01:00
Quentin Gliech
93cbad34f5
Actually send emails
2022-01-19 18:00:45 +01:00
Quentin Gliech
29b2fc2e43
CLI subcommand to mark emails as verified
2022-01-18 18:33:05 +01:00
Quentin Gliech
f876d6a134
Upgrade dependencies
2022-01-14 10:51:12 +01:00
Quentin Gliech
1377e09dbe
Upgrade dependencies
2022-01-04 22:35:18 +01:00
Quentin Gliech
f933ace007
New JWT/JOSE crate
...
Still WIP, needs to handle time related claims
2022-01-04 22:28:00 +01:00
Quentin Gliech
2f97ca685d
Split the core crate
2021-12-17 18:04:30 +01:00
Quentin Gliech
ceb17d3646
Move storage module to its own crate
2021-12-17 12:15:07 +01:00
Quentin Gliech
1d58d134a9
Fix user registration from CLI
2021-12-15 11:14:34 +01:00
Quentin Gliech
95bde28ebe
Soft-fail if .env fails to load
2021-12-14 16:27:18 +01:00
Quentin Gliech
af5ebcba51
Enable backtraces in anyhow
2021-12-14 11:56:05 +01:00
Quentin Gliech
7341f0dccf
Better error context on startup
2021-12-14 11:52:19 +01:00
Quentin Gliech
daf5542e6d
Fix embedded templates loading
2021-12-13 17:56:35 +01:00
Quentin Gliech
d558b74bad
Upgrade dependencies
2021-12-09 23:34:36 +01:00
Quentin Gliech
c4a979245b
Move to Rust edition 2021
...
Also bump MSRV to 1.56 and use the same clippy lints in every crate
2021-12-09 22:54:35 +01:00
Quentin Gliech
d8df34db4c
Frontend/static files building & serving
2021-12-09 22:09:39 +01:00
Quentin Gliech
c53318eca0
Refactor templates loading & implement templates hot-reload
2021-12-09 14:07:09 +01:00
Quentin Gliech
c857ff90ec
Upgrade dependencies
2021-12-06 10:01:37 +01:00
Quentin Gliech
54a7e63913
Tweak items visibility in the core crate
2021-11-25 17:11:23 +01:00
Quentin Gliech
8608e46eba
Graceful shutdown of the server
2021-11-22 18:30:17 +01:00
Quentin Gliech
0a2fda35fd
Bump all dependencies
2021-11-05 17:19:07 +01:00
Quentin Gliech
bca8b11e46
Upgrade all dependencies
2021-10-25 17:40:54 -04:00
Quentin Gliech
617ab83ab2
Upgrade all dependencies
2021-10-18 17:45:45 +02:00
Quentin Gliech
026bc47c27
Move templates to their own crate
2021-10-18 17:40:25 +02:00
Quentin Gliech
cf8793da27
Zipkin and Jaeger support
2021-10-14 19:38:57 +02:00
Quentin Gliech
f016019553
Make the OTEL propagator configurable
2021-10-14 18:55:47 +02:00
Quentin Gliech
29f3edd833
Better CORS filter to allow OTEL propagator headers
2021-10-14 18:47:38 +02:00
Quentin Gliech
e630279b54
Propagate parent trace context
2021-10-14 17:39:49 +02:00
Quentin Gliech
f9036aecd4
Make telemetry configurable
...
Also allows opting-out of the OTLP exporter to remove the dependency to
protoc when building.
2021-10-13 16:48:16 +02:00
Quentin Gliech
27ae6a5167
Initial OpenTelemetry tracing support
2021-10-13 13:56:42 +02:00
Quentin Gliech
af71adbe7a
Upgrade dependencies
2021-10-04 14:48:23 +02:00
Quentin Gliech
e9158382ef
Simplify template render check logic
...
Also documents a bunch of things in mas_core::templates
2021-09-24 11:45:25 +02:00
Quentin Gliech
ff41ae5762
Templates config
2021-09-23 23:51:17 +02:00