Quentin Gliech
aa59f73956
dependabot: group eslint and include "opentelemetry" in the right group
2023-08-03 15:55:02 +02:00
dependabot[bot]
5181bef6c8
build(deps): bump Swatinem/rust-cache from 2.5.1 to 2.6.0
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.5.1...v2.6.0 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-03 15:14:51 +02:00
Quentin Gliech
d6130176b5
ci: do not cache for PRs when building binaries
2023-07-28 17:13:07 +02:00
Quentin Gliech
fb5cdb24a2
ci: fix the macOS build
2023-07-28 17:13:07 +02:00
Quentin Gliech
16f68759b1
ci: fix the binary build
2023-07-28 17:13:07 +02:00
Quentin Gliech
f2cbcc9677
ci: fix the download-artifacts action version
2023-07-28 17:13:07 +02:00
Quentin Gliech
9fc525a034
ci: also build binaries for macOS
2023-07-28 17:13:07 +02:00
Quentin Gliech
7bf6777a90
ci: fix the dist build assets path
2023-07-28 17:13:07 +02:00
Quentin Gliech
0421ba638e
ci: build nightly binaries
2023-07-28 17:13:07 +02:00
Quentin Gliech
3c3d4c2733
ci: cache less things to make it more efficient
...
also removes the jobs for testing with Rust beta and nightly
2023-07-27 18:03:33 +02:00
Quentin Gliech
b9ba1bedbc
ci: use script to build the docs
2023-07-27 17:51:08 +02:00
Quentin Gliech
ca8c05ef8b
ci: remove the rustdoc lockfile
2023-07-18 12:14:40 +02:00
Quentin Gliech
3377d6cb51
ci: fix the docs permissions
2023-07-18 11:20:00 +02:00
Quentin Gliech
c8bf4c89b7
ci: fix the docs files permissions
2023-07-18 11:17:18 +02:00
Quentin Gliech
60899bf131
Bump rustc, nodejs, opa, etc.
2023-07-17 19:54:49 +02:00
dependabot[bot]
3f17e2215c
build(deps): bump docker/setup-buildx-action from 2.8.0 to 2.9.1
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.8.0 to 2.9.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-17 18:43:15 +02:00
dependabot[bot]
2246a1634a
build(deps): bump actions/deploy-pages from 2.0.2 to 2.0.3
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-17 18:43:02 +02:00
dependabot[bot]
c0e5a9c6f7
build(deps): bump actions/upload-pages-artifact from 1.0.9 to 2.0.0
...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact ) from 1.0.9 to 2.0.0.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases )
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1.0.9...v2.0.0 )
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-17 18:42:54 +02:00
dependabot[bot]
d68b6acd40
build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-07 00:11:25 +02:00
Quentin Gliech
76653f9638
Better frontend assets handling and move the react app to /account/ ( #1324 )
...
This makes the Vite assets handling better, namely:
- make it possible to include any vite assets in the templates
- include the right `<link rel="preload">` tags for assets
- include Subresource Integrity hashes
- pre-compress assets and remove on-the-fly compression by the Rust server
- build the CSS used by templates through Vite
It also moves the React app from /app/ to /account/, and remove some of the old SSR account screens.
2023-07-06 15:30:26 +02:00
dependabot[bot]
6cae2adc08
build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-06 08:16:37 +02:00
Quentin Gliech
6abad89906
dependable: add storybook to the storybook group
2023-07-04 01:00:42 +02:00
dependabot[bot]
ad67906d7f
build(deps): bump Swatinem/rust-cache from 2.5.0 to 2.5.1
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-04 00:58:49 +02:00
Quentin Gliech
7817932ea8
Dependabot: update the dependencies groups
2023-07-03 14:57:53 +02:00
Quentin Gliech
991e18d426
Dependabot: group dependencies PRs
2023-07-03 13:59:42 +02:00
dependabot[bot]
eeee80b92c
build(deps): bump docker/setup-buildx-action from 2.7.0 to 2.8.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-29 09:26:50 +02:00
dependabot[bot]
52e02d4133
build(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-28 09:17:16 +02:00
dependabot[bot]
297c7bb264
build(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.5 to 3.1.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.5...v3.1.0 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-27 15:31:23 +02:00
dependabot[bot]
00ea31b9c9
build(deps): bump Swatinem/rust-cache from 2.4.0 to 2.5.0
...
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/Swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Swatinem/rust-cache/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-20 18:14:11 +02:00
Quentin Gliech
ca1598994f
ci: split the coverage jobs into a separate workflow
...
Also have a better message when the generated files are not up to date.
2023-06-20 17:41:29 +02:00
dependabot[bot]
e052739610
build(deps): bump actions/upload-pages-artifact from 1.0.8 to 1.0.9
...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact ) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases )
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1.0.8...v1.0.9 )
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-19 10:37:24 +02:00
dependabot[bot]
18a74f6e7e
build(deps): bump open-policy-agent/setup-opa from 2.0.1 to 2.1.0
...
Bumps [open-policy-agent/setup-opa](https://github.com/open-policy-agent/setup-opa ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/open-policy-agent/setup-opa/releases )
- [Commits](https://github.com/open-policy-agent/setup-opa/compare/v2.0.1...v2.1.0 )
---
updated-dependencies:
- dependency-name: open-policy-agent/setup-opa
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-14 12:40:08 +02:00
dependabot[bot]
d9bc7acfca
build(deps): bump actions/deploy-pages from 2.0.1 to 2.0.2
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/v2.0.1...v2.0.2 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-14 12:04:13 +02:00
Quentin Gliech
7e90564d16
Bump Rust dependencies
2023-06-14 12:02:16 +02:00
Quentin Gliech
d5bdf2ab15
ci: pin actions versions
2023-06-13 19:08:48 +02:00
Quentin Gliech
34fe7fc450
ci: Make it set the docker context again
2023-06-13 19:08:48 +02:00
dependabot[bot]
3111646ba5
build(deps): bump sigstore/cosign-installer from 3.0.2 to 3.0.5
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.2 to 3.0.5.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.2...v3.0.5 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-26 16:14:55 +02:00
Quentin Gliech
5cd93a5f93
Bump the OTEL crates to 0.19.0 ( #1132 )
...
* Bump the OTEL crates to 0.19.0
Also pins a bunch of versions in the Dockerfile and fixes the docker build in CI
2023-04-24 17:10:55 +00:00
Quentin Gliech
3979e9f46a
Update Rust to 1.69.0
2023-04-24 11:42:01 +02:00
dependabot[bot]
186f0956f0
build(deps): bump docker/bake-action from 2 to 3
...
Bumps [docker/bake-action](https://github.com/docker/bake-action ) from 2 to 3.
- [Release notes](https://github.com/docker/bake-action/releases )
- [Commits](https://github.com/docker/bake-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/bake-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-18 22:21:13 +02:00
dependabot[bot]
84749e4dae
build(deps): bump actions/deploy-pages from 2.0.0 to 2.0.1
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-18 22:21:06 +02:00
dependabot[bot]
0a82fdf79b
build(deps): bump actions/upload-pages-artifact from 1.0.7 to 1.0.8
...
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact ) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases )
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v1.0.7...v1.0.8 )
---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 10:23:23 +02:00
dependabot[bot]
2b53bc67ae
build(deps): bump sigstore/cosign-installer from 3.0.1 to 3.0.2
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-14 10:23:14 +02:00
dependabot[bot]
5995d35683
build(deps): bump actions/deploy-pages from 1.2.8 to 2.0.0
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 1.2.8 to 2.0.0.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/v1.2.8...v2.0.0 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-21 17:02:01 +01:00
dependabot[bot]
1c472a4c73
build(deps): bump actions/deploy-pages from 1.2.6 to 1.2.8
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 1.2.6 to 1.2.8.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/v1.2.6...v1.2.8 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-17 18:41:17 +01:00
Quentin Gliech
6b9550cf36
ci: build rustdoc with a stable toolchain
2023-03-17 17:35:53 +01:00
Quentin Gliech
c6664c9e1f
ci: add a --yes flag to the cosign sign command
2023-03-16 10:43:54 +01:00
Quentin Gliech
03deb88fb9
ci: fix cosign step
2023-03-16 00:51:31 +01:00
dependabot[bot]
89f5d23d69
build(deps): bump actions/deploy-pages from 1.2.5 to 1.2.6
...
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/actions/deploy-pages/releases )
- [Commits](https://github.com/actions/deploy-pages/compare/v1.2.5...v1.2.6 )
---
updated-dependencies:
- dependency-name: actions/deploy-pages
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-16 00:49:21 +01:00
Quentin Gliech
a58fe9774f
ci: Fix image signature
2023-03-15 15:03:50 +01:00