-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Sync request() and ws_connect() #2295
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2295 +/- ##
=======================================
Coverage 97.24% 97.24%
=======================================
Files 39 39
Lines 8201 8201
Branches 1439 1439
=======================================
Hits 7975 7975
Misses 98 98
Partials 128 128
Continue to review full report at Codecov.
|
Any review? |
Actually I don't check every day that there is new PR so it's a good thing you added me. I'm reviewing now |
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.
|
||
Add *auth* parameter. |
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.
Did you intentionally removed part of the documentation?
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.
Yes.
I've dropped versioadded
records for versions < 2.0
They don't carry any useful information now.
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.
Yup it was quite noisy after all.
You could also rebase instead of merging the master branch to the feature branch, it will prevent having merge commits in the tree that doesn't carry any useful information. |
Ahhh I see! That's why you use the squash and merge button, it removes the merge commit at the same time. |
Yes, with squashing I don't care about commits history |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Fix for #2292