-
Notifications
You must be signed in to change notification settings - Fork 9
SWI-2832 Migrate to OpenAPI Generator v7.0.0
#156
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
29 commits
Select commit
Hold shift + click to select a range
540a64c
Update bandwidth.yml
ajrice6713 042f0ee
Regenerate with OpenAPI Generator 7.0.0
ajrice6713 4bfb4a8
Remove autogenerated linter workflow
ajrice6713 b7fb17e
Fix `_from` + test on Python 3.11
ajrice6713 6888568
more from stuff
ajrice6713 3134d00
Update Call Cleanup
ajrice6713 47b2288
remove type hint
ajrice6713 ed9b56a
Fix Media tests
ajrice6713 c573d6b
Return asset path to original value
ajrice6713 ee9ab75
Fix MFA tests
ajrice6713 5d16fdb
Update test_recordings.py
ajrice6713 bcb688f
Update test_calls.py
ajrice6713 51357a7
Update test_calls.py
ajrice6713 5c07fcc
Fix messages test
ajrice6713 9b7d40e
Attempt to fix some calls tests
ajrice6713 10d4744
More calls tests updates
ajrice6713 720f1dd
Conferences test
ajrice6713 b02e54a
More error fixes
ajrice6713 aceed3e
More test fixes
ajrice6713 64a559f
more conference fixes
ajrice6713 1edcee3
fix calls tests
ajrice6713 3abb58a
Update test_calls.py
ajrice6713 796ae9d
Update test_recordings.py
ajrice6713 a760c20
Update test_recordings.py
ajrice6713 bd8836a
remove preload content
ajrice6713 e3f517c
please work
ajrice6713 8defbde
Update test_recordings.py
ajrice6713 2d1a666
Update test_recordings.py
ajrice6713 7b73422
Fix unit tests
ajrice6713 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,25 @@ | ||
| # NOTE: This file is auto generated by OpenAPI Generator. | ||
| # URL: https://openapi-generator.tech | ||
| # | ||
| # ref: https://docs.gitlab.com/ee/ci/README.html | ||
| # ref: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Python.gitlab-ci.yml | ||
|
|
||
| stages: | ||
| - test | ||
|
|
||
| .tests: | ||
| .pytest: | ||
| stage: test | ||
| script: | ||
| - pip install -r requirements.txt | ||
| - pip install -r test-requirements.txt | ||
| - pytest --cov=bandwidth | ||
|
|
||
| test-3.6: | ||
| extends: .tests | ||
| image: python:3.6-alpine | ||
| test-3.7: | ||
| extends: .tests | ||
| pytest-3.7: | ||
| extends: .pytest | ||
| image: python:3.7-alpine | ||
| test-3.8: | ||
| extends: .tests | ||
| pytest-3.8: | ||
| extends: .pytest | ||
| image: python:3.8-alpine | ||
| test-3.9: | ||
| extends: .tests | ||
| image: python:3.9-alpine | ||
| pytest-3.9: | ||
| extends: .pytest | ||
| image: python:3.9-alpine |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,5 +25,6 @@ | |
| .gitignore | ||
| setup.cfg | ||
| setup.py | ||
| *requirements.txt | ||
| #*requirements.txt | ||
| test/* | ||
| .github/workflows/python.yml | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 6.0.1 | ||
| 7.0.0 |
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.