-
Notifications
You must be signed in to change notification settings - Fork 30
feat: update ManifestDeclarativeSource
to invoke declarative config migrations/transformations/validations
#561
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
Merged
pnilan
merged 67 commits into
main
from
pnilan/feat/update-source-to-invoke-config-migrations
May 22, 2025
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
6694cd1
implement validators and transformer
pnilan 4dbd363
create config transformations
pnilan 03e776c
remove unnecessary validation strategies
pnilan 41f376b
chore: format code
pnilan 454cb78
add tests for dpath validator
pnilan 54f9f9f
add predicate validator tests
pnilan 7881f9f
add tests for RemapField
pnilan f8c252b
create tests for ValidateAdheresToSchema
pnilan c492b81
chore: type check
pnilan 48e5ab0
chore: lint
pnilan 3623325
add test for json strings
pnilan dad6100
fix errant inclusion
pnilan 565b709
add json string parsing to ValidateAdheresToSchema
pnilan 01415e2
chore: lint
pnilan 7149962
Merge branch 'main' into pnilan/feat/implement-validators
pnilan 953ad41
Merge branch 'main' into pnilan/feat/implement-validators
pnilan 53a5724
fix anyio issue
pnilan d3287a1
add declarative component schema
pnilan f72efc0
fix assertions
pnilan 7927a14
remove re-raise
pnilan cf1b01c
update tests and error handling for dpath validator
pnilan 4727b28
fix predicate validator test
pnilan a29e424
Merge branch 'pnilan/feat/implement-validators' into pnilan/feat/exte…
pnilan 5235e6c
update typo
pnilan 4bdc3a7
initialize empty arrays
pnilan 45b47f4
initialize empty list via field
pnilan fa04b9d
update create_spec to build migration/transform/validation components
pnilan 036c2e5
chore: type-check, lint, format
pnilan 711384c
implement config transformations: AddFields and RemoveFields`
pnilan 70785b8
Merge branch 'pnilan/feat/implement-validators' into pnilan/feat/exte…
pnilan fb7d1e9
fix module and classname conflicts
pnilan c64e588
chore: lint
pnilan 01cf5a6
update remap to handle interpolated keys/values
pnilan a2dc105
chore: format
pnilan 18154a1
Merge branch 'pnilan/feat/implement-validators' into pnilan/feat/exte…
pnilan 4e6ed3b
update component schema for new transformations
pnilan 833d9e7
update transformations per comments
pnilan c251f42
Merge branch 'pnilan/feat/implement-validators' into pnilan/feat/exte…
pnilan ff10aa3
add ConfigMigration class and new spec tests
pnilan e36067a
Merge branch 'main' into pnilan/feat/extend-spec-class-for-config-mig…
pnilan 12043e5
chore: format
pnilan 9cc4d11
remove errant dependencies
pnilan 1d908a4
fix errors
pnilan 5f3f0c1
revert erroneous AI deletion
pnilan ded5fcb
revert erroneous AI deletion
pnilan 3638129
Merge branch 'main' into pnilan/feat/extend-spec-class-for-config-mig…
pnilan 3983495
update per comments
pnilan 2b684e7
remove dagger-io
pnilan b116bc9
Merge branch 'pnilan/feat/extend-spec-class-for-config-migrations' in…
pnilan 07c96e0
fix test
pnilan 5a6e5fc
Merge branch 'pnilan/feat/extend-spec-class-for-config-migrations' in…
pnilan 2f6bb13
add config migration/transformation/validation execution
pnilan 8193331
Merge branch 'main' into pnilan/feat/update-source-to-invoke-config-m…
pnilan 9530e66
fix merge error
pnilan c2fdffa
update docstring
pnilan 1fe042e
update config path
pnilan 4c19c87
update config migration/transformation/validation flow
pnilan c7f090e
remove unused imports from spec.py
pnilan bdcacbb
fix migration tests
pnilan b945a3c
add manifest declarative source validation test
pnilan 7646d22
add transformation test
pnilan 0b02e76
fix errant imports
pnilan a07aa39
add config_path param
pnilan f8199e1
update per comments
pnilan 4e2e8fc
revert to include spec/spec_component check
pnilan 5ca4561
encapsulate migrate and transform and return Config
pnilan 273a886
update typing
pnilan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.