Commit Graph

377 Commits

Author SHA1 Message Date
Quentin Gliech bfb02454a7 Fix creation of release PRs 2025-01-24 16:31:38 +01:00
Quentin Gliech 6dbcf2c367 Temporarily disable npm publishing of syn2mas 2025-01-24 16:31:38 +01:00
Quentin Gliech cffba3a237 Release workflow: don't commit directly to main 2025-01-24 16:06:50 +01:00
Quentin Gliech 4a25ff6e48 Release CI: Reformat package.json after modifying it 2025-01-24 15:40:34 +01:00
Quentin Gliech 6c519cc245 Fix creating refs with the GitHub API
See https://github.com/octokit/rest.js/issues/339#issuecomment-1685256703
2025-01-24 15:01:14 +01:00
Quentin Gliech 22cba573a1 Fix the output of the compute next version step in CI 2025-01-24 14:50:22 +01:00
dependabot[bot] 2742aac23c build(deps): bump codecov/codecov-action from 5.1.2 to 5.2.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.1.2...v5.2.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-23 20:28:12 +01:00
Quentin Gliech 154e42af6b Upgrade Rust to 1.84 and fix new clippy lints 2025-01-23 17:55:22 +01:00
Quentin Gliech 1c6a9ccbce Make sure we created the branch in localazy before creating the git one 2025-01-22 17:21:00 +01:00
Quentin Gliech 2b832bdd72 Create branches in localazy as part of the release process 2025-01-22 17:21:00 +01:00
Quentin Gliech 9e7d3e80bb Create release branches as part of the release workflow 2025-01-22 17:21:00 +01:00
Quentin Gliech 605a6dd802 Fix the unstable build
Looks like the updateRef method doesn't use the `refs/` prefix on the ref name.
2025-01-22 17:03:52 +01:00
Quentin Gliech 63cb2f7d51 Fix typo in unstable release workflow 2025-01-22 16:39:48 +01:00
Quentin Gliech 661b334d41 Automatic release notes out of PR labels 2025-01-22 16:03:50 +01:00
Quentin Gliech d62b5d6c15 s/nightly/unstable/ 2025-01-22 16:02:53 +01:00
Quentin Gliech 773772c4da Publish nightly builds in a release 2025-01-22 16:02:53 +01:00
Quentin Gliech fd460437e3 Fix building the docker image with the git context 2025-01-21 15:38:43 +01:00
dependabot[bot] c6a1e08096 build(deps): bump docker/bake-action from 5.11.0 to 6.2.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.11.0 to 6.2.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.11.0...v6.2.0)

---
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>
2025-01-21 15:38:43 +01:00
dependabot[bot] 7ddae3d378 build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 14:39:42 +01:00
dependabot[bot] 932722f074 build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.5...v7.0.6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 14:39:10 +01:00
dependabot[bot] cf464cd971 build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 13:39:43 +01:00
Quentin Gliech ab23d1a8b4 Configure nextest to run database tests serially 2025-01-20 10:56:33 +01:00
Quentin Gliech 41fca68099 Use taiki-e/install-action for installing some tools in CI 2025-01-16 17:58:45 +01:00
Quentin Gliech 9601fedf70 Remove unused dependencies and symbols using knip 2025-01-06 12:39:02 +01:00
Quentin Gliech 881c6df5cc Setup Regal to lint policies and clean them up 2024-12-19 11:08:57 +01:00
dependabot[bot] 0b3f5bc5b8 build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#3708)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 17:44:19 +00:00
dependabot[bot] 4a71324d1f build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3.7.1...v3.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>
2024-12-17 10:15:23 +01:00
Quentin Gliech 7d6e4555c2 Make the release process create annotated tags 2024-12-16 17:40:18 +01:00
Quentin Gliech 53b1d7e0fc Fix the Localazy download workflow 2024-12-13 16:59:58 +01:00
Quentin Gliech 27d44c6edc Sign commits in Localazy PRs 2024-12-13 16:44:33 +01:00
dependabot[bot] 11b61fade9 build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.1.0 to 7.0.5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 16:44:33 +01:00
dependabot[bot] 26ada19885 build(deps): bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.6...v0.0.7)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-13 16:34:31 +01:00
dependabot[bot] 4a39de02e4 build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.2 to 2.0.4 (#3620)
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases)
- [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.2...v2.0.4)

---
updated-dependencies:
- dependency-name: EmbarkStudios/cargo-deny-action
  dependency-type: direct:production
  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>
2024-12-06 15:37:29 +00:00
dependabot[bot] aa42deef4d build(deps): bump docker/bake-action from 5.10.0 to 5.11.0 (#3621)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.10.0 to 5.11.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.10.0...v5.11.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 15:37:03 +00:00
dependabot[bot] a1d184e93e build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#3630)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 16:27:25 +01:00
Quentin Gliech 9021ebee22 Upgrade to Rust 1.83.0 and fix new warnings 2024-12-05 17:32:49 +01:00
dependabot[bot] 093e573d7d build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.0.2...v5.0.7)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 18:09:43 +01:00
dependabot[bot] dfee76965d build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.1 to 2.0.2
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases)
- [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: EmbarkStudios/cargo-deny-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 18:06:23 +01:00
dependabot[bot] 081e40fba6 build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 18:06:03 +01:00
dependabot[bot] a1a9d02135 build(deps): bump codecov/codecov-action from 5.0.1 to 5.0.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 15:59:53 +01:00
dependabot[bot] 246e4ca2d5 build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-17 23:12:04 +01:00
Quentin Gliech dd681ad51c Fix uploading of codecov bundle reports 2024-11-14 19:07:57 +01:00
dependabot[bot] 50c4d4db67 build(deps): bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 12:48:06 +01:00
dependabot[bot] a9581c497f build(deps): bump actions/setup-node from 4.0.4 to 4.1.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.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>
2024-10-29 12:47:23 +01:00
Quentin Gliech 6a161d69a5 Pin actions versions 2024-10-29 12:37:59 +01:00
Quentin Gliech 99b5df4a2e Retry tests once 2024-10-29 12:37:59 +01:00
Quentin Gliech 46b9ec66eb Run tests for all the packages in the workspace 2024-10-29 12:37:59 +01:00
Quentin Gliech 3f3e2d6ad0 Shard tests using cargo-nextest 2024-10-29 12:37:59 +01:00
Quentin Gliech 1ad2917ec5 Upgrade to Rust 1.82.0 (#3407) 2024-10-22 17:01:27 +02:00
dependabot[bot] 9a09b4ac0f build(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-22 14:59:29 +02:00