galaxyproject / galaxyproject/cloudlaunch

Paging not implemented for cloud resources

Open
#86 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
42
Forks
36
PR merge metrics
No merged PRs in 30d

Description

Most viewsets in cloudlaunch simply call resource.list() to fetch objects.
e.g.
```
def list_objects(self):
provider = view_helpers.get_cloud_provider(self)
return provider.compute.instances.list()
```

Since the limit and marker parameters are not being passed to cloudbridge, this will always only return the first 50 records. This needs to be integrated with DRF paging to pass in the limit and marker so that client side paging will work correctly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.