[PR #4357] [MERGED] Update crates, GHA and a Python script #31027

Closed
opened 2026-06-17 11:01:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4357
Author: @BlackDex
Created: 2/16/2024
Status: Merged
Merged: 2/25/2024
Merged by: @dani-garcia

Base: mainHead: update-crates-gha-python


📝 Commits (1)

  • 4b5f34d Update crates, GHA and a Python/JS scripts

📊 Changes

12 files changed (+5430 additions, -7562 deletions)

View changed files

📝 .github/workflows/release.yml (+4 -4)
📝 Cargo.lock (+160 -146)
📝 Cargo.toml (+8 -8)
📝 src/api/web.rs (+1 -1)
📝 src/static/scripts/bootstrap.bundle.js (+5 -5)
📝 src/static/scripts/bootstrap.css (+43 -38)
📝 src/static/scripts/datatables.css (+196 -154)
📝 src/static/scripts/datatables.js (+4974 -7179)
📝 src/static/scripts/jquery-3.7.1.slim.js (+30 -18)
📝 src/static/templates/admin/organizations.hbs (+1 -1)
📝 src/static/templates/admin/users.hbs (+1 -1)
📝 tools/global_domains.py (+7 -7)

📄 Description

  • Update all crates
  • Update GHA
  • Update Global Domains script to use main instead of master
    Also fixed some Python linting warnings
  • Updated Admin JS and CSS libraries

🔄 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/4357 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/25/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `update-crates-gha-python` --- ### 📝 Commits (1) - [`4b5f34d`](https://github.com/dani-garcia/vaultwarden/commit/4b5f34dfb32d1364ab0e1d833b1c97a4d5814829) Update crates, GHA and a Python/JS scripts ### 📊 Changes **12 files changed** (+5430 additions, -7562 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+4 -4) 📝 `Cargo.lock` (+160 -146) 📝 `Cargo.toml` (+8 -8) 📝 `src/api/web.rs` (+1 -1) 📝 `src/static/scripts/bootstrap.bundle.js` (+5 -5) 📝 `src/static/scripts/bootstrap.css` (+43 -38) 📝 `src/static/scripts/datatables.css` (+196 -154) 📝 `src/static/scripts/datatables.js` (+4974 -7179) 📝 `src/static/scripts/jquery-3.7.1.slim.js` (+30 -18) 📝 `src/static/templates/admin/organizations.hbs` (+1 -1) 📝 `src/static/templates/admin/users.hbs` (+1 -1) 📝 `tools/global_domains.py` (+7 -7) </details> ### 📄 Description - Update all crates - Update GHA - Update Global Domains script to use main instead of master Also fixed some Python linting warnings - Updated Admin JS and CSS libraries --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 11:01:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#31027