-
Notifications
You must be signed in to change notification settings - Fork 39
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
[TECH DEBT] Remove use of APIClient
#1821
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/normal
Higher priority than priority/minor. Nice to have.
tech-debt
Technical debt
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Comments
konveyor-ci-bot
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
label
Apr 5, 2024
This issue is currently awaiting triage. |
konveyor-ci-bot
bot
added
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Apr 5, 2024
sjd78
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
priority/normal
Higher priority than priority/minor. Nice to have.
tech-debt
Technical debt
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
labels
Apr 5, 2024
konveyor-ci-bot
bot
added
the
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
label
Apr 5, 2024
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 <sdickers@redhat.com>
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 <sdickers@redhat.com>
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 <sdickers@redhat.com>
sjd78
added
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
and removed
needs-kind
Indicates an issue or PR lacks a `kind/foo` label and requires one.
labels
Apr 11, 2024
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 <sdickers@redhat.com>
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 <sdickers@redhat.com>
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 <sdickers@redhat.com>
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 <sdickers@redhat.com>
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.
priority/normal
Higher priority than priority/minor. Nice to have.
tech-debt
Technical debt
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Only a few things in the UI still use the legacy
APIClient
class.Those uses should be transitions to using standard axios the same way as everything else.
The text was updated successfully, but these errors were encountered: