-
Notifications
You must be signed in to change notification settings - Fork 6
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 #2028
Merged
Merged
v2.17 #2028
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
…ataRepository` class Replace `id` parameter with `study_id`.
…hip between `Study` and `Group`
Merge pull request #1888 from AntaresSimulatorTeam/ANT-925-Amelioration-de-la-performance-du-watcher ANT-925
…-additional-data-casecade-delete fix(variant-db): correct foreign key constraints on variant study table
- Change the search and update methods in `StudyMetadataRepository` class to handle case-insensitive tags. - Update the Alembic migration script to handle case-insensitive tags.
Merge pull request #1937 from AntaresSimulatorTeam/bugfix/handle-case-insensitive-tags ANT-940
Context: Additionally to ANT-1107 related tags db management, another problem of permission filtering is blocking the pagination from working properly. Issue: The permission to read studies in the search engine function is performed after the db query. This is creating a problem for our pagination process. Solution: Pass on the permission status directly in queries to the db.
Context: Related to ANT-1107 (tags-db) and ANT-1106 (permissions-db), it happens that front-end can not predict the total number of studies matching some given filtering parameters, to perform the pagination properly. Solution: Add an endpoint that return the total studies count.
Co-authored-by: Laurent LAPORTE <[email protected]>
Resolves [ANT-1352]
Merge pull request #1643 from AntaresSimulatorTeam/feature/1520_table_mode_pollutants
…reate/update modal
…during pytest classes collection
…eprecation warning
skamril
approved these changes
May 14, 2024
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.
Support for evolutions relating to studies in versions 8.7:
Support for evolutions relating to studies in versions 8.8:
enabled
propertyFeatures
#2020
#1643
Bug Fixes
#2026
adequacy_patch_mode
column from table-mode before v8.3#2022
MatrixInput
#2027
#1998
#2016