Skip to content
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

Closed
IronPan opened this issue Apr 12, 2019 · 3 comments · Fixed by #1153
Closed

Pagination broken in UI #1149

IronPan opened this issue Apr 12, 2019 · 3 comments · Fixed by #1153

Comments

@IronPan
Copy link
Member Author

IronPan commented Apr 12, 2019

/assign @rileyjbauer @neuromage

@IronPan
Copy link
Member Author

IronPan commented Apr 12, 2019

decoding the filter:
{"predicates":[{"key":"storage_state","op":"NOT_EQUALS","string_value":"STORAGESTATE_ARCHIVED"}]}

decoding the page token:
{"SortByFieldName":"CreatedAtInSec","SortByFieldValue":1555052940,"KeyFieldName":"UUID","KeyFieldValue":"d895f95a-5cf1-11e9-ad97-42010a8000f2","IsDesc":true,"Filter":null}

@IronPan
Copy link
Member Author

IronPan commented Apr 12, 2019

magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this issue Oct 22, 2023
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants