-
Notifications
You must be signed in to change notification settings - Fork 517
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
Feature/sg optional progressbar prediction #1465
Feature/sg optional progressbar prediction #1465
Conversation
@Louis-Dupont can you review it? |
Thanks for your PR. Unfortunately it look like it contains unsigned commits with is a hard requirement. Please check https://github.com/Deci-AI/super-gradients/blob/master/CONTRIBUTING.md for information on setting up the signed commits. |
Oh, I didn't notice this before, sorry. I actually set it up the gpg key, but I've used the wrong e-mail adresse. Do you know if there's an easy way to verify the commits I did or should I open a new PR with the verified commits? |
No. What you need to do is create another branch starting from master, then move your commits from PR branch to the git checkout master
git checkout -b feature/my_awesome_pr_signed
git merge --squash --no-commit feature/my_awesome_pr
git commit -S -m "My signed commit"
git push -f origin feature/my_awesome_pr_signed:feature/my_awesome_pr Last command will overwrite your PR branch with the new signed commit containing all changes from the PR. LMK if this snippet would work (written from memory). If yes, we will update contribution guide to contain this text to help other contributors (Btw, if it works feel free to make a second PR with these instructions). |
d23292b
to
6027dd6
Compare
It seemed to work! I'll update the |
Glad it helped. Regarding PR to contributing md - probably no need, there is already one made by me #1486 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, gonna fix this right now |
@EduardoPach there is still some leftovers remaining. I left some comments for you to address. |
@BloodAxe Now I believe should be done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@EduardoPach I think we are ready to merge your PR, however i still see some non-signed commits present in this PR, like this one. |
5b4fd8a
to
a6d4630
Compare
Fixed! |
Closing as stale |
What does this PR do:
Adds functionality mentioned in #1329