-
Notifications
You must be signed in to change notification settings - Fork 10
Feat/async typed sdk #225
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
Open
YashGaykar0309
wants to merge
26
commits into
main
Choose a base branch
from
feat/async-typed-sdk
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/async typed sdk #225
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
f093f28
:sparkles: feat: Add async httpx gateway runtime and test
YashGaykar0309 d715e3e
:recycle: refactor: Organize sync and async runtime and test layout
YashGaykar0309 7f8d953
:memo: docs: add async gateway usage examples
YashGaykar0309 d5c5406
:recycle: refactor: load OSC spec from service resources
YashGaykar0309 14b95ae
:sparkles: feat: add OKS client support
YashGaykar0309 489ecda
:bookmark: release: add OKS spec update automation
YashGaykar0309 653069c
:white_check_mark: test: add test for async security group lifecycle
YashGaykar0309 85e8622
:sparkles: feat: Add generator for oks to create models, funs to inte…
YashGaykar0309 61c939f
:sparkles: feat: add generater for clients and schemas
YashGaykar0309 504180d
:sparkles: feat: add generated clients and models
YashGaykar0309 feca815
:fire: chore: remove unnecessary error codes file
YashGaykar0309 7d59e49
:sparkles: feat: Update Gateway/Client to support multi service async…
YashGaykar0309 22a96e8
:white_check_mark: test: Update osc sync tests using new client
YashGaykar0309 aaa0da8
:white_check_mark: test: Add a test for sync oks(project lifecycle)
YashGaykar0309 f1208e6
:white_check_mark: test: Add a test for async oks(project lifecycle)
YashGaykar0309 95df31d
:white_check_mark: test: Add a tests for usage of osc using async client
YashGaykar0309 88f12a4
:white_check_mark: test: Add a tests for openapi based generator
YashGaykar0309 488d44a
:white_check_mark: test: Add a test to uniquely marked fields
YashGaykar0309 0f52570
:test_tube: test: cover retry timeout and retry-after behavior
YashGaykar0309 190f737
:lock: fix: make rate limiter concurrency safe and add tests
YashGaykar0309 a4a26bf
:test_tube: test: cover clients lifecycle cleanup
YashGaykar0309 a32a671
:test_tube: test: cover authentication behavior
YashGaykar0309 4933bac
:test_tube: test: cover profile config loading
YashGaykar0309 697cab8
:rotating_light: fix: address CodeQL findings in async gateway and ge…
YashGaykar0309 9d75a01
:pencil2: fix: address review comments
YashGaykar0309 b1f38c4
:bookmark: fix: support per-service release builds
YashGaykar0309 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,2 @@ | ||
| include osc_sdk_python/osc-api/outscale.yaml | ||
| include osc_sdk_python/resources/gateway_errors.yaml | ||
| recursive-include osc_sdk_python/resources *.yaml | ||
| include osc_sdk_python/VERSION |
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.
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.
Both services can have different release plan, so we should be able to build and release one without the other