[PR #1] [CLOSED] Pull origin #1

Closed
opened 2026-01-30 21:29:40 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/claunia/SabreTools/pull/1
Author: @claunia
Created: 6/25/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • d52f139 Add new methods to DB implementation
  • e5bde14 Be smarter about ClearEmpty DB
  • 7e2d094 Remove now-unused GetItem method
  • 3e839e1 Move ClearEmpty to DatFile
  • 5701e32 Slight tweak to ClearMarked DB
  • c20cf2a Minor change to DB key use
  • 6b31aca Reduce undefined behavior in item dictionaries
  • e7142a3 Remove unused DB methods
  • a1ad61f Add more passthrough DB methods
  • e25a7c7 Port existing item dict tests, add DB variants

📊 Changes

287 files changed (+34573 additions, -19762 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/issue-report.md (+1 -1)
.github/workflows/build_and_publish.yml (+0 -53)
.github/workflows/build_and_test.yml (+40 -0)
📝 .github/workflows/check_pr.yml (+4 -1)
📝 .vscode/launch.json (+1 -1)
📝 LICENSE (+1 -1)
📝 README.MD (+3 -9)
RombaSharp/Features/Archive.cs (+0 -221)
RombaSharp/Features/BaseFeature.cs (+0 -916)
RombaSharp/Features/Build.cs (+0 -84)
RombaSharp/Features/Cancel.cs (+0 -32)
RombaSharp/Features/DatStats.cs (+0 -48)
RombaSharp/Features/DbStats.cs (+0 -57)
RombaSharp/Features/Diffdat.cs (+0 -75)
RombaSharp/Features/Dir2Dat.cs (+0 -66)
RombaSharp/Features/DisplayHelp.cs (+0 -35)
RombaSharp/Features/DisplayHelpDetailed.cs (+0 -35)
RombaSharp/Features/EDiffdat.cs (+0 -67)
RombaSharp/Features/Export.cs (+0 -75)
RombaSharp/Features/Fixdat.cs (+0 -44)

...and 80 more files

📄 Description

No description provided


🔄 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/claunia/SabreTools/pull/1 **Author:** [@claunia](https://github.com/claunia) **Created:** 6/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`d52f139`](https://github.com/claunia/SabreTools/commit/d52f139e739824dfae4b651e5cf0882ab2f73afe) Add new methods to DB implementation - [`e5bde14`](https://github.com/claunia/SabreTools/commit/e5bde14f191d1778bf57fa33ff8872101d33ab0b) Be smarter about ClearEmpty DB - [`7e2d094`](https://github.com/claunia/SabreTools/commit/7e2d094ba59a22a1aaf6ff27577f54e959319e70) Remove now-unused GetItem method - [`3e839e1`](https://github.com/claunia/SabreTools/commit/3e839e1249cbc98ed8bf477cf5f6f8c98702ae7e) Move ClearEmpty to DatFile - [`5701e32`](https://github.com/claunia/SabreTools/commit/5701e32159a10b4113d9e9fa0d949dc525846dfd) Slight tweak to ClearMarked DB - [`c20cf2a`](https://github.com/claunia/SabreTools/commit/c20cf2a695807b8f348857dd2a91493de89298cb) Minor change to DB key use - [`6b31aca`](https://github.com/claunia/SabreTools/commit/6b31acaa857983cf6abf687f6c2d625e7c80e1d5) Reduce undefined behavior in item dictionaries - [`e7142a3`](https://github.com/claunia/SabreTools/commit/e7142a31ffa6ec54f59040eda6b60c6a170d9e9f) Remove unused DB methods - [`a1ad61f`](https://github.com/claunia/SabreTools/commit/a1ad61f6daffa7e34f03c8e7edb50ad9178a5c3b) Add more passthrough DB methods - [`e25a7c7`](https://github.com/claunia/SabreTools/commit/e25a7c7f404f29184fa55ef0fd4c518aeb77ddbf) Port existing item dict tests, add DB variants ### 📊 Changes **287 files changed** (+34573 additions, -19762 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/issue-report.md` (+1 -1) ➖ `.github/workflows/build_and_publish.yml` (+0 -53) ➕ `.github/workflows/build_and_test.yml` (+40 -0) 📝 `.github/workflows/check_pr.yml` (+4 -1) 📝 `.vscode/launch.json` (+1 -1) 📝 `LICENSE` (+1 -1) 📝 `README.MD` (+3 -9) ➖ `RombaSharp/Features/Archive.cs` (+0 -221) ➖ `RombaSharp/Features/BaseFeature.cs` (+0 -916) ➖ `RombaSharp/Features/Build.cs` (+0 -84) ➖ `RombaSharp/Features/Cancel.cs` (+0 -32) ➖ `RombaSharp/Features/DatStats.cs` (+0 -48) ➖ `RombaSharp/Features/DbStats.cs` (+0 -57) ➖ `RombaSharp/Features/Diffdat.cs` (+0 -75) ➖ `RombaSharp/Features/Dir2Dat.cs` (+0 -66) ➖ `RombaSharp/Features/DisplayHelp.cs` (+0 -35) ➖ `RombaSharp/Features/DisplayHelpDetailed.cs` (+0 -35) ➖ `RombaSharp/Features/EDiffdat.cs` (+0 -67) ➖ `RombaSharp/Features/Export.cs` (+0 -75) ➖ `RombaSharp/Features/Fixdat.cs` (+0 -44) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-30 21:29:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: claunia/SabreTools#1