-
It would be useful to be able to prune undeployed versions (optionally filtered by pactipant id and/or environment id) from the deployed_versions table via a REST API and/or pact broker CLI. This tabl…
-
**CanIDeploy** can be used with `--retry-while-unknown` parameter to poll Pact Broker until verification result be published
https://docs.pact.io/pact_broker/client_cli/readme#can-i-deploy
_gradle…
-
It would be nice if it were possible to submit more than one contract to the broker for a given application pairing - useful where there are different contract types being mixed (eg Pact and non-Pact)…
-
One big selling point of Pact Specification v4 is that HTTP and messaging (and others....) interactions can all be contained in the same pact file.
However, if you upload a v4 pact to the broker wh…
-
Currently in order to skip SSL verification for a webhook one must turn it off globally using the PACT_BROKER_DISABLE_SSL_VERIFICATION environment variable.
This is to request an option added in the w…
-
**Description:**
I want to verify my provider against a pact on a remotely hosted Pact Broker (the Beta version provided by Pact). But I get a `Failed to load consumer pact from: ` message.
Ther…
-
We could do with a distinct section on `pactfileWriteMode` and how to set it in each of the respective languages (if it is available as an option in every language) and circumstances as to why we woul…
-
In the Akeneo harness the `bin` and `vendor/bin` directories added to PATH (https://github.com/inviqa/harness-akeneo/blob/1.1.x/harness/attributes/docker.yml#L12). They also get 0777 permissions, and …
-
In the [Pact JVM documentation](https://docs.pact.io/implementation_guides/jvm/docs/system-properties), it says that the system property `pactbroker.auth.token` can be passed in as an environment vari…
-
Would be good to update existing webhooks in json format instead of via the form as sometimes its easier to copy paste settings via json.
As an aside, the form has a basic auth setting with `autocomp…