-
Notifications
You must be signed in to change notification settings - Fork 397
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
FEMS-Backports 2024-08 (2) #2771
Commits on Aug 30, 2024
-
UI: fix sum chart in consumption history
Wrong variable used in consumption detail html Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Lukas Rieger <[email protected]> Co-committed-by: Lukas Rieger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfe88bb - Browse repository at this point
Copy the full SHA bfe88bbView commit details -
UI: add routing guards for settings
- Introduction of [Routing Guards](https://v17.angular.io/api/router#types) - Not visible routes could be accessed through manually going there - Adding edge role check before accessing this route Reviewed-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30ad01f - Browse repository at this point
Copy the full SHA 30ad01fView commit details -
Center refresh-content-spinner Reviewed-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6244e7 - Browse repository at this point
Copy the full SHA b6244e7View commit details -
Rrd4j: Fix query for custom range
- fix start for timeranges with not the first day of the month - fix readonly only worked with debugmode Reviewed-by: Hueseyin Sahutoglu <[email protected]> Co-authored-by: Michael Grill <[email protected]> Co-committed-by: Michael Grill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13f691e - Browse repository at this point
Copy the full SHA 13f691eView commit details -
Update Angular, Zone.js, Typescript Co-authored-by: Kai Jeschek <[email protected]> Reviewed-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38da223 - Browse repository at this point
Copy the full SHA 38da223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27676f0 - Browse repository at this point
Copy the full SHA 27676f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c3dcf - Browse repository at this point
Copy the full SHA 05c3dcfView commit details -
- Enforce usage of double quotes - prohibit single quotes - backticks are still usable -> [ref](https://eslint.org/docs/latest/rules/quotes#double) Reviewed-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 443764d - Browse repository at this point
Copy the full SHA 443764dView commit details -
UI: add exhaustive switch eslint rule
- Add eslint rule [`switch-exhaustiveness-check`](https://typescript-eslint.io/rules/switch-exhaustiveness-check/) Reviewed-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 797fe90 - Browse repository at this point
Copy the full SHA 797fe90View commit details -
UI: App: Update android api due to googles new policy
- Updating android api level due to googles new policy, enforcing `ANDROID_API_LEVEL=34` to be minimum version Reviewed-by: Kai Jeschek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb327d3 - Browse repository at this point
Copy the full SHA eb327d3View commit details -
Add CI pipeline for building Android apps Co-authored-by: Lukas Rieger <[email protected]> Reviewed-by: Lukas Rieger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 852fd3a - Browse repository at this point
Copy the full SHA 852fd3aView commit details -
GridOptimizedCharge: avoid fail state in OFF
Reviewed-by: Sebastian Asen <[email protected]> Co-authored-by: Johann Kaufmann <[email protected]> Co-committed-by: Johann Kaufmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74a6699 - Browse repository at this point
Copy the full SHA 74a6699View commit details
Commits on Aug 31, 2024
-
UI: Reduce history queries & overloading of chartData
If a history chart takes too long to load and the user switches the timerange, the old timerange will be shown instead of the actual one (at least for a few seconds, until the new chart is finished) Co-authored-by: Lukas Rieger <[email protected]> Reviewed-by: Lukas Rieger <[email protected]> Co-authored-by: Fabian Brandtner <[email protected]> Co-committed-by: Fabian Brandtner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 311b9c1 - Browse repository at this point
Copy the full SHA 311b9c1View commit details -
UI: Replace
setCurrentComponent
withgetCurrentEdge
- Replace `setCurrentComponent` with `getCurrentEdge`, setCurrentComponent is already deprecated and shouldnt be used anymore Reviewed-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67e6030 - Browse repository at this point
Copy the full SHA 67e6030View commit details -
UI: Unify fixDigitalOutput & singlethreshold history (#1315)
- Unify and refactor all FixDigitalOutputControllers and SingleThresholds in one widget in history - Refactoring them and using the new `CumulatedLevelActiveTime`-Channel Co-authored-by: Sebastian Asen <[email protected]> Reviewed-by: Sebastian Asen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70b6864 - Browse repository at this point
Copy the full SHA 70b6864View commit details -
UI: fix TimeOfUseTariff powerSocChart
- Fix `TypeError: this.options.plugins is undefined` - To reproduce the error see "live" screen and open the modal for Time-of-Use with ADMIN role. Reviewed-by: Sagar Venu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbe249d - Browse repository at this point
Copy the full SHA bbe249dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61208ef - Browse repository at this point
Copy the full SHA 61208efView commit details