[PR #140] [MERGED] automatic exchange rates #204

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

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/140
Author: @eitchtee
Created: 2/7/2025
Status: Merged
Merged: 2/7/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (3)

  • 5296820 refactor(automatic-exchange-rates): replace fetch_interval with fetch interval type and fetch interval
  • 8315ade fix(automatic-exchange-rates): 1-24 should be 0-23
  • 1a0de32 locale: update locales

📊 Changes

9 files changed (+450 additions, -182 deletions)

View changed files

📝 app/apps/currencies/admin.py (+2 -1)
📝 app/apps/currencies/exchange_rates/fetcher.py (+61 -19)
📝 app/apps/currencies/forms.py (+7 -3)
app/apps/currencies/migrations/0011_remove_exchangerateservice_fetch_interval_hours_and_more.py (+32 -0)
📝 app/apps/currencies/models.py (+93 -4)
📝 app/locale/de/LC_MESSAGES/django.po (+78 -50)
📝 app/locale/nl/LC_MESSAGES/django.po (+83 -51)
📝 app/locale/pt_BR/LC_MESSAGES/django.po (+94 -52)
📝 app/templates/exchange_rates_services/fragments/list.html (+0 -2)

📄 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/eitchtee/WYGIWYH/pull/140 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/7/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`5296820`](https://github.com/eitchtee/WYGIWYH/commit/5296820d467e982e52f4b2a3bd6be4929d6965cf) refactor(automatic-exchange-rates): replace fetch_interval with fetch interval type and fetch interval - [`8315ade`](https://github.com/eitchtee/WYGIWYH/commit/8315adeb4a2836c6e30f8967063f5965fa3dd69d) fix(automatic-exchange-rates): 1-24 should be 0-23 - [`1a0de32`](https://github.com/eitchtee/WYGIWYH/commit/1a0de32ef824b5fffab51422255abc6582a47ad8) locale: update locales ### 📊 Changes **9 files changed** (+450 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/currencies/admin.py` (+2 -1) 📝 `app/apps/currencies/exchange_rates/fetcher.py` (+61 -19) 📝 `app/apps/currencies/forms.py` (+7 -3) ➕ `app/apps/currencies/migrations/0011_remove_exchangerateservice_fetch_interval_hours_and_more.py` (+32 -0) 📝 `app/apps/currencies/models.py` (+93 -4) 📝 `app/locale/de/LC_MESSAGES/django.po` (+78 -50) 📝 `app/locale/nl/LC_MESSAGES/django.po` (+83 -51) 📝 `app/locale/pt_BR/LC_MESSAGES/django.po` (+94 -52) 📝 `app/templates/exchange_rates_services/fragments/list.html` (+0 -2) </details> ### 📄 Description _No description provided_ --- <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:18:52 +01:00
adam closed this issue 2025-12-29 00:18:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#204