xo-energy / action-octopus-build-information

GitHub Action that generates build information for Octopus Deploy
ISC License
4 stars 4 forks source link

Full result sets from Octopus API #6

Closed blytheaw closed 4 years ago

blytheaw commented 4 years ago

This fixes issue #5 by using a "/all" version of the Octopus endpoint for Spaces, Projects, and Environments. Deployments was left unchanged as it is only getting the most recent deployment and the results from the current endpoint are sorted from most recent to least recent. There is no need to get more than one page of deployments with the current logic.

blytheaw commented 4 years ago

@wjrogers Let me know if I missed something. Thanks!