mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #2143] [CLOSED] Async rebase + rust version change. #3302
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/2143
Author: @BlackDex
Created: 12/9/2021
Status: ❌ Closed
Base:
async← Head:async-rebase📝 Commits (5)
fc9baaeUpdate to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking8fc15bdAsync/Awaited all db methods15464baUpd Dockerfiles, crates. Fixed rust 2018 idioms24eeea4await the mutex in db_run and use block_in_place for it's contentsff08bcfUpdated rust stable to the latest version📊 Changes
57 files changed (+2705 additions, -2189 deletions)
View changed files
📝
Cargo.lock(+510 -328)📝
Cargo.toml(+14 -13)➖
Rocket.toml(+0 -2)📝
docker/Dockerfile.j2(+6 -3)📝
docker/amd64/Dockerfile(+5 -2)📝
docker/amd64/Dockerfile.alpine(+5 -2)📝
docker/amd64/Dockerfile.buildx(+5 -2)📝
docker/amd64/Dockerfile.buildx.alpine(+5 -2)📝
docker/arm64/Dockerfile(+5 -2)📝
docker/arm64/Dockerfile.buildx(+5 -2)📝
docker/armv6/Dockerfile(+5 -2)📝
docker/armv6/Dockerfile.buildx(+5 -2)📝
docker/armv7/Dockerfile(+5 -2)📝
docker/armv7/Dockerfile.alpine(+4 -1)📝
docker/armv7/Dockerfile.buildx(+5 -2)📝
docker/armv7/Dockerfile.buildx.alpine(+4 -1)📝
rust-toolchain(+1 -1)📝
rustfmt.toml(+4 -4)📝
src/api/admin.rs(+115 -99)📝
src/api/core/accounts.rs(+56 -58)...and 37 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.