-
Notifications
You must be signed in to change notification settings - Fork 528
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
Simplified quick_abort_pct code and improved its docs #1921
Closed
vshailesh
wants to merge
16
commits into
squid-cache:master
from
vshailesh:SQUID-rewrite-math-expression
Closed
Changes from 5 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
3ce9346
changed the math expression in store_client.cc file from (a/b/c > d) …
b06616d
removed division by zero check condition in store_client.cc
vshailesh 5239596
Added to Contributors
vshailesh 86de0c3
Merge branch 'master' into SQUID-rewrite-math-expression
vshailesh 14702da
fixup: Undo unwanted out-of-scope formatting change
rousskov 78e1448
Updated quick_abort directive documentation and release notes
vshailesh d7b6739
fixup: Polished quick_abort_pct docs
rousskov 018af44
fixup: Polished quick_abort_pct directive notes
rousskov 71023c6
fixup: Fixed XML
rousskov cd6044b
fixup: Fixed quick_abort_pct note location
rousskov fb14e27
Updated Contributors
84be2f1
fixup: Removed one of the two emails after updating PR description
rousskov 5cd43e1
fixup: Restored empty line
rousskov e1723b6
fixup: Undo CONTRIBUTORS changes to redo them with magic
rousskov 042cd96
fixup: Re-add the right author to CONTRIBUTORS (with magic)
rousskov bcd15b8
fixup: Empty commit to change GitHub merge commit
rousskov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -470,6 +470,7 @@ Thank you! | |
Sergey Merzlikin <[email protected]> | ||
Sergio Durigan Junior <[email protected]> | ||
Sergio Rabellino <[email protected]> | ||
Shailesh Vashishth <[email protected]> | ||
Shigechika Aikawa <[email protected]> | ||
Shmaya Frankel <[email protected]> | ||
Silamael <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This entry is just fine if you like it, but if you prefer to use some other email address, please note that you can adjust this entry accordingly. Our automation is "smart" enough to allow you to pick the email address you prefer...
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.
I tried updating to another email, and I am not able to pick another email id. How do I do that?
The source maintenance check failed
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.
I am working on fixing this. Please wait.
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.
@vshailesh, almost done. The current PR branch passes local source maintenance tests, but fails the same tests on GitHub Actions. I know why, but I cannot fix that problem quickly.
For now, would you mind changing/setting your GitHub account email to the one you want to see in CONTRIBUTORS (hopefully, that is the same address that this PR branch has listed in CONTRIBUTORS now)? I hope (but cannot easily test) that such a GitHub account update will change the author of the merge commit that GitHub Actions test, resolving the last remaining problem.
We should be handling your use case better, but that will take time to fix... AFAIK, we have not seen it before.