Skip to content

Commit

Permalink
chore: /s/Pactflow/PactFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 26, 2023
1 parent 08f5bd9 commit 274f2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Do this to generate your change history

### v1.4.1 (22 May 2020)
* [0dfbb4b](https://github.com/pact-foundation/pact-go/commit/0dfbb4b) - fix: remove deadlock for large provider tests (Matt Fellows, Thu May 21 22:06:06 2020 +1000)
* [11629f8](https://github.com/pact-foundation/pact-go/commit/11629f8) - docs: make it clear that WIP/Pending pacts only available on Pactflow currently (Matt Fellows, Mon May 11 10:11:21 2020 +1000)
* [11629f8](https://github.com/pact-foundation/pact-go/commit/11629f8) - docs: make it clear that WIP/Pending pacts only available on PactFlow currently (Matt Fellows, Mon May 11 10:11:21 2020 +1000)

### v1.4.0 (04 May 2020)
* [ac9f226](https://github.com/pact-foundation/pact-go/commit/ac9f226) - fix: pass arguments to the provider verifier (Matt Fellows, Mon May 4 11:16:29 2020 +1000)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ _Important Note_: You should only use this feature for things that can not be pe

#### Pending Pacts

_NOTE_: This feature is currently only available on [Pactflow]
_NOTE_: This feature is currently only available on [PactFlow]

Pending pacts is a feature that allows consumers to publish new contracts or changes to existing contracts without breaking Provider's builds. It does so by flagging the contract as "unverified" in the Pact Broker the first time a contract is published. A Provider can then enable a behaviour (via `EnablePending: true`) that will still perform a verification (and thus share the results back to the broker) but _not_ fail the verification step itself.

Expand All @@ -455,7 +455,7 @@ See the [docs](https://docs.pact.io/pending) and this [article](https://docs.pac

#### WIP Pacts

_NOTE_: This feature is currently only available on [Pactflow]
_NOTE_: This feature is currently only available on [PactFlow]

WIP Pacts builds upon pending pacts, enabling provider tests to pull in _any_ contracts applicable to the provider regardless of the `tag` it was given. This is useful, because often times consumers won't follow the exact same tagging convention and so their workflow would be interrupted. This feature enables any pacts determined to be "work in progress" to be verified by the Provider, without causing a build failure. You can enable this behaviour by specifying a valid `time.Time` field for `IncludeWIPPactsSince`. This sets the start window for which new WIP pacts will be pulled down for verification, regardless of the tag.

Expand Down

0 comments on commit 274f2a3

Please sign in to comment.