Merge branch 'main' of https://github.com/immich-app/immich into feat/cli-e2e

This commit is contained in:
Jonathan Jogenfors 2023-11-22 09:36:06 +01:00
commit 7c2634b7cb
5 changed files with 17 additions and 17 deletions

2
.github/FUNDING.yml vendored
View file

@ -1,5 +1,5 @@
# These are supported funding model platforms
github: alextran1502
github: immich-app
liberapay: alex.tran1502
custom: https://www.buymeacoffee.com/altran1502

View file

@ -20,7 +20,7 @@ jobs:
name: Build and sign Android
# Skip when PR from a fork
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
runs-on: macos-12
runs-on: macos-13
steps:
- name: Determine ref

12
cli/package-lock.json generated
View file

@ -1668,9 +1668,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.5.9",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.9.tgz",
"integrity": "sha512-zJeWhqBwVoPm83sP8h1/SVntwWTu5lZbKQGCvBjxQOyEWnKnsaomt2y7SlV4KfwlrHAHHAn00Sh4IAWaIsGOgQ==",
"version": "29.5.10",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.10.tgz",
"integrity": "sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -1705,9 +1705,9 @@
}
},
"node_modules/@types/node": {
"version": "20.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.3.tgz",
"integrity": "sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==",
"version": "20.9.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.4.tgz",
"integrity": "sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"

View file

@ -84,8 +84,8 @@ class ImageViewerService {
}
return entity != null;
}
} catch (e) {
debugPrint("Error saving file $e");
} catch (error, stack) {
_log.severe("Error saving file ${error.toString()}", error, stack);
return false;
}
}

View file

@ -1054,9 +1054,9 @@
"dev": true
},
"node_modules/@immich/cli": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.3.tgz",
"integrity": "sha512-G1G192hcyWY/v/tHMNSo6cedDhcMCKaONeSbzP55Ti+3nqza5Et5PS5kXEfXPIQySLiD1ilaD8nbnP3iF42dUw==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.4.tgz",
"integrity": "sha512-Fzi4sESi1pD0YdqhDAlGgR8WfeBEsfxuNpbzgY6DklmgTeIDOh29pv+ESo080uWfKhXdBBhYgc1ZUc6m5krxQw==",
"dependencies": {
"axios": "^1.6.2",
"byte-size": "^8.1.1",
@ -1067,7 +1067,7 @@
"yaml": "^2.3.1"
},
"bin": {
"immich": "dist/index.js"
"immich": "dist/src/index.js"
}
},
"node_modules/@immich/cli/node_modules/commander": {
@ -13571,9 +13571,9 @@
"dev": true
},
"@immich/cli": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.3.tgz",
"integrity": "sha512-G1G192hcyWY/v/tHMNSo6cedDhcMCKaONeSbzP55Ti+3nqza5Et5PS5kXEfXPIQySLiD1ilaD8nbnP3iF42dUw==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@immich/cli/-/cli-2.0.4.tgz",
"integrity": "sha512-Fzi4sESi1pD0YdqhDAlGgR8WfeBEsfxuNpbzgY6DklmgTeIDOh29pv+ESo080uWfKhXdBBhYgc1ZUc6m5krxQw==",
"requires": {
"axios": "^1.6.2",
"byte-size": "^8.1.1",