aequitas / concourse-http-api-resource

Concourse resource to allow interaction with (simple) HTTP API's.
https://hub.docker.com/r/aequitas/http-api-resource/
MIT License
25 stars 18 forks source link

Added version in response to concourse for `check` and `in` #8 #12

Closed scottasmith closed 6 years ago

scottasmith commented 6 years ago

Concourse throws a fit when version is not returned from a resource and leads to a constant loading page (issue #8).

This pull request adds version to the response.

I have also tested this with a temporary Dockerhub image on my account and works as expected.

aequitas commented 6 years ago

I think this is your successor for https://github.com/aequitas/concourse-http-api-resource/pull/11 ?

Looks good, thanks for the effort, I've updated it to resolve a conflict with a previously merged PR and merge this one as soon as the tests are done.

scottasmith commented 6 years ago

@aequitas Yes, this is to produce the same results as #11 and this branch is tested with concourse