-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Add support for new 'pacts for verification' endpoint #942
Comments
Copy paste from slack conversation:
|
Hi @bethesque , |
My comment above is as much as I know in regards to the java code, sorry! Have a really good read of the master issue, and hop on to slack.pact.io and give me an @ to let me know you're there so we can discuss anything that's unclear. Ron should be able to give you pointers on the PactJVM code, but it would help if you had a poke around beforehand in your own IDE - I just worked out the stuff I've written in the comments by doing a few key word searches and following my nose through the code. |
FYI
That class does not represent a Pact (that is in core/model module), it represents the config for the consumer side of the relationship in the broker. When executed against the broker, it results in the URL of a Pact. |
Oh, thanks Ron, that makes sense. It's a bit like what I've called a "selector" in the pact broker code and the docs for this issue then - a way to specify which pact(s) you want using some or all of consumer name/provider name/tags/scope, that later gets resolved to an actual pact url. |
@araknoid are you still keen to do this? Ron was looking at picking it up but wasn't sure if you'd started |
Hi @bethesque , I started looking/exploring the code but didn't have enough time to actually do anything. |
I can see some commits against this card @uglyog , what's outstanding for it to be completed? |
The base code is done, it just needs to be tested more |
Hi, |
This has been released with version 4.1.0 |
Closing as done! ❤️ |
See master issue here: pact-foundation/pact_broker#307
The text was updated successfully, but these errors were encountered: