-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visualize different pact consumer version #82
Comments
bethesque
referenced
this issue
Apr 10, 2017
@soundstep are you using a hosted pact broker or running your own? |
We are running our own, from this repo I guess, hosted on amazon. |
Just update your gem to 1.16.0 and you should have the HTML content type for the "non latest" pact page. |
Oh great, thank you @bethesque ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I noticed that I'm not able to visualize the "not-latest" versions the same way I visualize the latest version.
With:
http://example.pactbroker.com/pacts/provider/a-provider/consumer/a-consumer/latest
I get an HTML response:
https://raw.githubusercontent.com/wiki/bethesque/pact_broker/images/autogenerated_documentation.png
With a previous version:
http://example.pactbroker.com/pacts/provider/a-provider/consumer/a-consumer/version/0.0.1
I get a JSON response: the actual pact file.
Is that a bug? Would you consider a PR to fix this? I didn't look at code yet.
Cheers.
Copying: @HuwByrn @itsDanOades @testerindevelopment
The text was updated successfully, but these errors were encountered: