-
Notifications
You must be signed in to change notification settings - Fork 27
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
⬆️Migration: Storage #6599
Merged
sanderegg
merged 41 commits into
ITISFoundation:pydantic_v2_migration_do_not_squash_updates
from
sanderegg:migration/storage
Oct 25, 2024
Merged
⬆️Migration: Storage #6599
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
50550d4
upgraded pydantic
sanderegg a0c173b
bumpy did its work
sanderegg 097474e
ValidationError migration
sanderegg 906b7c1
AnyUrl migration
sanderegg a7e651a
use common lib error_classes
sanderegg 2a73a13
AnyUrl
sanderegg 38338f4
TypeAdapter
sanderegg b29f2ed
json(
sanderegg 42ca340
json
sanderegg 52e3b2a
define -1 literal for undefined size (backward compatibility)
sanderegg 786a42f
clean unused stuff
sanderegg 0abe346
ensure enum value is printed in env file
sanderegg 2e8e15c
use validate
sanderegg cedb5b9
validate
sanderegg 0e6ab82
validate
sanderegg 6e81b18
add literal undefined size (backward compatibility)
sanderegg c8498d6
migrate
sanderegg 4652233
ruff
sanderegg 00de702
migrated
sanderegg 7ff8634
validate
sanderegg b06ff4c
test improvements
sanderegg 265eda6
bye legacy url
sanderegg 1802e43
removed anyurllegacy unused
sanderegg 026f738
mypy is happy
sanderegg e462121
return type changed
sanderegg 44a6e1e
fixed serialization of pydantic urls
sanderegg 2c5ec72
fixed serialization
sanderegg c8022ce
needed in order to convert to the model
sanderegg edaba8b
fixed issue when converting model
sanderegg 1a62b0e
fixed test
sanderegg d8f6de0
everywhere TypeAdapter
sanderegg 9cbe8ed
small fixes
sanderegg f613e99
multiple fixes
sanderegg 7fbb3f1
migration
sanderegg 6b4789c
backwards compatiblity nightmare
sanderegg 614d4c2
remove all parse_obj
sanderegg a351829
fixed health handler
sanderegg d07e764
all tests are passing?
sanderegg 3e96610
typing
sanderegg c4e1666
revert change
sanderegg 0f9d6a0
reduce size of large test
sanderegg 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 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 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
7 changes: 1 addition & 6 deletions
7
packages/common-library/src/common_library/pydantic_networks_extension.py
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
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
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
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
he is ignoring it ;-b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@giancarloromeo yes. that is what I wrote to you in the chat yesterday.