-
Notifications
You must be signed in to change notification settings - Fork 0
120 update openapi python client, fix vulnerabilities, update PTB to version 5 #139
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
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
3561b84
updated dependencies, adapted to PTB version 5
ckunki 74a9a45
Updated changelog
ckunki 0302f93
Re-generated workflows and fixed typing errors
ckunki d00b507
updated changelog
ckunki 7a9560f
Moved file version.py
ckunki cb72387
re-generated API using updated openapi-python-client
ckunki fa69368
Wrapped calls to inner API to raise OpenApiError
ckunki ceea86c
reformatted generated code
ckunki 06cfb73
Added missing import
ckunki 26e881d
updated changelog
ckunki 3b29d66
increased timeout in tests
ckunki fbd8087
poetry lock
ckunki 4b7f579
Modified API
ckunki 6ec206d
Added instrumentation for failing test
ckunki 9eb4ff8
nox -s format:fix
ckunki a9ac03a
More logs
ckunki e99393f
Fixed workflow file
ckunki 1bf55a2
Hopefullly finally fixed delete implementation
ckunki 589556c
format:fix
ckunki 95ae0e6
Cleanup
ckunki 4291d07
fixed lint errors
ckunki ebd682f
Fixed unit tests
ckunki 7bd6c0c
nox -s format:fix
ckunki 5ce143a
Removed local test case
ckunki 163838b
Removed unused import
ckunki 1eaa7ff
Cleaned up log messages and unit test
ckunki 514a882
nox -s format:fix
ckunki 9a391f6
Refactored error messages and unit tests
ckunki a663b62
nox -s format:fix
ckunki 8ff9f55
Removed output
ckunki 66c4ed3
Renamed integration test files
ckunki 8881bff
replaced json parsing by access to response.parsed
ckunki ae8b220
nox -s format:fix
ckunki 2b72eb9
fixed type errors
ckunki 13e3e43
Fixed unit tests
ckunki ec64947
nox -s format:fix
ckunki 5406aae
Replace ApiRunner by separate mocks
ckunki 45f536d
Used common function for reporting ApiErrors
ckunki 12ab69a
Merge branch 'main' into refactoring/120-Update_openapi-python-client
ckunki 3c3bc06
Fixed TypeError
ckunki 5ee8180
Fixed type error
ckunki baa5530
Merge branch 'main' into refactoring/120-Update_openapi-python-client
ckunki 70109cb
Added unit tests for ensure_type()
ckunki ed7320d
nox -s format:fix
ckunki ec5cfca
Fixed unit test
ckunki 81e5ae5
Refactored type handling in ensure_type
ckunki 2020a8d
Fixed type errors
ckunki 47d5aa6
Re-Added type[T]
ckunki 1314bad
Updated pyexasol
ckunki 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
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.
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.
The workflows are mainly generated by PTB, but updated in a few places, which are commented.
Manual updated were required mainly for
pytest.mark.slowbefore