Fix: All use of raw json when updating flex_configs#2149
Closed
joshuaunity wants to merge 11 commits into
Closed
Conversation
Signed-off-by: joshuaunity <oghenerobojosh01@gmail.com>
Signed-off-by: JDev <45713692+joshuaunity@users.noreply.github.com>
Signed-off-by: joshuaunity <oghenerobojosh01@gmail.com>
Signed-off-by: joshuaunity <oghenerobojosh01@gmail.com>
Signed-off-by: JDev <45713692+joshuaunity@users.noreply.github.com>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
Signed-off-by: F.N. Claessen <claessen@seita.nl>
Flix6x
requested changes
May 12, 2026
Comment on lines
+45
to
+47
| * Make the sensor page load much faster for sensors with lots of data, by avoiding to load statistics over all of its history by default [see `PR #2129 <https://www.github.com/FlexMeasures/flexmeasures/pull/2129>`_] | ||
| * Return a clear validation error (instead of a server ZeroDivisionError) when posting instantaneous (0-minute) data to non-instantaneous sensors via ``[POST] /sensors/(id)/data`` [see `PR #2116 <https://www.github.com/FlexMeasures/flexmeasures/pull/2116>`_] | ||
| * Fix asset context page for asset names containing apostrophes [see `PR #2117 <https://www.github.com/FlexMeasures/flexmeasures/pull/2117>`_] |
Contributor
Author
There was a problem hiding this comment.
There were some conflicts. i checked on main and saw that these list are under 0.32.1 so i moved them here as well
Signed-off-by: joshuaunity <oghenerobojosh01@gmail.com>
…hub.com:FlexMeasures/flexmeasures into fix/asset-patch-accept-json-object-flex-context Signed-off-by: joshuaunity <oghenerobojosh01@gmail.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Contributor
Author
|
i thnk ill need to recreate this PR |
Contributor
Author
|
New PR in 2162. illbe closing this PR |
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
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.
Description
In this PR i fixed a bug where RAW JSON had to be loaded before it can be parsed as a flex-config. These forced users to take extra steps just to modify flex-configs
Look & Feel
Before

After

How to test
I noticed i didn't experience this issue while use a
httpclient like "insomnia" you'll probably also not experience it if you use POSTMAN as well. But rather running it though a python script reveals the issue.Use this script for testing
Further Improvements
None
Related Items
This PR closes #2144
Sign-off