Beth Skurrie
Beth Skurrie
This query should have returned a 400 ``` { "q": [ { "pacticipant": "X", "version": "123", "environment": "B" } ] } ``` TODO: Work out if this is an error...
Currently, we require files manually, and this can lead to bugs when requires are missing. The zeitwerk code loader could be used to avoid having to do manual requires. Good...
The Pact JVM Client has a pact with the OSS Pact Broker that we have not yet implemented the provider states for. These need to be added so that when...
# Pre issue-raising checklist ## Software versions ## Expected behaviour Pacts are deleted ## Actual behaviour Pacts are not deleted ## Steps to reproduce DELETE `https://broker/pacts/provider/my_provider/consumer/my_consumer/branch/chore%2Fupdate-dependencies` ## Relevant log files
Because of the left outer join, if a selector does not match on the consumer side, no rows are returned, but if there is no match on the provider side,...
Supports faster selects https://github.com/jeremyevans/sequel_pg
Add support for GET for path `/pacts/provider/:provider_name/consumer/:consumer_name/branch/:branch_name`
https://github.com/pact-foundation/pact_broker/issues/488 TODO * Consider how it will run with the clean.sh script in docker image * Make it configurable???