pact-foundation / pact-stub-server

Standalone pact stub server
MIT License
75 stars 19 forks source link

Feature request: filter pacts by branch name #56

Open shmygol opened 1 year ago

shmygol commented 1 year ago

It would be nice to be able to filter pacts from broker by branch name.

shmygol commented 1 year ago

It doesn't look that easy though. I didn't find an API to filter pacts by the branch at all. Could you please suggest how can I request the last pact with a given branch from the API?

rholshausen commented 1 year ago

There is no API that can return Pacts with a particular branch name, and the branch names are not returned with the API that is currently used.

shmygol commented 1 year ago

And the same for environments, right? I also couldn't find how to filter (or request) pacts by the environment.