dependabot[bot]
41335ed2ea
Bump tracing from 0.1.30 to 0.1.31
...
Bumps [tracing](https://github.com/tokio-rs/tracing ) from 0.1.30 to 0.1.31.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31 )
---
updated-dependencies:
- dependency-name: tracing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-20 17:37:02 +01:00
dependabot[bot]
b84835f1a9
Bump tower-http from 0.2.2 to 0.2.3
...
Bumps [tower-http](https://github.com/tower-rs/tower-http ) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/tower-rs/tower-http/releases )
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.2...tower-http-0.2.3 )
---
updated-dependencies:
- dependency-name: tower-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-20 16:41:42 +01:00
dependabot[bot]
9655d3e1de
Bump argon2 from 0.3.3 to 0.3.4
...
Bumps [argon2](https://github.com/RustCrypto/password-hashes ) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases )
- [Commits](https://github.com/RustCrypto/password-hashes/compare/argon2-v0.3.3...argon2-v0.3.4 )
---
updated-dependencies:
- dependency-name: argon2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-20 16:41:31 +01:00
dependabot[bot]
cfc859e36a
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]
0b570c741c
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
dependabot[bot]
468730c0cf
Bump cssnano from 5.0.16 to 5.0.17 in /crates/static-files
...
Bumps [cssnano](https://github.com/cssnano/cssnano ) from 5.0.16 to 5.0.17.
- [Release notes](https://github.com/cssnano/cssnano/releases )
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.0.16...cssnano@5.0.17 )
---
updated-dependencies:
- dependency-name: cssnano
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-17 16:53:45 +01:00
dependabot[bot]
7ddde5eaa2
Bump tailwindcss from 3.0.19 to 3.0.23 in /crates/static-files
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.0.19 to 3.0.23.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.19...v3.0.23 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-17 16:40:36 +01:00
Quentin Gliech
d8286cde55
ci: fix code coverage generation
2022-02-17 16:23:41 +01:00
Quentin Gliech
76e047b748
ci: generate test coverage with a stable toolchain, not nightly
2022-02-17 15:59:00 +01:00
Quentin Gliech
b0000e5d91
Update Cargo.lock
2022-02-17 15:56:09 +01:00
Quentin Gliech
6b5694b0d5
Bump dependencies
2022-02-17 15:53:48 +01:00
Quentin Gliech
8748460831
Implement private_key_jwks client authentication
...
This involves a lot of things, including:
- better VerifyingKeystore trait
- better errors in the JOSE crate
- getting rid of async_trait in some JOSE traits
2022-02-17 15:42:44 +01:00
Quentin Gliech
342c64b5d9
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
718cac3fb5
Implement a JSON tower layer
...
This will help requesting JSON APIs
2022-02-11 14:15:31 +01:00
Quentin Gliech
d92415d419
Proper HTTP client
2022-02-10 16:38:17 +01:00
Quentin Gliech
90a63d593a
Dedicated HTTP server/client crate
...
Also have better names for the HTTP routes
2022-02-10 16:38:16 +01:00
dependabot[bot]
ff5ed52ede
Bump tailwindcss from 3.0.18 to 3.0.19 in /crates/static-files
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.0.18 to 3.0.19.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-09 16:54:59 +01:00
Quentin Gliech
cf049768a2
Only sign docker image on tags and main branch
2022-02-08 09:04:39 +01:00
Quentin Gliech
213f5fe1b2
Update documentation
2022-02-07 16:10:44 +01:00
Quentin Gliech
81a9a00ec7
Bump dependencies
2022-02-04 10:18:01 +01:00
dependabot[bot]
aa8709a54c
Bump postcss from 8.4.5 to 8.4.6 in /crates/static-files
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.5 to 8.4.6.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.5...8.4.6 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-02 14:09:05 +01:00
Quentin Gliech
c714be5392
Fix grcov installation in CI
2022-02-02 10:32:56 +01:00
Quentin Gliech
a69b98b82e
Fix cache mounts in Dockerfile
2022-02-02 10:29:11 +01:00
Quentin Gliech
55670b39d3
Reorganise CLI crate
2022-02-01 18:49:55 +01:00
Quentin Gliech
0c01d2af07
Fix CI permissions to sign images
2022-02-01 15:38:00 +01:00
Quentin Gliech
3a802a0abb
Bump Rust version
2022-02-01 15:24:22 +01:00
Quentin Gliech
13291bd216
Stop building arm 32bit images & better cache in docker image
2022-02-01 15:23:37 +01:00
Quentin Gliech
61e30f7222
Sign images with cosign in CI
2022-02-01 14:32:03 +01:00
Quentin Gliech
ccf17d1551
Loads of docs & enabling more clippy lints
2022-02-01 12:02:32 +01:00
Quentin Gliech
06419a0b22
Deny missing docs in the config crates
2022-02-01 10:48:38 +01:00
Quentin Gliech
fb4662d00c
Bump dependencies
2022-02-01 10:13:11 +01:00
Quentin Gliech
70f2d1d480
Move secrets and oauth2 clients config
2022-02-01 09:34:55 +01:00
Quentin Gliech
57b6146c37
Move public base URL from oauth2 config to http config
2022-02-01 09:34:55 +01:00
Quentin Gliech
b480999f75
Reorganise config crate
2022-02-01 09:34:55 +01:00
dependabot[bot]
0bb08f4649
Bump tailwindcss from 3.0.17 to 3.0.18 in /crates/static-files
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.0.17 to 3.0.18.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.17...v3.0.18 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 23:11:32 +01:00
Quentin Gliech
08a375bdcd
Improve the configuration schema
2022-01-28 11:51:14 +01:00
dependabot[bot]
75eb79dbc1
Bump tailwindcss from 3.0.16 to 3.0.17 in /crates/static-files
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.0.16 to 3.0.17.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.16...v3.0.17 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-27 09:16:32 +01:00
Quentin Gliech
5de0dc30d1
Allow loading private keys from files
2022-01-26 18:29:11 +01:00
Quentin Gliech
b410f129d4
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
bd0eecbcf8
Support more key formats in config
2022-01-26 11:10:11 +01:00
dependabot[bot]
6476f2f0b8
Bump cssnano from 5.0.15 to 5.0.16 in /crates/static-files ( #39 )
...
Bumps [cssnano](https://github.com/cssnano/cssnano ) from 5.0.15 to 5.0.16.
- [Release notes](https://github.com/cssnano/cssnano/releases )
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.0.15...cssnano@5.0.16 )
---
updated-dependencies:
- dependency-name: cssnano
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 15:55:44 +00:00
dependabot[bot]
310a371e1e
Bump actions/cache from 2.1.6 to 2.1.7
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-25 16:55:21 +01:00
dependabot[bot]
e82421a58c
Bump tailwindcss from 3.0.13 to 3.0.16 in /crates/static-files
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.0.13 to 3.0.16.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.13...v3.0.16 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-25 16:55:09 +01:00
Quentin Gliech
9b2362306e
Enable dependabot in crates/static-files/
2022-01-25 15:52:07 +01:00
Quentin Gliech
fe63cb0d27
ci: explicit jobs permissions
2022-01-25 15:49:56 +01:00
Quentin Gliech
e23b056bd3
ci: remove LSIF index step
2022-01-25 15:47:23 +01:00
Quentin Gliech
39fc076840
ci: restore less stuff from cache to avoid cache size explosion
2022-01-25 15:41:12 +01:00
Quentin Gliech
c18421586a
ci: stop using clippy actions because of permissions issues
2022-01-25 15:40:20 +01:00
Quentin Gliech
8b35808b78
Setup dependabot
2022-01-25 15:13:03 +01:00
Quentin Gliech
010aa3075c
Bump some dependencies
2022-01-25 15:04:08 +01:00