[PR #67] [MERGED] Miscellaneous Cleanup #140

Closed
opened 2026-02-27 10:15:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/67
Author: @cgzones
Created: 9/22/2024
Status: Merged
Merged: 10/26/2024
Merged by: @matze

Base: masterHead: cleanup


📝 Commits (6)

  • d027a5f CI: bump dependencies and check formatting
  • 224f809 Fix typo
  • 07e646b Declare data table const instead of static
  • 0cbc8e2 Drop trailing whitespace
  • 58b39fb Drop explicit string copies
  • dd1550a Log max expiration time at startup

📊 Changes

7 files changed (+21 additions, -10 deletions)

View changed files

📝 .github/workflows/rust.yml (+13 -3)
📝 README.md (+1 -1)
📝 flake.nix (+0 -1)
📝 src/env.rs (+1 -1)
📝 src/id.rs (+1 -1)
📝 src/main.rs (+2 -0)
📝 src/routes/assets.rs (+3 -3)

📄 Description

See individual commits for detailed information.


🔄 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/matze/wastebin/pull/67 **Author:** [@cgzones](https://github.com/cgzones) **Created:** 9/22/2024 **Status:** ✅ Merged **Merged:** 10/26/2024 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `cleanup` --- ### 📝 Commits (6) - [`d027a5f`](https://github.com/matze/wastebin/commit/d027a5facb42cad0d19a24db4f387bd8c8f5b519) CI: bump dependencies and check formatting - [`224f809`](https://github.com/matze/wastebin/commit/224f809edb7c3a3a5efe80cb901582da934210d4) Fix typo - [`07e646b`](https://github.com/matze/wastebin/commit/07e646b3dc14fb63b1f294b0bcdac547b89d0b16) Declare data table const instead of static - [`0cbc8e2`](https://github.com/matze/wastebin/commit/0cbc8e2d189a759d113fba1865ea9a095ca40761) Drop trailing whitespace - [`58b39fb`](https://github.com/matze/wastebin/commit/58b39fb3e887e6afebb1547c5afaf5de541bc070) Drop explicit string copies - [`dd1550a`](https://github.com/matze/wastebin/commit/dd1550afa3d08f3c1ebe882924dad69dba101ec8) Log max expiration time at startup ### 📊 Changes **7 files changed** (+21 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust.yml` (+13 -3) 📝 `README.md` (+1 -1) 📝 `flake.nix` (+0 -1) 📝 `src/env.rs` (+1 -1) 📝 `src/id.rs` (+1 -1) 📝 `src/main.rs` (+2 -0) 📝 `src/routes/assets.rs` (+3 -3) </details> ### 📄 Description See individual commits for detailed information. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:15:55 +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/wastebin-matze#140
No description provided.