-
Notifications
You must be signed in to change notification settings - Fork 17
Refactor (rebuilt) top layer and OpenAPI layer code, enable HTTP/2 #80
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
20 commits
Select commit
Hold shift + click to select a range
c0c451b
move modified openapi generated logic from ConductorClient
DmitryBorisov-sm c259b6d
cleanup
DmitryBorisov-sm c7b73f9
move token to AuthConductorClient
DmitryBorisov-sm 60014db
move ConductorClientAPIConfig from openapi generated code
DmitryBorisov-sm 13a7835
Merge branch 'main' into enable-http2
DmitryBorisov-sm f9b30dc
Merge branch 'main' into enable-http2
DmitryBorisov-sm 2bfe23e
replace useEnvVars config variable with automatic selection
DmitryBorisov-sm 7dd3525
refactor top layer code
DmitryBorisov-sm 345ec05
regenerate OpenAPI code related to auth service
DmitryBorisov-sm 4e34a7c
regenerate ConductorClient OpenAPI code
DmitryBorisov-sm d8439a2
ConductorClientWithAuth ts cleanup
DmitryBorisov-sm c301077
add http2 fetch
DmitryBorisov-sm 34b1050
add support for native browser fetch
DmitryBorisov-sm 9fa7db8
refactor
DmitryBorisov-sm c56103c
add ability to pass custom fetchFn, refactor code
DmitryBorisov-sm 3558ed0
Update index.ts
DmitryBorisov-sm efe8bfa
restore OrkesConductorClient filename, restore openapi warnings
DmitryBorisov-sm 4a52795
add deprecated warnings
DmitryBorisov-sm 8fb92c3
refactor to add node v18 support
DmitryBorisov-sm 63a101d
ConductorClientWithAuth: add automatic deAuth in case of multiple aut…
DmitryBorisov-sm 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
File renamed without changes.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| /* generated using openapi-typescript-codegen -- do not edit */ | ||
| /* istanbul ignore file */ | ||
| /* tslint:disable */ | ||
| /* eslint-disable */ | ||
|
|
||
| export type GenerateTokenRequest = { | ||
| expiration?: number; | ||
| keyId: string; | ||
| keySecret: string; | ||
| refreshTokenInterval?:number; // 0 no refresh | ||
| }; | ||
|
|
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,7 +1,5 @@ | ||
| /* generated using openapi-typescript-codegen -- do not edit */ | ||
| /* istanbul ignore file */ | ||
| /* tslint:disable */ | ||
| /* eslint-disable */ | ||
|
|
||
| export type Response = { | ||
| }; | ||
|
|
||
| export type Response = Record<string, any>; |
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.