Files
pygeoapi/tests/api/test_processes.py
T
Bernhard Mallinger deb043f928 Jobs pagination (#1779)
* Add pagination for job list

Adds limit and offset parameter to `get_jobs`.

Process manager `get_jobs` now also returns the number of matched jobs
additionally to the jobs themselves so we can calculate whether we need
a next link.

Note that this is a breaking change.

* Add pagination support to jobs UI

This works exactly the same way as for itemtypes

* Add note regarding job sorting

* Formatting fixes
2024-09-12 07:37:11 -04:00

17 KiB