kestra icon indicating copy to clipboard operation
kestra copied to clipboard

fix(webserver): enforce pagination

Open yuri1969 opened this issue 5 months ago • 2 comments

What changes are being made and why?

  • Added missing constraints at page/size query params.
  • Enforced pagination via PageableUtils.

Taking the constraints route felt like the correct way - it is declarative & improves the OpenAPI definition.

closes #4977


How the changes have been QAed?

localhost:8080/ui/executions?page=-1

yuri1969 avatar Sep 20 '24 16:09 yuri1969