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

Extended search for cameramodel and date. #1000

Merged
merged 2 commits into from
May 14, 2021
Merged

Conversation

PeterB513
Copy link
Contributor

No description provided.

Copy link
Member

@ildyria ildyria left a comment

Choose a reason for hiding this comment

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

LGTM.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented May 14, 2021

Codecov Report

Merging #1000 (c3a26e5) into master (10927c6) will decrease coverage by 1.58%.
The diff coverage is 0.00%.

@ildyria ildyria merged commit a1a7286 into LycheeOrg:master May 14, 2021
@ildyria
Copy link
Member

ildyria commented May 14, 2021

@PeterB513
Now that it is merged on master, you will need to do the following (or very similar) on your end:

# add the main repository (if not already)
git remote add upstream https://github.com/LycheeOrg/Lychee.git
# revert back one commit in the history
git reset --hard HEAD^
# fetch the upstream
git fetch upstream
# pull the changes from upstream and merge locally
git pull upstream
# push the changes to your repository and overwrite your master branch to be in line with upstream
git push --force origin master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants