This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
MG-213 - Update Gauges to fetch data from the back-end readers #219
Open
Musilah
wants to merge
16
commits into
absmach:main
Choose a base branch
from
Musilah:analoguegauge
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.
Conversation
This file contains 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
felixgateru
suggested changes
Mar 11, 2024
ianmuchyri
suggested changes
Mar 12, 2024
dborovcanin
force-pushed
the
analoguegauge
branch
from
March 12, 2024 13:23
e388842
to
a74f5b3
Compare
Musilah
force-pushed
the
analoguegauge
branch
4 times, most recently
from
March 13, 2024 18:34
a422344
to
0f89e07
Compare
ianmuchyri
suggested changes
Mar 14, 2024
ianmuchyri
suggested changes
Mar 14, 2024
Musilah
force-pushed
the
analoguegauge
branch
3 times, most recently
from
March 18, 2024 10:52
aecef6f
to
f2c61eb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #219 +/- ##
=======================================
Coverage ? 81.00%
=======================================
Files ? 3
Lines ? 179
Branches ? 0
=======================================
Hits ? 145
Misses ? 18
Partials ? 16 ☔ View full report in Codecov by Sentry. |
Musilah
force-pushed
the
analoguegauge
branch
2 times, most recently
from
March 19, 2024 15:46
4c8b7bf
to
f6ff95d
Compare
felixgateru
suggested changes
Mar 20, 2024
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.
felixgateru
suggested changes
Mar 21, 2024
ui/web/static/js/charts.js
Outdated
Comment on lines
1210
to
1172
console.log("response: ", response.url); | ||
console.log("data: ", data.messages); |
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.
remove debug statements
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What type of PR is this?
What does this do?
This PR updates the simple analogue gauge, temp and speed gauges as well as the multigauge
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified functionality?
Notes