Beth Skurrie
Beth Skurrie
### Feature description Support publishing pacts with branches and a build_url. This may not be necessary if the native "wrapper" bit of the publishing is not supported, but thought I'd...
The Pact Broker now supports branches as first class entities. You can read more about this here: https://github.com/pact-foundation/docs.pact.io/blob/feat/deployments-and-releases/website/blog/2021-07-04-why-we-are-getting-rid-of-tags.md To allow users to use this feature: * Upgrade the pact-ruby-standalone to...
Please add support for the following keys to be used in the consumer version selectors when fetching pacts for verification: ``` { "deployedOrReleased": true } { "deployed": true } {...
## Expected behaviour When calling `logger.info("this message is not printed", payload: { foo: "bar" })` the message is printed. ## Actual behaviour When calling `logger.info("this message is not printed", payload:...
### Issue # (if available) https://github.com/reidmorrison/semantic_logger/issues/216 ### Changelog Updated ### Description of changes Support logging message in the format `logger.info("message", payload: { foo: "bar" })`, which stopped working in 4.11.0...
Duplicates are happening already. See https://github.com/pact-foundation/pact_broker/issues/539 The logic already exists here https://github.com/pact-foundation/pact_broker/blob/ae10d8ecbcdbba8142d4b1c9f2e1686c1103b25d/lib/pact_broker/pacticipants/service.rb#L25 A call to this method needs to happen in the conflict_notices method in the contract service here https://github.com/pact-foundation/pact_broker/blob/master/lib/pact_broker/contracts/service.rb#L46...
They are on very old versions of boostrap and jquery, which causes vulnerability scanners to fail. See https://github.com/pact-foundation/pact-broker-docker/issues/69
Currently, this is indicated using colour only, which is unhelpful if you are red/green colourblind.
The clean up runs on a cron task inside the pact broker docker image, but if there are multiple instances running in a cluster, then they will all attempt to...