-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release/3.0.0 #27
Merged
Merged
Release/3.0.0 #27
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
…stgen into tg-819-alpine
fix(sql): special characters in pattern match test See merge request dkinternal/testgen/dataops-testgen!120
…stgen into tg-829
fix(functions): Eliminating the need of a trailing space on function calls See merge request dkinternal/testgen/dataops-testgen!114
…stgen into tg-819-alpine
…-testgen into tg-819-alpine
fix(security): Switch the base image to Alpine to fix vulnerabilities See merge request dkinternal/testgen/dataops-testgen!103
test: update max query chars See merge request dkinternal/testgen/dataops-testgen!121
refactor: convert overview page to vanjs component See merge request dkinternal/testgen/dataops-testgen!109
misc: sync from open source repo See merge request dkinternal/testgen/dataops-testgen!122
feat(ui): add sections to nav bar See merge request dkinternal/testgen/dataops-testgen!124
PyPI does not allow releases of packages referring to repository links like was done for streamlit-pydantic package. In order to enable release we downgraded to the latest released version and fixed pydantic dependency to version 1.10.11. To keep the same functionality a workaround for pydantic's computed_field decorator was implemented.
TG-826 Copy or Move test definitions See merge request dkinternal/testgen/dataops-testgen!143
fix(data-catalog): bug in editing tags See merge request dkinternal/testgen/dataops-testgen!158
misc(scoring): display loading spinners See merge request dkinternal/testgen/dataops-testgen!160
refactor(navigation): queue the navigation when receiving linkclicked event See merge request dkinternal/testgen/dataops-testgen!161
QA fixes + enhancements See merge request dkinternal/testgen/dataops-testgen!162
refactor(test generation and scoring): improved test selection and dashboard query performance See merge request dkinternal/testgen/dataops-testgen!163
misc(scoring): uncomment score type dropdown in breakdown table See merge request dkinternal/testgen/dataops-testgen!164
fix(profiling): closes tg-885 See merge request dkinternal/testgen/dataops-testgen!165
datakitchen-devops
approved these changes
Feb 19, 2025
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.
Features
Bug Fixes
Refactors
Miscellaneous