mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
[PR #6997] [CLOSED] integration tests with dbs #23378
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6997
Author: @TriplEight
Created: 3/22/2026
Status: ❌ Closed
Base:
main← Head:3x8_integration-tests📝 Commits (10+)
3337014ci: remove dead BASE_TAGS reference in release bake step2f831e3ci: replace unsecured curl hadolint download with an official action2e2b9c1ci: pin ubuntu-latest to ubuntu-24.04 in merge-manifests and zizmor0442de2Merge pull request #1 from TriplEight/3x8_improve-ci695b8deci: add Dependabot config for github-actions and cargo.5f5127eMerge pull request #2 from TriplEight/3x8_dependabotb8afae4ci: add cargo-deny config for supply-chain checks.dd9559cci: run cargo deny in build workflow1a7fb9eMerge pull request #5 from TriplEight/3x8_cargo-deny0d42b91ci: add integration test workflow with live PostgreSQL and MySQL📊 Changes
10 files changed (+323 additions, -14 deletions)
View changed files
➕
.github/dependabot.yml(+39 -0)📝
.github/workflows/build.yml(+11 -0)📝
.github/workflows/hadolint.yml(+11 -10)➕
.github/workflows/integration-test.yml(+167 -0)📝
.github/workflows/release.yml(+1 -2)📝
.github/workflows/zizmor.yml(+1 -1)➕
deny.toml(+75 -0)📝
migrations/mysql/2022-07-27-110000_add_group_support/up.sql(+1 -1)➕
migrations/mysql/2026-03-22-100000_add_primary_keys_to_group_tables/down.sql(+7 -0)➕
migrations/mysql/2026-03-22-100000_add_primary_keys_to_group_tables/up.sql(+10 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.