-
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 2023-06 #2664
Merged
Merged
FEMS Backports 2023-06 #2664
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
Wrong mapping of Phase 3 current Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Sebastian Asen <[email protected]> Co-committed-by: Sebastian Asen <[email protected]>
* added support for http code & message * changed DelayTimeProvider to also be able to handle errors and success responses * improved testing * added common class HttpStatus with all official Http status codes as constants * added lazy endpoint construction to define unique params for each call Reviewed-by: Kai Jeschek <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Michael Grill <[email protected]> Co-committed-by: Michael Grill <[email protected]>
Reviewed-by: Lukas Rieger <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Sagar Venu <[email protected]> Co-committed-by: Sagar Venu <[email protected]>
- setting web-app tab title to ```environment.edgeShortName``` Reviewed-by: Sagar Venu <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Lukas Rieger <[email protected]> Co-committed-by: Lukas Rieger <[email protected]>
Removed Edges from Authenticate response Reviewed-by: Maximilian Lang <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Michael Grill <[email protected]> Co-committed-by: Michael Grill <[email protected]>
- Splitting user and company related data, only user data is editable, non company assigned users are still seeing the same and are able to change all userInformation Reviewed-by: Sagar Venu <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Lukas Rieger <[email protected]> Co-committed-by: Lukas Rieger <[email protected]>
- Normal EdgeConfig does not contain Channels anymore - Added separate Requests to get channels for: - [x] Component Status View - [x] Component Channels View - [x] Subscribe only needed Channels in Soltaro ServiceAssistent - [x] Get Channel Units for variable channel for singlethreshold history & live - [x] Get DigitalInputChannels with separate request and fixed subscription Co-authored-by: Lukas Rieger <[email protected]> Reviewed-by: Lukas Rieger <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Michael Grill <[email protected]> Co-committed-by: Michael Grill <[email protected]>
Reviewed-by: Michael Grill <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Sagar Venu <[email protected]> Co-committed-by: Sagar Venu <[email protected]>
- Added new provider Groupe-E. - Added new currency CHF (Swiss francs) to the list of currencies in core meta. - Moved the exchangerate API to Utils so it is common for both ENTSO-E and Groupe-E providers. Reviewed-by: Michael Grill <[email protected]> Reviewed-by: Stefan Feilmeier <[email protected]> Co-authored-by: Sagar Venu <[email protected]> Co-committed-by: Sagar Venu <[email protected]>
This fixes an issue where a token value could be exposed when redirecting from http to https Co-authored-by: Katsuya Oda <[email protected]> Co-authored-by: Hiromasa Ihara <[email protected]>
1 similar comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
environment.edgeShortName
-Removed Edges from Authenticate response
-This fixes an issue where a token value could be exposed when redirecting from http to https
Co-authored-by: Sebastian Asen [email protected]
Co-authored-by: Michael Grill [email protected]
Co-authored-by: Sagar Venu [email protected]
Co-authored-by: Lukas Rieger [email protected]
Co-authored-by: Katsuya Oda [email protected]
Co-authored-by: Hiromasa Ihara [email protected]