Skip to content
Open
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
69c2140
Initial commit
deepalisingh-r Feb 27, 2025
63c70ca
Initial commit
deepalisingh-r Feb 27, 2025
c14f571
All test case passed
deepalisingh-r Mar 4, 2025
8a70bf0
All test case passed
deepalisingh-r Mar 4, 2025
77cfbd3
Merge branch 'squaredup:main' into add-eginnovations-plugin
deepalisingh-r Mar 4, 2025
872170e
Alarms and Alerts API changes
deepalisingh-r Jun 11, 2025
99eb215
Merge branch 'add-eginnovations-plugin' of https://github.com/eginnov…
deepalisingh-r Jun 11, 2025
8409547
JSON parsing + other fixes
Deenk Jul 11, 2025
f76e4de
Merge pull request #1 from Deenk/add-eginnovations-plugin
deepalisingh-r Jul 11, 2025
ba81935
Error Handling
Jul 21, 2025
1358438
add error handling and better json handling
Deenk Jul 24, 2025
31d13ff
Merge pull request #2 from Deenk/fix-empty-json-import
deepalisingh-r Jul 25, 2025
785c5b7
JSON error handling
Jul 25, 2025
9210d89
Added three data streams and filters
Sep 2, 2025
7025957
Merge branch 'main' into add-eginnovations-plugin
shaswot77 Sep 9, 2025
a84b2e6
Merge pull request #3 from shaswot77/add-eginnovations-plugin
deepalisingh-r Sep 9, 2025
0707369
pnpm changes for the plugin
Sep 9, 2025
ed845da
Live measure and historical data API changes
Oct 16, 2025
614c3f2
Data stream drop down changes
Oct 28, 2025
0b8998d
Plugin version 1.0.3
Oct 28, 2025
5bda982
Data stream drop down debug changes
Oct 31, 2025
dfc638a
Request parameter data format change
Nov 4, 2025
0cb74a1
Merge pull request #4 from squaredup/main
deepalisingh-r Nov 4, 2025
edc3b86
Merge branch 'squaredup:main' into add-eginnovations-plugin
deepalisingh-r Nov 4, 2025
65db03d
Live Measure and Historical Data api integration
Nov 5, 2025
725e3ab
Merge https://github.com/eginnovations/squaredup-plugin-public into a…
Nov 5, 2025
125b5a5
Merge branch 'add-eginnovations-plugin' of https://github.com/eginnov…
Nov 5, 2025
fd59e62
Changes on the fields that depend on other fields to load their options
Nov 5, 2025
f63f783
Added login validation and historical data api changes
Nov 12, 2025
67af7f3
Alarms count in integer and login validation
Nov 13, 2025
30e3dc8
edit data source validation
Nov 13, 2025
4243146
edit data source validation debug
Nov 13, 2025
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
2 changes: 1 addition & 1 deletion packages/@squaredup/schema/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ export const dataStreamsSchema = {
},
provides: {
type: 'string',
enum: ['health', 'templateData']
enum: ['health', 'templateData','componentType']
},
definition: {
type: 'object',
Expand Down
6 changes: 6 additions & 0 deletions plugins/eginnovations/v1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Dependency directories
node_modules/
jspm_packages/

# Test files
testConfig.json
6 changes: 6 additions & 0 deletions plugins/eginnovations/v1/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "0.2",
"words": [
"eGinnovations"
]
}
9 changes: 9 additions & 0 deletions plugins/eginnovations/v1/custom_types.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"name": "eGComponents",
"type": "app",
"icon": "app",
"singular": "app",
"plural": "apps"
}
]
Loading