Skip to content

Commit

Permalink
chore(greenhouse): make supernova runnable in greenhouse (#538)
Browse files Browse the repository at this point in the history
* chore(supernova): make workers inline

* chore(supernova): add changelogs for greenhouse and supernova
  • Loading branch information
andypf authored Oct 21, 2024
1 parent 3e21132 commit 95d921f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
6 changes: 6 additions & 0 deletions .changeset/big-files-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@cloudoperators/juno-app-greenhouse": patch
"@cloudoperators/juno-app-supernova": patch
---

Make web workers in supernova inline which allows it to run in greenhouse
21 changes: 0 additions & 21 deletions apps/supernova/jest.config.js

This file was deleted.

4 changes: 2 additions & 2 deletions apps/supernova/src/hooks/useAlertmanagerAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {
useSilencesActions,
useSilencesLocalItems,
} from "../components/StoreProvider"
import AlertsWorker from "../workers/alerts.js?worker"
import SilencesWorker from "../workers/silences.js?worker"
import AlertsWorker from "../workers/alerts.js?worker&inline"
import SilencesWorker from "../workers/silences.js?worker&inline"

const alertsWorker = new AlertsWorker()
const silencesWorker = new SilencesWorker()
Expand Down

0 comments on commit 95d921f

Please sign in to comment.