-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
Bugfix/260 #261
Bugfix/260 #261
Conversation
…ery. This is prevent it from going into an endless loop.
…re &maxResults=50 sent to a load balancer would result in no issues returned, whereas &maxResults=50 does return the correct results. This also works on non-loadbalanced environments.
…occurs, to show that now SearchPages doesn't go into an endless loop anymore.
Please hold, I'm testing this further and running into pagination issues. |
@evilnerd when you are ready for review, please ensure you've rebased and your commits follow these rules: https://conventionalcommits.org/en/v1.0.0-beta.4/#summary |
…arams. updated tests.
Hi, I've rebased (and it said I was up to date) but I'm not quite sure how to change the old commit messages. Should I? |
@evilnerd sorry, I apologize for the lack of clarity, I mean perform a rebase and "fixup" your commits so that at the end of the rebase, you have 1 commit. https://git-scm.com/docs/git-rebase https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-history prior to rebasing, make sure you've pulled the latest changes in |
Hey Wes,
Thanks for the links. It took me a few attempts but I think I nailed it and
I learned something new in the process (and actually lost 75% of my changes
the first time ;)) -- cool!. I also forwarded the links about commit
messages to my team at work, really good stuff.
Hope the PR is correct now. If not, let me know and I'll try to fix it.
Thanks again!
KR
Dick
Op do 12 mrt. 2020 om 18:47 schreef Wes McNamee <[email protected]>:
… @evilnerd <https://github.com/evilnerd> sorry, I apologize for the lack
of clarity, I mean perform a rebase and "fixup" your commits so that at the
*end* of the rebase, you have 1 commit.
https://git-scm.com/docs/git-rebase
https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-history
prior to rebasing, make sure you've pulled the latest changes in master
locally.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#261 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7CLPFDLJLU4DHT4J2JQ33RHEN2BANCNFSM4LCLJC2Q>
.
|
@evilnerd oh no! I'm so sorry you lost some of your work. Changing history can be destructive, so it's definitely not for the faint of heart. I didn't realize you were new to this operation, otherwise I might have suggested to backup the local repo (and thus your commits) prior to rebasing just in case.. ;) I started using a tool to make conventional commits easier for me too: https://github.com/vivaxy/gacp I highly recommend it. There's still room for improvement of the tool, but it's a great starting point. Also Emoji's are awesome. |
@evilnerd it looks like you closed this PR was that intentional? Were you going to submit a new PR? I still see 5 commits in this PR. If you would like, I can rebase for you, and squash them. I don't want to hang up this PR for too long, as I really appreciate the contributions. I also like linear and succinct Git history. :) Let me know how I can help. |
Hi Wes,
No I removed the branch from github because after rebasing/squashing it
wouldn't push it to the existing branch anymore, and so that closed the PR.
So I created a new PR (#263 -
#263)
Sorry for the confusion :)
KR
Dick
Op za 14 mrt. 2020 om 20:03 schreef Wes McNamee <[email protected]>:
… @evilnerd <https://github.com/evilnerd> it looks like you closed this PR
was that intentional? Were you going to submit a new PR?
I still see 5 commits in this PR.
If you would like, I can rebase for you, and squash them. I don't want to
hang up this PR for too long, as I really appreciate the contributions. I
also like linear and succinct Git history. :)
Let me know how I can help.
[image: image]
<https://user-images.githubusercontent.com/903488/76688595-84536800-65eb-11ea-90da-57694307c797.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#261 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7CLPC7QD77QX5WGM2IETDRHPIG7ANCNFSM4LCLJC2Q>
.
|
@evilnerd oh I see. Ya, you have to |
PR Description
This pull request fixes the issue added by me (#260) with 4 commits:
Checklist
https://conventionalcommits.org/en/v1.0.0-beta.4/#summary
https://chris.beams.io/posts/git-commit/#seven-rules