Skip to content

capitalize#19

Merged
eupharis merged 4 commits intodevelopfrom
capitalize
Jun 13, 2024
Merged

capitalize#19
eupharis merged 4 commits intodevelopfrom
capitalize

Conversation

@eupharis
Copy link
Copy Markdown
Member

  • onward
  • lets make it to_func_namespace

@eupharis eupharis merged commit fbcb5c2 into develop Jun 13, 2024
@eupharis eupharis deleted the capitalize branch June 13, 2024 17:35
@eupharis eupharis mentioned this pull request Jun 18, 2024
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant