[PR #197] [MERGED] Rearchitecture for v0.4.0 #259

Closed
opened 2026-02-17 17:06:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/197
Author: @DecDuck
Created: 8/19/2025
Status: Merged
Merged: 11/9/2025
Merged by: @DecDuck

Base: developHead: redistributable


📝 Commits (10+)

  • 6853383 feat: database redist support
  • 322af0b feat: rearchitecture of database schemas, migration reset, and #180
  • f1957a4 feat: import redists
  • b7d6858 Merge branch 'develop' into redistributable
  • 3af00e0 fix: giantbomb logging bug
  • 8efddc0 feat: partial user platform support + statusMessage -> message
  • 367d349 feat: add user platform filters to store view
  • d323816 fix: sanitize svg uploads
  • ca7a89b feat: beginnings of platform & redist management
  • cf3a458 feat: add server side redist patching

📊 Changes

465 files changed (+8037 additions, -7517 deletions)

View changed files

📝 .github/workflows/release.yml (+2 -2)
📝 app/app.vue (+0 -0)
📝 app/assets/core.scss (+0 -0)
📝 app/assets/tailwindcss.css (+1 -1)
📝 app/components/AccountSidebar.vue (+0 -0)
📝 app/components/AddLibraryButton.vue (+0 -0)
📝 app/components/Auth/OpenID.vue (+0 -0)
📝 app/components/Auth/Simple.vue (+2 -2)
📝 app/components/CarouselPagination.vue (+0 -0)
📝 app/components/Directory/Library.vue (+0 -0)
📝 app/components/Directory/News.vue (+0 -0)
📝 app/components/DropLogo.vue (+0 -0)
📝 app/components/DropWordmark.vue (+0 -0)
📝 app/components/EmojiText.vue (+0 -0)
📝 app/components/GameCarousel.vue (+1 -1)
📝 app/components/GameEditor/Metadata.vue (+8 -8)
app/components/GameEditor/Version.vue (+285 -0)
📝 app/components/GamePanel.vue (+1 -1)
📝 app/components/GameSearchResultWidget.vue (+1 -1)
📝 app/components/Icons/DiscordLogo.vue (+0 -0)

...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/Drop-OSS/drop/pull/197 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 11/9/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `redistributable` --- ### 📝 Commits (10+) - [`6853383`](https://github.com/Drop-OSS/drop/commit/6853383e8628deea43d01a1804eefa858cdbb970) feat: database redist support - [`322af0b`](https://github.com/Drop-OSS/drop/commit/322af0b4ca2271c0f1e897b7b47e8e7d6e71947f) feat: rearchitecture of database schemas, migration reset, and #180 - [`f1957a4`](https://github.com/Drop-OSS/drop/commit/f1957a418c70de014387f7cd9c50fc62f37fa725) feat: import redists - [`b7d6858`](https://github.com/Drop-OSS/drop/commit/b7d685814bdc13fef9cf03b0f116668d24d2252e) Merge branch 'develop' into redistributable - [`3af00e0`](https://github.com/Drop-OSS/drop/commit/3af00e085e5ed6f43f3e13eb81c4aae9c512719b) fix: giantbomb logging bug - [`8efddc0`](https://github.com/Drop-OSS/drop/commit/8efddc07bce53af45e057742252cb7ad0a16c533) feat: partial user platform support + statusMessage -> message - [`367d349`](https://github.com/Drop-OSS/drop/commit/367d349a68b185d14ee0fe5caddb54663f33d67f) feat: add user platform filters to store view - [`d323816`](https://github.com/Drop-OSS/drop/commit/d323816b9ec5024bd28a4b8e2cb365fb6063ce48) fix: sanitize svg uploads - [`ca7a89b`](https://github.com/Drop-OSS/drop/commit/ca7a89bbcf113ad790d8237cb53a37ff05d6aa2d) feat: beginnings of platform & redist management - [`cf3a458`](https://github.com/Drop-OSS/drop/commit/cf3a458bdfd49f99e144e6c9eb2b41a988d8006e) feat: add server side redist patching ### 📊 Changes **465 files changed** (+8037 additions, -7517 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+2 -2) 📝 `app/app.vue` (+0 -0) 📝 `app/assets/core.scss` (+0 -0) 📝 `app/assets/tailwindcss.css` (+1 -1) 📝 `app/components/AccountSidebar.vue` (+0 -0) 📝 `app/components/AddLibraryButton.vue` (+0 -0) 📝 `app/components/Auth/OpenID.vue` (+0 -0) 📝 `app/components/Auth/Simple.vue` (+2 -2) 📝 `app/components/CarouselPagination.vue` (+0 -0) 📝 `app/components/Directory/Library.vue` (+0 -0) 📝 `app/components/Directory/News.vue` (+0 -0) 📝 `app/components/DropLogo.vue` (+0 -0) 📝 `app/components/DropWordmark.vue` (+0 -0) 📝 `app/components/EmojiText.vue` (+0 -0) 📝 `app/components/GameCarousel.vue` (+1 -1) 📝 `app/components/GameEditor/Metadata.vue` (+8 -8) ➕ `app/components/GameEditor/Version.vue` (+285 -0) 📝 `app/components/GamePanel.vue` (+1 -1) 📝 `app/components/GameSearchResultWidget.vue` (+1 -1) 📝 `app/components/Icons/DiscordLogo.vue` (+0 -0) _...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>
yindo added the pull-request label 2026-02-17 17:06:31 -05:00
yindo closed this issue 2026-02-17 17:06:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#259