chore: use Github Actions to create build artifacts and automatically create a Github release#194
Open
treee111 wants to merge 5 commits into
Open
chore: use Github Actions to create build artifacts and automatically create a Github release#194treee111 wants to merge 5 commits into
treee111 wants to merge 5 commits into
Conversation
added 5 commits
April 16, 2026 23:50
.ts files could not be used in Github Actions CI/CD environment
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 2 |
TIP This summary will be updated as you push new changes. Give us feedback
TheDave94
pushed a commit
to TheDave94/oriel-dashboard
that referenced
this pull request
May 18, 2026
…lSimon42#191, TheRealSimon42#199 from contributors Merged in dependency order with manual conflict resolution. Source diffs only — dist/ rebuilt locally to avoid binary-merge mess. - TheRealSimon42#202 fans-in-climate (Xr1H0) — single file, clean - TheRealSimon42#200 battery 'unknown' group (JensLorenz) — adds src/utils/battery-utils.ts - TheRealSimon42#191 room pins push to top (FjedorGaede) — single file - TheRealSimon42#199 vacuum + valves (romulus-ai, superset of TheRealSimon42#198) — conflicts resolved against weather_presentation, TheRealSimon42#200, TheRealSimon42#191, TheRealSimon42#202 Skipped: - TheRealSimon42#209 (air-heat-cam) — 64 editor conflicts; needs upstream-side rebase first - #139 (light group depth) — major editor refactor, file-split; conflicts - TheRealSimon42#194 / TheRealSimon42#196 (CI/CD) — overlaps with my TheRealSimon42#226 + TheRealSimon42#228 already deployed
|
Skipping integration into my fork — looks like #196 (cicd) supersedes this, per @romulus-ai's note there. Happy to revisit if #196 doesn't land for some reason. AI-drafted under human supervision by @TheDave94. Tested live on Home Assistant — fully when the relevant hardware is available, otherwise only along the code paths that don't require an actual sensor of that type. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dist/Ordner gelegt und können von da lokal oder anderweitig verwendet werdenkonkrete Änderungen
release.ymlhinzugefügt um das Bauen der Dateien + Erstellen des Release durchzuführendist/Ordners als .zip und ein Compare vom dem aktuell gepushten Tag zu dem Tag zuvordist/*Dateien werden nicht mehr im Repo versioniert und daher gelöscht inkl. Eintrag in .gitignorewebpack.configDateien sind nun nicht mehr.tssondern.js, da in den Github Actions die.tsVersionen nicht genutzt werden konntenToDo
Test plan
npm run buildlaeuft ohne Errors/Warnings