Actions
action #36307
closedRemove limit option in Next & previous results tab UI
Description
Remove limit option in UI and set default to 100 next + 400 prev
See commnets in https://github.com/os-autoinst/openQA/pull/1614
Actions
Added by mitiao over 6 years ago. Updated over 6 years ago.
Description
Remove limit option in UI and set default to 100 next + 400 prev
See commnets in https://github.com/os-autoinst/openQA/pull/1614
Ok, a few things which still needs enhancement in my opinion:
/tests/latest
you get a DataTable error. To reproduce, just start your web UI locally and open http://localhost:9526/tests/latest#next_previous.parseQueryParams()
and updateQueryParams(params)
in openqa.js
.Submitted PR https://github.com/os-autoinst/openQA/pull/1656
to fix DataTable error under /tests/latest and reintroduce the latest scenario URL
limit option will be in next PR
mkittler wrote:
- Maybe reintroduce the URL for the latest job in general (if @okurz needs it).
That's weird wording. Think 1k bug reports on bugzilla.opensuse.org reference that link that is commonly used to find out if the latest one still fails. If this URL is now suddenly invalid it could cause quite some confusion and frustration.
PR is merged. I can confirm that the link is back and the error gone. So only the 2nd point missing.
@okurz Yes, the wording was wrong. The URL was never invalid, only the link has been removed.
PR for limit option:
https://github.com/os-autoinst/openQA/pull/1658