-
Notifications
You must be signed in to change notification settings - Fork 14
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
Migrated jsonschema.RefResolver to referencing.Registry #160
Conversation
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @codecae |
cf6470f
to
c7763d7
Compare
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @codecae |
c7763d7
to
1eb3294
Compare
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @codecae |
1eb3294
to
83063a6
Compare
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @codecae |
|
I have signed the CLA but the workflow seems to be stuck. Anything I need to do on my end? |
I was looking at our list of people who've signed the CLA, and I do see you in there as |
I wondered if that might be the issue. I figured it was looking for what the CLA bot posted in the automated comment |
@codecae I'll see about getting the CLA bot message to be more clear! It probably puts the |
I just signed it all again and it seemed to work just fine 👍 |
Should be squeaky clean now... linter seems happy. |
Would you prefer a squash to lower the noise floor a bit on the commit history? |
Yea we'll probably end up squash merging, just to keep the history clear of cleanup commits |
I ran the linter in containers for 3.8-3.11 I think everything should be good now. Sorry for the small misses here. |
No worries! The number of times the linter has caught me is too many to count. Thank you for sticking with it, this work is incredibly helpful 🙂 |
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.
Thank you again for doing this work! This looks great 🚀
Super quick reaction! Thank you 🍾 |
Glad to help! |
* feat: migrated jsonschema.RefResolver to referencing.Registry * fixed typo in changie output for PR 160 * corrected whitespace for pre-commit linter * corrected linter violations * removed subscript from Resource * clean up linter violation for Tuple
Migrate from JsonSchema 3 to JsonSchema 4 (#160)
Resolves #135
Description
Migrate from jsonschema.RefResolver to referencing.Registry in support of jsonschema 4 upgrade
Checklist
changie new
to create a changelog entry