-
Notifications
You must be signed in to change notification settings - Fork 2
UN-4010 [FEAT] Support every API deployment request parameter via a generated transport #27
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
33 commits
Select commit
Hold shift + click to select a range
f68924a
refactor(client): issue requests through a generated transport
chandrasekharan-zipstack c1ab0af
test(client): pin behaviour against the last released client
chandrasekharan-zipstack 04d997d
fix(client): map a connect timeout to ConnectTimeout, not Timeout
chandrasekharan-zipstack d0130d0
fix(client): raise ReadTimeout, not a bare Timeout, on a read timeout
chandrasekharan-zipstack e84a935
chore(sdk): generate from the backend's own committed spec
chandrasekharan-zipstack c291e36
feat(client): accept the deployment's request parameters on structure…
chandrasekharan-zipstack ed89066
feat(client): accept the status endpoint's query parameters
chandrasekharan-zipstack d704489
chore(sdk): regenerate from the remediated spec
chandrasekharan-zipstack 68e83c0
chore(tools): fail generation when the generator warns
chandrasekharan-zipstack 20b686b
fix(client): spell query booleans the way the released client did
chandrasekharan-zipstack 981e659
fix(client): post to the deployment URL the caller gave
chandrasekharan-zipstack 29d4ac3
fix(client): translate the transport failures that were escaping
chandrasekharan-zipstack e210cdf
test: compare the headers that actually go on the wire
chandrasekharan-zipstack f8f13f3
ci: fail when the committed SDK is not what the spec generates
chandrasekharan-zipstack 49acebd
feat(client): allow a socket timeout to be configured
chandrasekharan-zipstack a24afd2
test: pin how the status endpoint is read
chandrasekharan-zipstack f1bdd97
test: pin the parity baseline by digest
chandrasekharan-zipstack 22ed443
build: bound httpx to the series the transport is generated against
chandrasekharan-zipstack 0882b45
fix(client): treat an explicit None as unset on the optional execute …
chandrasekharan-zipstack 4d3c4a9
docs: trim comments that narrate rather than explain
chandrasekharan-zipstack 19a5644
fix: poll status under the deployment URL's own path prefix
chandrasekharan-zipstack 54f09f4
feat!: drop the `unstract` console script
chandrasekharan-zipstack 27dd806
fix: follow redirects, refuse a blank execution id, translate InvalidURL
chandrasekharan-zipstack 114aef8
fix: poll the endpoint the service returned, query and all
chandrasekharan-zipstack a77ef6a
docs: record the deliberate differences, and pin the parity row exactly
chandrasekharan-zipstack 5ae45fd
fix: give the generator its own venv on PATH
chandrasekharan-zipstack 38b53dc
docs: drop the behaviour-drift list and the draft release notes
chandrasekharan-zipstack 0c9d545
UN-4010 [FIX] keep the deployment key on the configured origin
chandrasekharan-zipstack d67dda4
UN-4010 [MISC] pin the origin against every spelling of a foreign host
chandrasekharan-zipstack 893e6b6
fix(client): report what the API actually answers, on the spec that d…
chandrasekharan-zipstack 3716ab0
fix(client): poll the deployment URLs that submit already works on
chandrasekharan-zipstack da9db87
UN-4010 [MISC] pin that a retried upload replays the whole body
chandrasekharan-zipstack ea4e9ac
UN-4010 [MISC] mark the generated transport private
chandrasekharan-zipstack 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| src/unstract/api_deployments/_sdk_docstudio/** linguist-generated=true |
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.
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.