Skip to content
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

Fix issues of GPS metadata handling #2636

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

nmbgeek
Copy link
Contributor

@nmbgeek nmbgeek commented Sep 6, 2024

#2541 #2635 #2616 Directly address these issues

#2260 Address some of the issues in the comments

This pull request adds handling null GPS coordinates and also coordinates that are not a string.

@nmbgeek nmbgeek force-pushed the master branch 2 times, most recently from ebc323d to beb911c Compare September 6, 2024 13:17
Copy link
Collaborator

@artonge artonge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. Minor comment on code styling.
Thanks for looking into it ❤️

lib/Listener/ExifMetadataProvider.php Outdated Show resolved Hide resolved
lib/Listener/ExifMetadataProvider.php Outdated Show resolved Hide resolved
lib/Listener/ExifMetadataProvider.php Outdated Show resolved Hide resolved
Copy link
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

(If you believe you should not receive this message, you can add yourself to the blocklist.)

lib/Listener/ExifMetadataProvider.php Outdated Show resolved Hide resolved
lib/Listener/ExifMetadataProvider.php Outdated Show resolved Hide resolved
@artonge
Copy link
Collaborator

artonge commented Sep 24, 2024

@nmbgeek can you squash your changes?

@nmbgeek
Copy link
Contributor Author

nmbgeek commented Sep 24, 2024

@nmbgeek can you squash your changes?

@artonge I'm not sure I did this correctly as now the nextcloud-bot commits are showing here and my repo shows being 22 commits ahead. Trying to rebase them wants me to accept changes to quite a few different files. Do I need to create a new branch and replace my master or is what I have done sufficient?

@artonge
Copy link
Collaborator

artonge commented Sep 24, 2024

My bad, I rebased your branch to run the CI against the latest master. This should help you:

git reset --hard HEAD~11 # Deletes the 11 latest commits from your branch
git cherry-pick b674472a58b9fb2535374f3cb4e72e6155e9c563 # Apply your change again
git push --force-with-lease # Push to the remote branch

Signed-off-by: Clint Johnson <[email protected]>

GPSAltitudeRef below sea level

Fix GPSAltitudeRef below sea level.

Signed-off-by: Clint Johnson <[email protected]>
@artonge artonge merged commit 8fe135c into nextcloud:master Sep 24, 2024
40 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants