fog / fog-digitalocean

Fog for DigitalOcean Platform — Edit
MIT License
17 stars 18 forks source link

Fix pagination in the mock list_images request. #18

Closed nirvdrum closed 7 years ago

nirvdrum commented 7 years ago

Prior to this change, the 'next page' link never updated, so any code that relied on the pagination state updating on each request would get stuck in an infinite loop.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.04%) to 63.509% when pulling 6a908846ae70f347c5f529153c26045f71e6c23a on nirvdrum:fix-list_images-pagination into 14ead2e58813f9b857d8df6ab17fd7edeb9dec40 on fog:master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.04%) to 63.509% when pulling 6a908846ae70f347c5f529153c26045f71e6c23a on nirvdrum:fix-list_images-pagination into 14ead2e58813f9b857d8df6ab17fd7edeb9dec40 on fog:master.

nirvdrum commented 7 years ago

@h0lyalg0rithm Ping.

h0lyalg0rithm commented 7 years ago

@nirvdrum Thanks