Conversation
Member
eupharis
commented
May 14, 2024
- next version
- woohoo tests are passing
- geting there
- next
eupharis
added a commit
that referenced
this pull request
May 29, 2024
* better webhooks (#12) * add new dev version * add error_handler * add error_handler * catch if import name is different than pip name * lets hardcode pydantic 2.5.3 and see if that fixes * Revert "lets hardcode pydantic 2.5.3 and see if that fixes" This reverts commit def20b5. * 0.2.3.dev4, actually its problem with kube_hunter, nvm * maybe we need the new requirements * woot client functions are done? * fix tests * 0.2.3.dev7, dont assume client function, must specify with --client * 0.2.3.dev8 fix small bug client functions * 0.2.3.dev9, add fallbacks if unrecognized version of OpenAPI present in API functions * add pyjwt to requirements * add ability to do multiple error handlers! * dont require pyjwt anymore * 0.2.4.dev2, replace hacky manual mimetypes with real mimetypes * add polycustom * multi webhook (#9) * towards multiple webhook handlers simultaneously * next * update pyproject.toml * 0.2.4.dev5, accept non-200 and non-201 status codes from polyCustom * 0.2.4.dev6 bring python client in line with execute server and consider 3xx to be error * 0.2.4.dev7, make TypedDict input and response types more picky if wrong TypedDict is used * actually use args in webhook * 0.2.4.dev8, fix webhook stopping text * getting there * 0.2.4.dev9, handle already connected error on windows * 0.2.4.deva1, better user facing messages for webhooks and error handlers * woops lets go version 10 * 0.2.4.dev11 * move polyCustom to own file * onward * fix it * 0.2.4.dev13, fix client functions polluting other server functions * new version * more render (#13) * add new dev version * add error_handler * add error_handler * catch if import name is different than pip name * lets hardcode pydantic 2.5.3 and see if that fixes * Revert "lets hardcode pydantic 2.5.3 and see if that fixes" This reverts commit def20b5. * 0.2.3.dev4, actually its problem with kube_hunter, nvm * maybe we need the new requirements * woot client functions are done? * fix tests * 0.2.3.dev7, dont assume client function, must specify with --client * 0.2.3.dev8 fix small bug client functions * 0.2.3.dev9, add fallbacks if unrecognized version of OpenAPI present in API functions * add pyjwt to requirements * add ability to do multiple error handlers! * dont require pyjwt anymore * 0.2.4.dev2, replace hacky manual mimetypes with real mimetypes * add polycustom * multi webhook (#9) * towards multiple webhook handlers simultaneously * next * update pyproject.toml * 0.2.4.dev5, accept non-200 and non-201 status codes from polyCustom * 0.2.4.dev6 bring python client in line with execute server and consider 3xx to be error * 0.2.4.dev7, make TypedDict input and response types more picky if wrong TypedDict is used * actually use args in webhook * 0.2.4.dev8, fix webhook stopping text * getting there * 0.2.4.dev9, handle already connected error on windows * 0.2.4.deva1, better user facing messages for webhooks and error handlers * woops lets go version 10 * 0.2.4.dev11 * move polyCustom to own file * onward * fix it * wip * next * there we go * dont force enums to be a str, they can be bool or int too * add test for unknown dialect with https * render2 (#14) * next version * woohoo tests are passing * geting there * next * next * 0.2.5.dev5 release, update rendered specs fixes * fallback to local * one more fix * default to HOST_URL, not localhost * allow no title (#15) * next * next * 0.2.5.dev10, handle edge case with list named "List" * 0.2.5.dev11, also update rendered spec for client functions * wip * next * 0.2.5.dev13, update jsonschema_gentypes version * Update pyproject.toml --------- Co-authored-by: Dan Fellin <[email protected]> Co-authored-by: Dan Fellin <[email protected]>
Merged
eupharis
added a commit
that referenced
this pull request
Jun 18, 2024
* better webhooks (#12) * add new dev version * add error_handler * add error_handler * catch if import name is different than pip name * lets hardcode pydantic 2.5.3 and see if that fixes * Revert "lets hardcode pydantic 2.5.3 and see if that fixes" This reverts commit def20b5. * 0.2.3.dev4, actually its problem with kube_hunter, nvm * maybe we need the new requirements * woot client functions are done? * fix tests * 0.2.3.dev7, dont assume client function, must specify with --client * 0.2.3.dev8 fix small bug client functions * 0.2.3.dev9, add fallbacks if unrecognized version of OpenAPI present in API functions * add pyjwt to requirements * add ability to do multiple error handlers! * dont require pyjwt anymore * 0.2.4.dev2, replace hacky manual mimetypes with real mimetypes * add polycustom * multi webhook (#9) * towards multiple webhook handlers simultaneously * next * update pyproject.toml * 0.2.4.dev5, accept non-200 and non-201 status codes from polyCustom * 0.2.4.dev6 bring python client in line with execute server and consider 3xx to be error * 0.2.4.dev7, make TypedDict input and response types more picky if wrong TypedDict is used * actually use args in webhook * 0.2.4.dev8, fix webhook stopping text * getting there * 0.2.4.dev9, handle already connected error on windows * 0.2.4.deva1, better user facing messages for webhooks and error handlers * woops lets go version 10 * 0.2.4.dev11 * move polyCustom to own file * onward * fix it * 0.2.4.dev13, fix client functions polluting other server functions * new version * more render (#13) * add new dev version * add error_handler * add error_handler * catch if import name is different than pip name * lets hardcode pydantic 2.5.3 and see if that fixes * Revert "lets hardcode pydantic 2.5.3 and see if that fixes" This reverts commit def20b5. * 0.2.3.dev4, actually its problem with kube_hunter, nvm * maybe we need the new requirements * woot client functions are done? * fix tests * 0.2.3.dev7, dont assume client function, must specify with --client * 0.2.3.dev8 fix small bug client functions * 0.2.3.dev9, add fallbacks if unrecognized version of OpenAPI present in API functions * add pyjwt to requirements * add ability to do multiple error handlers! * dont require pyjwt anymore * 0.2.4.dev2, replace hacky manual mimetypes with real mimetypes * add polycustom * multi webhook (#9) * towards multiple webhook handlers simultaneously * next * update pyproject.toml * 0.2.4.dev5, accept non-200 and non-201 status codes from polyCustom * 0.2.4.dev6 bring python client in line with execute server and consider 3xx to be error * 0.2.4.dev7, make TypedDict input and response types more picky if wrong TypedDict is used * actually use args in webhook * 0.2.4.dev8, fix webhook stopping text * getting there * 0.2.4.dev9, handle already connected error on windows * 0.2.4.deva1, better user facing messages for webhooks and error handlers * woops lets go version 10 * 0.2.4.dev11 * move polyCustom to own file * onward * fix it * wip * next * there we go * dont force enums to be a str, they can be bool or int too * add test for unknown dialect with https * render2 (#14) * next version * woohoo tests are passing * geting there * next * next * 0.2.5.dev5 release, update rendered specs fixes * fallback to local * one more fix * default to HOST_URL, not localhost * allow no title (#15) * next * next * 0.2.5.dev10, handle edge case with list named "List" * 0.2.5.dev11, also update rendered spec for client functions * wip * next * 0.2.5.dev13, update jsonschema_gentypes version * Update pyproject.toml * 0.2.6.dev0, add option to skip generation * capitalize (#19) * onward * lets make it `to_func_namespace` * bump version * next * next --------- Co-authored-by: FedeMarchiniHotovo <[email protected]>
eupharis
added a commit
that referenced
this pull request
Jul 17, 2024
* better webhooks (#12) * add new dev version * add error_handler * add error_handler * catch if import name is different than pip name * lets hardcode pydantic 2.5.3 and see if that fixes * Revert "lets hardcode pydantic 2.5.3 and see if that fixes" This reverts commit def20b5. * 0.2.3.dev4, actually its problem with kube_hunter, nvm * maybe we need the new requirements * woot client functions are done? * fix tests * 0.2.3.dev7, dont assume client function, must specify with --client * 0.2.3.dev8 fix small bug client functions * 0.2.3.dev9, add fallbacks if unrecognized version of OpenAPI present in API functions * add pyjwt to requirements * add ability to do multiple error handlers! * dont require pyjwt anymore * 0.2.4.dev2, replace hacky manual mimetypes with real mimetypes * add polycustom * multi webhook (#9) * towards multiple webhook handlers simultaneously * next * update pyproject.toml * 0.2.4.dev5, accept non-200 and non-201 status codes from polyCustom * 0.2.4.dev6 bring python client in line with execute server and consider 3xx to be error * 0.2.4.dev7, make TypedDict input and response types more picky if wrong TypedDict is used * actually use args in webhook * 0.2.4.dev8, fix webhook stopping text * getting there * 0.2.4.dev9, handle already connected error on windows * 0.2.4.deva1, better user facing messages for webhooks and error handlers * woops lets go version 10 * 0.2.4.dev11 * move polyCustom to own file * onward * fix it * 0.2.4.dev13, fix client functions polluting other server functions * new version * more render (#13) * add new dev version * add error_handler * add error_handler * catch if import name is different than pip name * lets hardcode pydantic 2.5.3 and see if that fixes * Revert "lets hardcode pydantic 2.5.3 and see if that fixes" This reverts commit def20b5. * 0.2.3.dev4, actually its problem with kube_hunter, nvm * maybe we need the new requirements * woot client functions are done? * fix tests * 0.2.3.dev7, dont assume client function, must specify with --client * 0.2.3.dev8 fix small bug client functions * 0.2.3.dev9, add fallbacks if unrecognized version of OpenAPI present in API functions * add pyjwt to requirements * add ability to do multiple error handlers! * dont require pyjwt anymore * 0.2.4.dev2, replace hacky manual mimetypes with real mimetypes * add polycustom * multi webhook (#9) * towards multiple webhook handlers simultaneously * next * update pyproject.toml * 0.2.4.dev5, accept non-200 and non-201 status codes from polyCustom * 0.2.4.dev6 bring python client in line with execute server and consider 3xx to be error * 0.2.4.dev7, make TypedDict input and response types more picky if wrong TypedDict is used * actually use args in webhook * 0.2.4.dev8, fix webhook stopping text * getting there * 0.2.4.dev9, handle already connected error on windows * 0.2.4.deva1, better user facing messages for webhooks and error handlers * woops lets go version 10 * 0.2.4.dev11 * move polyCustom to own file * onward * fix it * wip * next * there we go * dont force enums to be a str, they can be bool or int too * add test for unknown dialect with https * render2 (#14) * next version * woohoo tests are passing * geting there * next * next * 0.2.5.dev5 release, update rendered specs fixes * fallback to local * one more fix * default to HOST_URL, not localhost * allow no title (#15) * next * next * 0.2.5.dev10, handle edge case with list named "List" * 0.2.5.dev11, also update rendered spec for client functions * wip * next * 0.2.5.dev13, update jsonschema_gentypes version * Update pyproject.toml * 0.2.6.dev0, add option to skip generation * capitalize (#19) * onward * lets make it `to_func_namespace` * bump version * next * next * 0.2.7.dev0, remove deprecated code * 0.2.7.dev1, add function execute command for quick testing of newly added functions * fix test * add spec_delete primitive function for future cli deleting * 0.2.7.dev4 - fix error with reserved arg name, multi-line arg comment * promote to main version --------- Co-authored-by: FedeMarchiniHotovo <[email protected]>
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
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.