-
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
Pagination broken in UI #1149
Comments
/assign @rileyjbauer @neuromage |
decoding the filter: decoding the page token: |
Looks like we don't add filter in the token But we verify it for incoming request |
…ow#1149) * Introduce serving defaultTimeout in configmap and apply in Tensorflow model server * Add tests for serving defaultTimeout in tfserving * typo in test configmap * Run gen-crd-apidocs to add the serving defaultTimeout of tfserving * Add description for serving defaultTimeout in apidocs * Change defaultTimeout on v1alpha2 to int64 instead of string * get timeout from user input or else use the component default timeout * define defaultTimeout of v1alpha2 in seconds and improve tests based on the review * run the apidocs to get the correct defaultTimeout description * set timeout locally
Here is the request. The filter is not null which is not in sync with page_token
https://8080-dot-3131389-dot-devshell.appspot.com/pipeline/apis/v1beta1/runs?page_token=eyJTb3J0QnlGaWVsZE5hbWUiOiJDcmVhdGVkQXRJblNlYyIsIlNvcnRCeUZpZWxkVmFsdWUiOjE1NTUwNTI5NDAsIktleUZpZWxkTmFtZSI6IlVVSUQiLCJLZXlGaWVsZFZhbHVlIjoiZDg5NWY5NWEtNWNmMS0xMWU5LWFkOTctNDIwMTBhODAwMGYyIiwiSXNEZXNjIjp0cnVlLCJGaWx0ZXIiOm51bGx9&page_size=10&sort_by=created_at%20desc&resource_reference_key.type=EXPERIMENT&resource_reference_key.id=f063f43d-e8c3-4e96-b320-7ef4c3900bc5&filter=%257B%2522predicates%2522%253A%255B%257B%2522key%2522%253A%2522storage_state%2522%252C%2522op%2522%253A%2522NOT_EQUALS%2522%252C%2522string_value%2522%253A%2522STORAGESTATE_ARCHIVED%2522%257D%255D%257D
The text was updated successfully, but these errors were encountered: