json
07/13/2022, 7:40 PMcan-i-deploy
for the given service to deploy to master
fails...
But now I've discovered that when build a new pact provider, it fails can-i-deploy
because it doesn't exist yet as a pacticipant, and when I add new contract tests to a service, it fails because the contract can't yet be verified, so I'm in a bit of a dependency loop.
Is the only way out of this dependency loop to do a one-time suspension of my checks to get my provider merged? Am I maybe doing something wrong?
(To be clear, currently my script currently checks to see if the pact provider logic has been implemented in the service and if it has, it runs verifications and then the can-i-deplay
. It doesn't run any pact stuff if it doesn't see the pact provider logic or a pact file in the service)Marcello Rigan
07/14/2022, 11:28 AMHazem Borham
07/14/2022, 5:47 PM--no-production
for the cli pact-broker create-environment
, documented here. is this option purely informational when creating an environment, or is it used somewhere like provider verification?Marcello Rigan
07/15/2022, 10:16 AMDor Meiri
07/15/2022, 12:59 PMKalaisankaran Bangarusamy
07/15/2022, 2:41 PMSubrahmanyam Rentala
07/18/2022, 1:01 PMNoor Hashem
07/18/2022, 7:59 PMHƄkan Jansson
07/19/2022, 5:20 AMAlan Boshier
07/19/2022, 7:57 AMNoor Hashem
07/19/2022, 6:02 PMJasmeen Kaur
07/20/2022, 6:48 AMNoor Hashem
07/21/2022, 12:30 PMDavid Van Couvering (DVC) - eBay
07/21/2022, 8:06 PMNoor Hashem
07/22/2022, 11:59 AMAbdurahman Hijazi
07/22/2022, 1:43 PMjson
07/22/2022, 7:49 PMcontract requiring verification published
event/webhook. Is this intended behavior?:
Events detected: contract_published, contract_content_changed (first time untagged pact published)
No enabled webhooks found for the detected events
Andrew Papia
07/26/2022, 2:31 AMAndrew Papia
07/26/2022, 2:32 AMAndrew Papia
07/26/2022, 2:34 AMAndrew Papia
07/26/2022, 2:36 AMAndrew Papia
07/26/2022, 2:38 AMAndrew Papia
07/26/2022, 2:39 AMSubrahmanyam Rentala
07/28/2022, 8:49 AMjson
07/28/2022, 9:00 PMAdam Witko
07/29/2022, 8:29 AMfeature/123
and Provider A on feature/234
will have different versions but theyāll represent two distinct instances. This leads me to think about using record-release
so the other versions are not marked as undeployed (as record-deployment
will do for you). Our upper environments all have 1 instance of each pacticipant so a normal record-deployment
workflow will suffice.
Is using record-release
the best for this setup over record-deployment
with the --application-instance
to a ādevā environment like this? If you know of anywhere in the docs or working examples you could share that would be amazing ā¤ļø .Adam Anderson
08/01/2022, 10:07 PMJohn Williams
08/02/2022, 4:12 AMDmitry Munda
08/01/2022, 7:31 PMcan-i-deploy
against all version , having tag live
and deployed within n months?
like am i compatible with all versions deployed to live within 3 months?
Abdurahman Hijazi
08/03/2022, 2:55 PM