Merge branch 'release/0.0.3'
This commit is contained in:
@@ -177,6 +177,7 @@ export const CarUpdatesProvider = ({ children }) => {
|
||||
|
||||
applyProgressStatuses(result.statuses);
|
||||
} catch (e) {
|
||||
throw new Error(`Get update progress error. ${e}`);
|
||||
} finally {
|
||||
setBusy(false);
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ let carUpdateLog = {
|
||||
{
|
||||
id: 90,
|
||||
carupdate_id: 283,
|
||||
username: "test username 1",
|
||||
status: "package_install_complete",
|
||||
error_code: 0,
|
||||
created: "2021-08-23T17:06:38.410115Z",
|
||||
@@ -38,6 +39,7 @@ let carUpdateLog = {
|
||||
{
|
||||
id: 89,
|
||||
carupdate_id: 283,
|
||||
username: "test username 2",
|
||||
status: "package_install_start",
|
||||
error_code: 0,
|
||||
info: "TEST",
|
||||
@@ -47,6 +49,7 @@ let carUpdateLog = {
|
||||
{
|
||||
id: 88,
|
||||
carupdate_id: 284,
|
||||
username: "test username 3",
|
||||
status: "install_approval_await",
|
||||
error_code: 0,
|
||||
info: "TEST",
|
||||
|
||||
Reference in New Issue
Block a user