-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few imprpvments to the uploads (#599)
* Add end-to-end test for photo folder upload and implement job waiting logic * Implement asset replacement functionality and remove redundant asset deletion logic * Add checksum field to SearchMetadataQuery and implement GetAssetsByHash method * Set asset ID during replacement in replaceAsset method * Add GetAssetsByHash and GetAssetsByImageName methods to ImmichClient * Refactor asset management logic to include asset ID in album handling * Enhance end-to-end tests for asset upgrades and improve album verification logic * Add test data for Google Photos upload and enhance bad request handling * Merge branch 'simulot/issue570' into improve-asset-upgrading * Write details of HTTP errors in the API-TRACE * Add test for handling bad requests and improve logging in e2e tests * Improve API trace logging by adding error check suppression for response encoding * Disable livePhotoMatch function and update related tests to reflect changes * Mask decimals part of latitude and longitude when logging to preserve privacy * Log the number of assets on the server * Add test with an alternate user
- Loading branch information
Showing
33 changed files
with
843 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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
Oops, something went wrong.