-
Notifications
You must be signed in to change notification settings - Fork 43
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
Rest api return type alignment #1411
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
tech-debt
Technical debt
Comments
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 5, 2024
Changes: - Remove `APIClient` - Update the affected functions in `rest.ts` to use axios directly - Double check the return types of the effected functions - Updated a few API model types based on current hub handler function responses Resolves: konveyor#1821 Part-of: konveyor#1411 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 5, 2024
Changes: - Remove `APIClient` - Update the affected functions in `rest.ts` to use axios directly - Double check the return types of the effected functions - Updated a few API model types based on current hub handler function responses Resolves: konveyor#1821 Part-of: konveyor#1411 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 9, 2024
Changes: - Remove `APIClient` - Update the affected functions in `rest.ts` to use axios directly - Double check the return types of the effected functions - Updated a few API model types based on current hub handler function responses Resolves: konveyor#1821 Part-of: konveyor#1411 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 12, 2024
Changes: - Remove `APIClient` - Update the affected functions in `rest.ts` to use axios directly - Double check the return types of the effected functions - Updated a few API model types based on current hub handler function responses Resolves: konveyor#1821 Part-of: konveyor#1411 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 16, 2024
Changes: - Remove `APIClient` - Update the affected functions in `rest.ts` to use axios directly - Double check the return types of the effected functions - Updated a few API model types based on current hub handler function responses Resolves: konveyor#1821 Part-of: konveyor#1411 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
to sjd78/tackle2-ui
that referenced
this issue
Apr 19, 2024
Changes: - Remove `APIClient` - Update the affected functions in `rest.ts` to use axios directly - Double check the return types of the effected functions - Updated a few API model types based on current hub handler function responses Resolves: konveyor#1821 Part-of: konveyor#1411 Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added a commit
that referenced
this issue
Apr 19, 2024
Changes: - Remove `APIClient` - Update the affected functions in `rest.ts` to use axios directly - Double check the return types of the effected functions - Updated a few API model types based on current hub handler function responses - `getApplicationSummaryCSV()` URL query param was incorrectly named and could lead to more results returned than expected. Query param updated to the correct name as per the OpenAPI definition / golang handler code. Resolves: #1821 Part-of: #1411 --------- Signed-off-by: Scott J Dickerson <[email protected]>
sjd78
added
the
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
label
Jul 25, 2024
konveyor-ci-bot
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
label
Jul 25, 2024
This issue is currently awaiting triage. |
konveyor-ci-bot
bot
added
the
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
label
Jul 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
tech-debt
Technical debt
Currently, there are discrepancies between return types in our rest.ts file which contains the axios api handlers for external api requests. There is some deprecated usage of an old ApiClient wrapper that is no longer relevant as of the move to react query. This issues is intended to capture:
The text was updated successfully, but these errors were encountered: