-
Notifications
You must be signed in to change notification settings - Fork 18
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
Merge Stable (@0.15.3) to Develop #4097
Closed
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
Currenly we treat SchemaNode objects in the same way as any other, this causes problems if multiple schema objects has the same constraints i.e. two of them has an attribute called "name" and that attribute is marked as being unique for that particular model. Fixes #3986
Fix attribute uniqueness validator to not run in isolated mode
Avoid running attribute uniqueness check on schema attributes
Fix schema inconsistency issue by reverting 3792
Add towncrier as dev dependency
* fix some path due to frontend folder changes * Rebuild dynamic screenshots via e2e --------- Co-authored-by: bilalabbad <[email protected]>
Add towncrier newsfragments for resolved issues
…-message Make schema integrity check messages more user-friendly
Add newsfragment for #4025
* Add invoke command to update Appversion and add it to cicd
…e object (#4039) * update key to prevent duplicates * update options labels * update locator after renaming * fix profile selector for kind * update locators * add fragment * update locator * remove log * hide profile select for filters * fix props propagation
* Add several missing branch parameters --------- Co-authored-by: Guillaume Mazoyer <[email protected]>
#4059) * Fix for inherited attribute / relationships not being updated (#4005) --------- Co-authored-by: Damien Garros <[email protected]>
…fline or when isolated from the internet Fixes #4063
Serve Swagger & Redoc files locally so that the REST-API docs work offline or when isolated from the internet
* bump poetry version to 0.15.3 * changelog updated * update release notes in docs * add comment spacing to yamllint
To resolve conflicts, for all files in /frontend, you can choose develop. |
replaced by #4130 |
CodSpeed Performance ReportMerging #4097 will degrade performances by 14.65%Comparing Summary
Benchmarks breakdown
|
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.
Bringing latest changes in Stable down to Develop.