We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Been working through the consumer version selectors to try and ascertain library support for them all and noticed a few oddities
12 consumer version selectors in total
consumerVersionSelectors.mainBranch consumerVersionSelectors.branch consumerVersionSelectors.matchingBranch consumerVersionSelectors.fallbackBranch consumerVersionSelectors.deployed consumerVersionSelectors.released consumerVersionSelectors.deployedOrReleased consumerVersionSelectors.environment consumerVersionSelectors.latest consumerVersionSelectors.consumer consumerVersionSelectors.tag consumerVersionSelectors.fallbackTag
consumerVersionSelectors.mainBranch
consumerVersionSelectors.branch
consumerVersionSelectors.matchingBranch
consumerVersionSelectors.fallbackBranch
consumerVersionSelectors.deployed
consumerVersionSelectors.released
consumerVersionSelectors.deployedOrReleased
consumerVersionSelectors.environment
consumerVersionSelectors.latest
consumerVersionSelectors.consumer
consumerVersionSelectors.tag
consumerVersionSelectors.fallbackTag
fallbackBranch
fallbackTag
Rust Consumer version selectors
ConsumerVersionSelector { tag: Some(t.to_string()), latest: Some(true), consumer: None, branch: None, main_branch: None, deployed: None, released: None, deployed_or_released: None, environment: None, matching_branch: None, fallback_tag: None, }
Ruby Consumer version selectors
selector[:tag] selector[:latest] selector[:consumer] selector[:branch] selector[:mainBranch] selector[:deployed] selector[:released] selector[:deployedOrReleased] selector[:environment] selector[:matchingBranch] selector[:fallbackTag] selector[:matchingTag] selector[:fallback]
The text was updated successfully, but these errors were encountered:
feat(verifier): support fallback_branch & matching_tag consumer versi…
62b28c1
…on selectors relates to pact-foundation#195 cross tracking issue for ruby/rust cores pact-foundation/docs.pact.io#171
Is fallback_branch working? see pact-foundation/pact_broker#587
Sorry, something went wrong.
No branches or pull requests
Been working through the consumer version selectors to try and ascertain library support for them all and noticed a few oddities
12 consumer version selectors in total
consumerVersionSelectors.mainBranch
consumerVersionSelectors.branch
consumerVersionSelectors.matchingBranch
consumerVersionSelectors.fallbackBranch
consumerVersionSelectors.deployed
consumerVersionSelectors.released
consumerVersionSelectors.deployedOrReleased
consumerVersionSelectors.environment
consumerVersionSelectors.latest
consumerVersionSelectors.consumer
consumerVersionSelectors.tag
consumerVersionSelectors.fallbackTag
fallbackBranch
fallbackBranch
fallbackTag
which I don't believe is used by the pact brokerRust Consumer version selectors
Ruby Consumer version selectors
The text was updated successfully, but these errors were encountered: