[PR #166] [MERGED] Cleanuparr v2 #238

Closed
opened 2025-10-09 17:00:21 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/166
Author: @Flaminel
Created: 6/20/2025
Status: Merged
Merged: 6/27/2025
Merged by: @Flaminel

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

680 files changed (+54578 additions, -9473 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/1-bug.yml (+2 -2)
📝 .github/ISSUE_TEMPLATE/2-feature.yml (+1 -1)
📝 .github/ISSUE_TEMPLATE/3-help.yml (+1 -1)
.github/workflows/build-docker.yml (+125 -0)
.github/workflows/build-executable.yml (+177 -0)
.github/workflows/build-macos-arm-installer.yml (+376 -0)
.github/workflows/build-macos-intel-installer.yml (+376 -0)
.github/workflows/build-windows-installer.yml (+171 -0)
.github/workflows/build.yml (+0 -14)
.github/workflows/deploy.yml (+0 -19)
.github/workflows/pipeline.yml (+0 -20)
📝 .github/workflows/release.yml (+158 -5)
Logo/favicon.ico (+0 -0)
📝 Logo/logo.svg (+0 -0)
📝 README.md (+17 -17)
chart/values.yaml (+0 -187)
code/.dockerignore (+41 -0)
code/Common/Attributes/DryRunSafeguardAttribute.cs (+0 -6)
code/Common/Configuration/Arr/ArrConfig.cs (+0 -23)
code/Common/Configuration/Arr/ArrInstance.cs (+0 -8)

...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/Cleanuparr/Cleanuparr/pull/166 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 6/20/2025 **Status:** ✅ Merged **Merged:** 6/27/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`e284ea2`](https://github.com/Cleanuparr/Cleanuparr/commit/e284ea2c130a59c8fc0efb0e1141eb62b8ea8199) changing main layout and styling - [`1f5e8e5`](https://github.com/Cleanuparr/Cleanuparr/commit/1f5e8e571184bcb73e2a8cb651a7f16917880213) fixed mobile side bar - [`ff56589`](https://github.com/Cleanuparr/Cleanuparr/commit/ff565895ce21b2986fb566b3a4ab526b2ca1f438) fixed download logs - [`ba43794`](https://github.com/Cleanuparr/Cleanuparr/commit/ba4379417ea111dc738407882fc53f644f4b0355) fixed nav bar icon alignment - [`ac924d1`](https://github.com/Cleanuparr/Cleanuparr/commit/ac924d129440e5654b9b21ab2047e68e43c79044) try fix collapse animation - [`cb57b06`](https://github.com/Cleanuparr/Cleanuparr/commit/cb57b06abb90a5fd6fb629b7d4b5c6f67cbffa0e) try fix collapse #2 - [`df37aee`](https://github.com/Cleanuparr/Cleanuparr/commit/df37aee2a279ad8a6301ba5a2484ad6ac14b2eb6) try #3 - [`dd95c40`](https://github.com/Cleanuparr/Cleanuparr/commit/dd95c40becc30bd4dccf3e764cab29d668c0500e) fixed logs - [`9e596cf`](https://github.com/Cleanuparr/Cleanuparr/commit/9e596cfe17e0b7e6194b6cc8093e2c309eeb6e1b) topbar - [`2143c74`](https://github.com/Cleanuparr/Cleanuparr/commit/2143c7476754908a0bd4bed00d0729aff662d3cc) try sidebar ### 📊 Changes **680 files changed** (+54578 additions, -9473 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/1-bug.yml` (+2 -2) 📝 `.github/ISSUE_TEMPLATE/2-feature.yml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/3-help.yml` (+1 -1) ➕ `.github/workflows/build-docker.yml` (+125 -0) ➕ `.github/workflows/build-executable.yml` (+177 -0) ➕ `.github/workflows/build-macos-arm-installer.yml` (+376 -0) ➕ `.github/workflows/build-macos-intel-installer.yml` (+376 -0) ➕ `.github/workflows/build-windows-installer.yml` (+171 -0) ➖ `.github/workflows/build.yml` (+0 -14) ➖ `.github/workflows/deploy.yml` (+0 -19) ➖ `.github/workflows/pipeline.yml` (+0 -20) 📝 `.github/workflows/release.yml` (+158 -5) ➕ `Logo/favicon.ico` (+0 -0) 📝 `Logo/logo.svg` (+0 -0) 📝 `README.md` (+17 -17) ➖ `chart/values.yaml` (+0 -187) ➕ `code/.dockerignore` (+41 -0) ➖ `code/Common/Attributes/DryRunSafeguardAttribute.cs` (+0 -6) ➖ `code/Common/Configuration/Arr/ArrConfig.cs` (+0 -23) ➖ `code/Common/Configuration/Arr/ArrInstance.cs` (+0 -8) _...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>
giteasync added the
pull-request
label 2025-10-09 17:00:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr-Cleanuparr#238
No description provided.