Ruud von Faber
02/09/2022, 9:18 AMSean
02/11/2022, 5:17 AMVarnika Singh
02/15/2022, 9:13 AMStill
02/15/2022, 8:15 PMChris Munoz
02/17/2022, 5:38 PMcan-i-deploy
.
Locally, when I run the script, everything works and I get a response from pactflow. But when the requests runs on Octopus, it comes back with a 404. I am printing out the url that is being hit, and it works fine on Postman.
Has anyone ran into this issue? Or is there logs on Pactflow that I can look at?Ringo
02/24/2022, 7:39 AMNathan Deamer
02/25/2022, 12:05 PMpact-broker publish build/pacts --consumer-app-version=$(git rev-parse --short HEAD) --branch=$(git rev-parse --abbrev-ref HEAD)
Matt (pactflow.io / pact-js / pact-go)
jest-pact
and msw-pact
and through contributions to various parts of our ecosystem including the frameworks themselves and our documentation.
As our our “community shepherd”, Yousaf is a voice for the customer — you — and will be focussed on reducing barriers to adoption, fostering a healthy contributor community and building more value in our community.
For a great read on Yousaf joining the team and how we got here, I’d encourage you to read this delightful blog post, which should serve to inspire anybody on the possibilities that emerge if you keep your mind open.
Please join us in welcoming Yousaf to the Pactflow team pactflow platypus slackJames Troughton
03/02/2022, 11:58 AMA pact between Example App and Example API
that has been given. I am making a request to
curl --location --request GET 'https://{myDomain}.<http://pactflow.io/pacts/provider/Example|pactflow.io/pacts/provider/Example> API/consumer/Example App/latest/stub/alligators/Mary' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}'
But I am getting a 400 Bad Request back, what am I doing wrong?Agustina BOSSO
03/03/2022, 10:44 AMStill
03/08/2022, 10:53 AMAlex Stout
03/14/2022, 2:35 PMYousaf Nabi (pactflow.io)
James Troughton
03/22/2022, 12:37 PMJon
03/24/2022, 11:42 PMBrendan Donegan
03/28/2022, 8:24 AMNathan Deamer
03/29/2022, 2:03 PMBrendan Donegan
03/30/2022, 6:58 AMMUTHARAJU KK
03/31/2022, 10:01 AMNathan Deamer
04/05/2022, 2:27 PMrecord-release
Would you usually only use this for things like mobile applications where you need to support multiple consumer versions?
And not for microservices which might be changing every day? (Otherwise you’ll have a lot of record-support-ended
for previous versions)Alejandro Vélez-Calderón
04/06/2022, 3:09 PMLewis Prescott
04/07/2022, 8:03 AMAlphonse Bendt
04/08/2022, 11:50 AM/pacts/provider/{provider}/consumer/{consumer}/version/{version}
Also i didn't see any other relevant resource to discover the tags. Am i missing something?
best regards,Yousaf Nabi (pactflow.io)
Lionello Lunesu
04/12/2022, 10:30 PMAbc
to abc
) and the new UI seems confused showing both, but empty. The old UI only shows the new casing abc
with the contracts. I had manually deleted the old Abc
from the old UI before publishing the contracts.Stefano Lucka
04/14/2022, 5:13 PMAnton Yakutovich
04/15/2022, 12:14 PM"name": "",
"displayName": "",
"createdAt": "2022-04-04T07:54:22+00:00",
"_embedded": {
"labels": []
},
"_links": {
"self": {
"href": "<https://caspian.pactflow.io/pacticipants/>"
},
"pb:versions": {
"href": "<https://caspian.pactflow.io/pacticipants//versions>"
}
Pavlo Sprogis
04/19/2022, 10:31 AMswagger.json
I have the field with "format" : "S2S-Token"
(this is our custom token) and pactflow fails with during verification:
Validator Error unknown format "S2S-Token" is used in schema at path "#/properties/value"
even though I have required headers and payload in request, looks like pactflow does not like this custom format field, is there a way to fix this?Nathan Deamer
04/19/2022, 3:13 PMcontract_requiring_verification_published
webhook event.
Is there a reason this doesn’t fire when a new contract is published? (e.g. no previous contract between services)Madhulika Mitra
04/21/2022, 9:27 AM