-
Notifications
You must be signed in to change notification settings - Fork 5
New eG Innovations Plugin #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
deepalisingh-r
wants to merge
36
commits into
squaredup:main
Choose a base branch
from
eginnovations:add-eginnovations-plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
69c2140
Initial commit
deepalisingh-r 63c70ca
Initial commit
deepalisingh-r c14f571
All test case passed
deepalisingh-r 8a70bf0
All test case passed
deepalisingh-r 77cfbd3
Merge branch 'squaredup:main' into add-eginnovations-plugin
deepalisingh-r 872170e
Alarms and Alerts API changes
deepalisingh-r 99eb215
Merge branch 'add-eginnovations-plugin' of https://github.com/eginnov…
deepalisingh-r 8409547
JSON parsing + other fixes
Deenk f76e4de
Merge pull request #1 from Deenk/add-eginnovations-plugin
deepalisingh-r ba81935
Error Handling
1358438
add error handling and better json handling
Deenk 31d13ff
Merge pull request #2 from Deenk/fix-empty-json-import
deepalisingh-r 785c5b7
JSON error handling
9210d89
Added three data streams and filters
7025957
Merge branch 'main' into add-eginnovations-plugin
shaswot77 a84b2e6
Merge pull request #3 from shaswot77/add-eginnovations-plugin
deepalisingh-r 0707369
pnpm changes for the plugin
ed845da
Live measure and historical data API changes
614c3f2
Data stream drop down changes
0b8998d
Plugin version 1.0.3
5bda982
Data stream drop down debug changes
dfc638a
Request parameter data format change
0cb74a1
Merge pull request #4 from squaredup/main
deepalisingh-r edc3b86
Merge branch 'squaredup:main' into add-eginnovations-plugin
deepalisingh-r 65db03d
Live Measure and Historical Data api integration
725e3ab
Merge https://github.com/eginnovations/squaredup-plugin-public into a…
125b5a5
Merge branch 'add-eginnovations-plugin' of https://github.com/eginnov…
fd59e62
Changes on the fields that depend on other fields to load their options
f63f783
Added login validation and historical data api changes
67af7f3
Alarms count in integer and login validation
30e3dc8
edit data source validation
4243146
edit data source validation debug
641d098
debug edit data source validation
181228c
debug RA issue
9986b8e
Resolve duplicate components displayed after refresh and sanitize the…
f783e2f
Bug Fixes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Dependency directories | ||
| node_modules/ | ||
| jspm_packages/ | ||
|
|
||
| # Test files | ||
| testConfig.json |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "version": "0.2", | ||
| "words": [ | ||
| "eGinnovations" | ||
| ] | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| [ | ||
| { | ||
| "name": "eGComponents", | ||
| "type": "app", | ||
| "icon": "app", | ||
| "singular": "app", | ||
| "plural": "apps" | ||
| } | ||
| ] |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a valid part of the schema. Can you please remove this?