debian-image-builder-frontend/src/test/Components/CreateImageWizard
lucasgarfield e8e7329bf6 CreateImageWizard: Get all matching packages from package search
When searching for a package, all matching packages are now returned. First an
attempt is made using the api's default limit and if there are more
matching packages than the default limit a second request is made with
an increased limit. To facilitate this, api.getPackages() now accepts an
optional limit parameter. Retrieving all matching packages is necessary
because of the sorting logic.
2022-02-24 17:01:50 +01:00
..
CreateImageWizard.test.js CreateImageWizard: Get all matching packages from package search 2022-02-24 17:01:50 +01:00