-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Merge latest changes from rate_limiting to master #221
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0564462
Point to googleapi in service control client. (#91)
chowchow316 7c86530
Merge latest changes from master (#104)
mangchiandjjoe 2f7b296
Extract quota config from service config. (#101)
chowchow316 577dbd7
Update latest update from master branch (#106)
mangchiandjjoe c5b9b81
Added quota contoll without the service control client library (#93)
mangchiandjjoe 6c3014d
Add unit test for quota config. (#108)
chowchow316 a27749c
Merge latest changes from master branch (#112)
mangchiandjjoe 5b25d57
If QuotaControl service is not available, return utils::Status::OK (#…
mangchiandjjoe 0d04d7a
Return HTTP status code 429 on google.rpc.Code.RESOURCE_EXHAUSTED (#119)
mangchiandjjoe 5d47547
Resolved conflicts
mangchiandjjoe acd5c35
Merge branch 'master' into rate_limiting
mangchiandjjoe d412726
Fixed incorrectly resolved conflicts (#123)
mangchiandjjoe 1031393
Added unit test cases for rate limiting (#124)
mangchiandjjoe ee657a9
Rename response.http.code (#125) (#128)
mangchiandjjoe f0d91dc
Added handling of error code QUOTA_SYSTEM_UNAVAILABLE (#148)
mangchiandjjoe 3699b46
Integrated service control client library with quota cache aggregatio…
mangchiandjjoe 291a907
Resolved conflicts
mangchiandjjoe b35f641
Merge branch 'master' into rate_limiting
mangchiandjjoe 9efd2b3
Fixed error on merge (#151)
mangchiandjjoe cafe153
Fixed the compatibility issue with the latest update on esp (#152)
mangchiandjjoe 484475d
Removed copied proto files (#208)
mangchiandjjoe 9228d89
Set default allocate quota request timeout to 1sec and applied latest…
mangchiandjjoe 495ed68
Merged key_restriction related changes from master (#213)
mangchiandjjoe d63d7d0
Merge latest changes from master branch (#217)
mangchiandjjoe 09a034a
Updated the commit id of cloudendpoints/service-control-client-cxx (#…
mangchiandjjoe 7ce2e43
Update commitid of cloudendpoints/service-control-client-cxx repo (#220)
mangchiandjjoe e01bc97
Resolved conflicts
mangchiandjjoe 50fdfaa
Merge branch 'master' into rate_limiting
lizan 58fdcd7
Merge branch 'master' into rate_limiting
lizan 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 hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
These changes are not part of rate limiting. Could you merge master to your branch first to get rid of these changes?
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.
Sure I will