Skip to content

Instantly share code, notes, and snippets.

@YOU54F
YOU54F / README.md
Created October 4, 2022 12:42
branches/ envs / consumer version selectors pact snag list

JavaScript

export interface ConsumerVersionSelector {
  tag?: string;
  latest?: boolean;
  consumer?: string;
  deployedOrReleased?: boolean;
  deployed?: boolean;
 released?: boolean;
@YOU54F
YOU54F / pact-snippets.code-snippets
Created October 10, 2022 21:39
vscode snippets for Pact.io
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
@YOU54F
YOU54F / pact.json
Last active October 14, 2022 00:11
{
"consumer": {
"name": "pactflow-example-consumer"
},
"provider": {
"name": "pactflow-example-provider"
},
"interactions": [
{
"description": "a request to get a product",
@YOU54F
YOU54F / CONTRIB.md
Last active November 17, 2022 14:50
Generate images of all contributors in a GitHub Org

@YOU54F
YOU54F / CUCUMBER.md
Created November 17, 2022 14:52
All the cool cukes

@YOU54F
YOU54F / SWAGGER.md
Created November 17, 2022 14:53
These folks have got some serious swag

@YOU54F
YOU54F / PACT.md
Created November 17, 2022 14:55
Real life Pacticipants!

@YOU54F
YOU54F / PACTFLOW.md
Created November 17, 2022 15:11
Pactflow Fwens

@YOU54F
YOU54F / welcome.txt
Created December 15, 2022 12:01
welcome bot text
👋 ${username}, welcome to the Pact Foundation community, we're so glad you're here!
\n\nOur community is now over 3000 members, so to help keep things focussed,
we have created several language-specific channels for technical questions -
please start there before posting in #general (e.g. #pact-js or #pact-jvm).
Also remember to use threads so we can keep the discussion focussed on your issue.
\n\nIf you've come here from Pactflow, please be mindful that this is a combined Pactflow and Open Source community.
Pactflow team members can be identified by their handle,
and there is also a dedicated #pactflow channel for questions relating to the product.
\n\nLastly,
please take moment to read and respect our community code of conduct (https://docs.pact.io/contributing/code-of-conduct).
@YOU54F
YOU54F / README.md
Last active December 21, 2022 02:23
Visualising Pact Plugins