Skip to content
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

v2.17.1 #2035

Closed
wants to merge 54 commits into from
Closed

v2.17.1 #2035

wants to merge 54 commits into from

Conversation

laurent-laporte-pro
Copy link
Contributor

Features

  • launcher: add new API endpoint /v1/launcher/time-limit and update LauncherDialog #2012
  • raw: refactor aggregation endpoint #2031
  • ui-utils: add overload signatures for validateNumber function in validationUtils #2029

Bug Fixes

  • import: allow import for users that are reader only #2032

Refactoring

  • ui-storages: short-term storage update form #2025

Build System

  • pyinstaller: upgrade version of pyinstaller in build requirements #2030

laurent-laporte-pro and others added 30 commits April 29, 2024 14:59
…date `LauncherDialog` (#2012)

Merge pull request #2012 from AntaresSimulatorTeam/feature/handle-time-limit-launcher
…nts (#2030)

Co-authored-by: belthlemar <martin.belthle@rte-france.com>
1- Speeds up the process (refactoring + new response model)
2- Add possibility to select links ids
3- Add max size limit
4- Change horizon value to fit with the spec
5- Tests added

---------

Co-authored-by: Laurent LAPORTE <laurent.laporte.pro@gmail.com>
* add a fieldset
* use validationUtils
* change margin
@laurent-laporte-pro laurent-laporte-pro changed the base branch from dev to master May 24, 2024 15:20
laurent-laporte-pro and others added 20 commits May 27, 2024 10:01
Changes:
- update the sample study to version v8.8
- update Antares Solver to version v8.8.5
- remove `AntaresWebWorker` from distribution
This PR corrects a bug in area creation command when the
`input/thermal/areas.ini` file has missing sections

---------

Co-authored-by: Mohamed Abdel Wedoud <mohammed.youssouf@gmail.com>
… commands to remove Scenario Builder data
laurent-laporte-pro and others added 2 commits June 5, 2024 14:53
…s tree (#2049)

This PR fixes
[ANT-1797](https://gopro-tickets.rte-france.com/browse/ANT-1797)

The database query was changed to query the children in chronological
order.
…equirements (#2047)

Context: 
This PR addresses two potential issues that can occur when upgrading
studies:
- Upgrading a variant study could potentially corrupt it.
- Upgrading a parent study that has variant children could potentially
corrupt those children.

Issue: 
At present, our system does not support the upgrade of commands, which
complicates the resolution of these issues. Until we develop a solution
for upgrading commands, this PR implements measures to prevent the two
situations mentioned above.

Solution: 
The modifications in this PR will trigger a 417 HTTP ERROR if an attempt
is made to upgrade a study that either has children or is a variant.
This is a temporary measure until we implement a solution for upgrading
commands.
@skamril skamril closed this Jun 6, 2024
@skamril skamril deleted the hotfix/v2.17.1 branch June 6, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants