Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
689c3a2
Add internal Traefik redirect
djnewbould Feb 19, 2025
1a03e8e
Add comment to values option
djnewbould Feb 21, 2025
14dc4a8
Add PR requested changes
djnewbould Feb 27, 2025
4acd507
Fix coredns casing
djnewbould Feb 27, 2025
bc36e2d
Scaffold OpenProtocol driver
AlexGodbehere Nov 4, 2024
42a414f
Proof of concept OpenProtocol driver
AlexGodbehere Nov 28, 2024
a832fc3
wip: Stub out plan for NCMD for driver
AlexGodbehere Feb 18, 2025
7193109
Update OpenProtocol driver to handle commands
AlexGodbehere Mar 4, 2025
dc21e16
Add implementation plan for CSV origin map import/export
AlexGodbehere Mar 12, 2026
1b5d571
feat: add papaparse dependency for CSV origin map import/export
AlexGodbehere Mar 12, 2026
d245f5d
feat: add CSV generation composable for origin map export
AlexGodbehere Mar 12, 2026
b3c863c
fix: filter empty strings from Allowed_Sparkplug_Types in CSV export
AlexGodbehere Mar 12, 2026
2b6ab8d
fix: include all schema metric leaves in CSV, not just populated ones
AlexGodbehere Mar 12, 2026
af7c053
feat: add CSV parsing and model application to origin map composable
AlexGodbehere Mar 12, 2026
08b858b
feat: add Download CSV and Upload CSV buttons to OriginMapEditor
AlexGodbehere Mar 12, 2026
6e57e30
fix: add file size guard and error handler for CSV upload
AlexGodbehere Mar 12, 2026
3683c9d
fix: default Sparkplug_Type to first allowed type in CSV export
AlexGodbehere Mar 12, 2026
ab10ea4
fix: consolidate duplicate imports and add success toast on CSV import
AlexGodbehere Mar 12, 2026
a30a9d3
admin UI: styling changes to arrange csv buttons vertically
BryanRam Mar 25, 2026
a744942
admin UI: added Schema Type so only origin maps of the same type can …
BryanRam Apr 13, 2026
4cffcdb
admin UI fix: importing an origin map can now update all metrics that…
BryanRam Apr 13, 2026
f4ca881
some cleanup
BryanRam Apr 17, 2026
710dada
fix: consolidate duplicate imports and add success toast on CSV import
AlexGodbehere Mar 12, 2026
8c39ffa
admin UI: added Schema Type so only origin maps of the same type can …
BryanRam Apr 13, 2026
4233527
admin UI fix: importing an origin map can now update all metrics that…
BryanRam Apr 13, 2026
7d27dd3
some cleanup
BryanRam Apr 17, 2026
91be385
admin UI: CSV Import creates any missing parent objects in the model …
BryanRam May 21, 2026
e7a16f1
enabled pauseonHover event to toasts
BryanRam May 21, 2026
5c30830
some vite changes
BryanRam May 21, 2026
c96288c
addressed RangeError problem: caused by an infinite loop. Needed to t…
BryanRam Jun 4, 2026
67d19b3
added @jsdevtools/ono, js-yaml, mqtt-match, uuid npm packages
BryanRam Jun 8, 2026
9c03a65
removed package files, unnecessary lines in values.yaml and fixed dep…
BryanRam Jun 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
- edge-bacnet
- edge-modbus
- edge-test
- edge-openprotocol
- edge-tplink-smartplug
- edge-ads
- edge-rtde
Expand Down
Loading
Loading