[PR #469] [MERGED] feat(app): add sanity checks for env variables & refactor: order management lists by name instead of id #445

Closed
opened 2025-12-29 00:20:29 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/469
Author: @eitchtee
Created: 12/28/2025
Status: Merged
Merged: 12/28/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (2)

  • c7ff6db feat(app): add sanity checks for env variables
  • 2076903 refactor: order management lists by name instead of id

📊 Changes

10 files changed (+116 additions, -11 deletions)

View changed files

📝 app/apps/accounts/views/account_groups.py (+1 -1)
📝 app/apps/accounts/views/accounts.py (+1 -1)
📝 app/apps/common/apps.py (+3 -0)
app/apps/common/checks.py (+103 -0)
📝 app/apps/currencies/views/currencies.py (+1 -1)
📝 app/apps/dca/views.py (+1 -1)
📝 app/apps/import_app/tests/test_import_service_v1.py (+0 -1)
📝 app/apps/transactions/views/categories.py (+2 -2)
📝 app/apps/transactions/views/entities.py (+2 -2)
📝 app/apps/transactions/views/tags.py (+2 -2)

📄 Description

Closes #466


🔄 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/eitchtee/WYGIWYH/pull/469 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 12/28/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`c7ff6db`](https://github.com/eitchtee/WYGIWYH/commit/c7ff6db0bf8945dd2886e8678ad44fbe11eb8f49) feat(app): add sanity checks for env variables - [`2076903`](https://github.com/eitchtee/WYGIWYH/commit/2076903740254484d74a0f0ec40e0d32ed061992) refactor: order management lists by name instead of id ### 📊 Changes **10 files changed** (+116 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/accounts/views/account_groups.py` (+1 -1) 📝 `app/apps/accounts/views/accounts.py` (+1 -1) 📝 `app/apps/common/apps.py` (+3 -0) ➕ `app/apps/common/checks.py` (+103 -0) 📝 `app/apps/currencies/views/currencies.py` (+1 -1) 📝 `app/apps/dca/views.py` (+1 -1) 📝 `app/apps/import_app/tests/test_import_service_v1.py` (+0 -1) 📝 `app/apps/transactions/views/categories.py` (+2 -2) 📝 `app/apps/transactions/views/entities.py` (+2 -2) 📝 `app/apps/transactions/views/tags.py` (+2 -2) </details> ### 📄 Description Closes #466 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:20:29 +01:00
adam closed this issue 2025-12-29 00:20:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#445