-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Encode filter parameter as a base64-encoded JSON string in List requests #563
Merged
Commits on Dec 23, 2018
-
Make all ListXXX operations use POST instead of GET.
Generate new swagger definitions and use these to generate the frontend APIs using `npm run apis`. This is to support filtering in List requests, as the current grpc-gateway swagger generator tool does not support repeated fields in requests used in GET endpoints.
Configuration menu - View commit details
-
Copy full SHA for 25f6439 - Browse repository at this point
Copy the full SHA 25f6439View commit details -
Use base64-encoded JSON-stringified version of Filter instead.
This lets us keep filter as a simple parameter in the ListXXX requests, and gets around having to use POST for List requests.
Configuration menu - View commit details
-
Copy full SHA for 730933f - Browse repository at this point
Copy the full SHA 730933fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 296c8ab - Browse repository at this point
Copy the full SHA 296c8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05cbea - Browse repository at this point
Copy the full SHA b05cbeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a641a7b - Browse repository at this point
Copy the full SHA a641a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e653a9 - Browse repository at this point
Copy the full SHA 0e653a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830b275 - Browse repository at this point
Copy the full SHA 830b275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37951a7 - Browse repository at this point
Copy the full SHA 37951a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9125b6 - Browse repository at this point
Copy the full SHA e9125b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce0457 - Browse repository at this point
Copy the full SHA 1ce0457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ceddfa - Browse repository at this point
Copy the full SHA 7ceddfaView commit details
Commits on Dec 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 48608a9 - Browse repository at this point
Copy the full SHA 48608a9View commit details
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.