[PR #33] [CLOSED] Fix/worker diagnostics #31

Closed
opened 2026-03-16 12:12:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hipcityreg/situation-monitor/pull/33
Author: @jwang287
Created: 2/26/2026
Status: Closed

Base: mainHead: fix/worker-diagnostics


📝 Commits (10+)

  • 482eefc Trigger deployment to GitHub Pages
  • f23c9b7 Update GitHub Actions workflow for GitHub Pages deployment
  • e2da400 Trigger deployment to GitHub Pages
  • ce48d24 Fix GitHub Pages deployment: add base path configuration
  • 110b331 Fix static adapter configuration for GitHub Pages
  • 526c2ac 汉化网站界面
  • 0b9736b Add debug output to build process
  • c1cafcf Add API configuration support and documentation
  • 224a23e Trigger redeployment with API keys
  • e42d6f4 Update CORS proxy to AllOrigins for better reliability

📊 Changes

26 files changed (+915 additions, -362 deletions)

View changed files

.deploy-trigger (+1 -0)
📝 .github/workflows/deploy.yml (+27 -45)
API_SETUP.md (+79 -0)
PROXY_SETUP.md (+140 -0)
deploy-trigger.txt (+1 -0)
proxy-worker.js (+106 -0)
📝 src/lib/api/fred.ts (+4 -2)
📝 src/lib/api/markets.ts (+2 -1)
📝 src/lib/api/news.ts (+27 -6)
📝 src/lib/components/layout/Header.svelte (+6 -6)
📝 src/lib/components/modals/SettingsModal.svelte (+7 -7)
📝 src/lib/components/panels/CommoditiesPanel.svelte (+5 -5)
📝 src/lib/components/panels/CorrelationPanel.svelte (+12 -12)
📝 src/lib/components/panels/CryptoPanel.svelte (+2 -2)
📝 src/lib/components/panels/HeatmapPanel.svelte (+2 -2)
📝 src/lib/components/panels/MainCharPanel.svelte (+4 -4)
📝 src/lib/components/panels/MarketsPanel.svelte (+2 -2)
📝 src/lib/components/panels/MonitorsPanel.svelte (+4 -4)
📝 src/lib/components/panels/NarrativePanel.svelte (+2 -2)
📝 src/lib/components/panels/NewsPanel.svelte (+1 -1)

...and 6 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/hipcityreg/situation-monitor/pull/33 **Author:** [@jwang287](https://github.com/jwang287) **Created:** 2/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/worker-diagnostics` --- ### 📝 Commits (10+) - [`482eefc`](https://github.com/hipcityreg/situation-monitor/commit/482eefccced6584b9f4199e8a728bf24251c8540) Trigger deployment to GitHub Pages - [`f23c9b7`](https://github.com/hipcityreg/situation-monitor/commit/f23c9b7be21164d4bd56ca56d61889132f492b77) Update GitHub Actions workflow for GitHub Pages deployment - [`e2da400`](https://github.com/hipcityreg/situation-monitor/commit/e2da400d8d2fee1206a446619e3ce2d9aa79f8f0) Trigger deployment to GitHub Pages - [`ce48d24`](https://github.com/hipcityreg/situation-monitor/commit/ce48d24915be10463fea6b824cf40f4d2bb0552d) Fix GitHub Pages deployment: add base path configuration - [`110b331`](https://github.com/hipcityreg/situation-monitor/commit/110b3319239c4fbb7216c92810a45074ddc0e09b) Fix static adapter configuration for GitHub Pages - [`526c2ac`](https://github.com/hipcityreg/situation-monitor/commit/526c2aca5dd13c90308f85ae2749d6d0eca41468) 汉化网站界面 - [`0b9736b`](https://github.com/hipcityreg/situation-monitor/commit/0b9736bda4900c8f165cea19525329b07e458fac) Add debug output to build process - [`c1cafcf`](https://github.com/hipcityreg/situation-monitor/commit/c1cafcf74e5b7d74dad200c83b492962bb7bb851) Add API configuration support and documentation - [`224a23e`](https://github.com/hipcityreg/situation-monitor/commit/224a23ec0de3455c499be92bf9cad7bd953744ec) Trigger redeployment with API keys - [`e42d6f4`](https://github.com/hipcityreg/situation-monitor/commit/e42d6f4daf8b63f125aa07554560397625d2eced) Update CORS proxy to AllOrigins for better reliability ### 📊 Changes **26 files changed** (+915 additions, -362 deletions) <details> <summary>View changed files</summary> ➕ `.deploy-trigger` (+1 -0) 📝 `.github/workflows/deploy.yml` (+27 -45) ➕ `API_SETUP.md` (+79 -0) ➕ `PROXY_SETUP.md` (+140 -0) ➕ `deploy-trigger.txt` (+1 -0) ➕ `proxy-worker.js` (+106 -0) 📝 `src/lib/api/fred.ts` (+4 -2) 📝 `src/lib/api/markets.ts` (+2 -1) 📝 `src/lib/api/news.ts` (+27 -6) 📝 `src/lib/components/layout/Header.svelte` (+6 -6) 📝 `src/lib/components/modals/SettingsModal.svelte` (+7 -7) 📝 `src/lib/components/panels/CommoditiesPanel.svelte` (+5 -5) 📝 `src/lib/components/panels/CorrelationPanel.svelte` (+12 -12) 📝 `src/lib/components/panels/CryptoPanel.svelte` (+2 -2) 📝 `src/lib/components/panels/HeatmapPanel.svelte` (+2 -2) 📝 `src/lib/components/panels/MainCharPanel.svelte` (+4 -4) 📝 `src/lib/components/panels/MarketsPanel.svelte` (+2 -2) 📝 `src/lib/components/panels/MonitorsPanel.svelte` (+4 -4) 📝 `src/lib/components/panels/NarrativePanel.svelte` (+2 -2) 📝 `src/lib/components/panels/NewsPanel.svelte` (+1 -1) _...and 6 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>
kerem closed this issue 2026-03-16 12:13:04 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/situation-monitor#31
No description provided.