-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Google Photos upload segfault and improve tests (#619)
* Fix filterOnMetadata to handle empty directory case * Add a test case to track #613 * split e2e tests * Add end-to-end test for uploading from Google Photos to address issue #613 * Fix nil pointer dereference by checking FromApplication before assigning Albums. * Refactor GP match functions for improved clarity and performance; add getFileIndex utility * Refactor matcher tests to improve clarity and update expected results for various cases * Refactor matchers in Google Photos adapter for improved clarity and organization * Update end-to-end tests for Google Photos upload to support wildcard zip files and add album name parameter * Merge branch 'next' into simulot/issue613
- Loading branch information
Showing
5 changed files
with
241 additions
and
375 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
Oops, something went wrong.