[PR #1565] [MERGED] Misc changes. #2976

Closed
opened 2026-03-03 09:09:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1565
Author: @BlackDex
Created: 3/30/2021
Status: Merged
Merged: 3/30/2021
Merged by: @dani-garcia

Base: masterHead: misc-updates


📝 Commits (1)

📊 Changes

12 files changed (+47 additions, -23 deletions)

View changed files

📝 .dockerignore (+2 -0)
.editorconfig (+23 -0)
📝 .github/workflows/build.yml (+6 -8)
📝 .github/workflows/hadolint.yml (+2 -1)
📝 docker/Dockerfile.j2 (+1 -1)
📝 docker/amd64/Dockerfile (+1 -1)
📝 docker/amd64/Dockerfile.alpine (+1 -1)
📝 docker/arm64/Dockerfile (+1 -1)
📝 docker/armv6/Dockerfile (+1 -1)
📝 docker/armv7/Dockerfile (+1 -1)
📝 docker/armv7/Dockerfile.alpine (+1 -1)
📝 src/db/mod.rs (+7 -7)

📄 Description

Some small changes in general:

  • Moved the SQL Version check struct into the function.
  • Updated hadolint to 2.0.0
  • Fixed hadolint 2.0.0 warnings
  • Updated github workflows
  • Added .editorconfig for some general shared editor settings.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1565 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/30/2021 **Status:** ✅ Merged **Merged:** 3/30/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `misc-updates` --- ### 📝 Commits (1) - [`9caf4bf`](https://github.com/dani-garcia/vaultwarden/commit/9caf4bf38381f4ec0680a4b29ba26f9c1921fba0) Misc changes. ### 📊 Changes **12 files changed** (+47 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+2 -0) ➕ `.editorconfig` (+23 -0) 📝 `.github/workflows/build.yml` (+6 -8) 📝 `.github/workflows/hadolint.yml` (+2 -1) 📝 `docker/Dockerfile.j2` (+1 -1) 📝 `docker/amd64/Dockerfile` (+1 -1) 📝 `docker/amd64/Dockerfile.alpine` (+1 -1) 📝 `docker/arm64/Dockerfile` (+1 -1) 📝 `docker/armv6/Dockerfile` (+1 -1) 📝 `docker/armv7/Dockerfile` (+1 -1) 📝 `docker/armv7/Dockerfile.alpine` (+1 -1) 📝 `src/db/mod.rs` (+7 -7) </details> ### 📄 Description Some small changes in general: - Moved the SQL Version check struct into the function. - Updated hadolint to 2.0.0 - Fixed hadolint 2.0.0 warnings - Updated github workflows - Added .editorconfig for some general shared editor settings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 09:09:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2976
No description provided.