Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pact-foundation/pact-python

Python version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://github.com/pact-foundation/pact-python

chore(deps): bump jinja2 from 2.11.2 to 2.11.3 in /examples/e2e

Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https:...

f82c0084ced5889a2306b940966840f62ed81a70 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #206 from pact-foundation/chore/use-testcontainers

chore: use testcontainers

ea6f6356ec8eea88de758fea442cfced3e067947 authored over 3 years ago by Elliott Murray <[email protected]>
chore: added some docs about how to use the e2e example

565bc80cd2d069df6ac9004685165ad1e7ad9236 authored over 3 years ago by Elliott Murray <[email protected]>
chore: spiking testcontainers

1b4be80a0746a4f5eae4f67a14daccb00bcddd76 authored over 3 years ago by Elliott Murray <[email protected]>
chore: wip on using test containers on examples

01e4ec4c5b46cef0735690ccac632329c21bedb6 authored over 3 years ago by Elliott Murray <[email protected]>
Merge pull request #204 from pact-foundation/chore/use_pytest

chore use pytest

882f4a27ecd3d8fed6ef4273cb88a2a45667b090 authored over 3 years ago by Elliott Murray <[email protected]>
chore: more clean up

261f24b20af5b8f4f959977abf59514b18d4293c authored over 3 years ago by Elliott Murray <[email protected]>
chore: update ci stuff

5a0934ca05a7b5b94114098ad13212d6383eeef8 authored over 3 years ago by Elliott Murray <[email protected]>
chore: move from nose to pytests as we are now 3.6+

66e79e2cbffbdc11ca285e45b2c46efd80471b52 authored over 3 years ago by Elliott Murray <[email protected]>
chore: Releasing version 1.3.1

6aee3e2e492f172e6e4647cac26cc0fbaecf265a authored over 3 years ago by Elliott Murray <[email protected]>
Merge pull request #203 from pact-foundation/fix/version_confusion

fix: introduced and renamed specification version

4440022e20dd1679b4bf59a53a7f8e3c2bd8ca26 authored over 3 years ago by Elliott Murray <[email protected]>
fix: introduced and renamed specification version

9cac2d71689ec04d76501d86b607e909d5aa323d authored over 3 years ago by Elliott Murray <[email protected]>
chore: Releasing version 1.3.0

64d7bdce2800dec5e1dacb7c013458f297b3593e authored over 3 years ago by Elliott Murray <[email protected]>
Merge pull request #194 from williaminfante/feat/pact-message-2

feat: implement pact message

eaa90e15e1d834ba37d650069b0eb86cfd2e0029 authored over 3 years ago by Elliott Murray <[email protected]>
test: consider publish to broker with no pact_dir argument

5ed73dbc63fd8ba1ae00ba88300f50a691079450 authored over 3 years ago by William Infante <[email protected]>
docs: update readme

e0971533030fbc5dd8781b7145a28e2718e296ec authored over 3 years ago by William Infante <[email protected]>
feat: address PR comments

fc0d91ce54ca5839f0ab92507332b888d6672296 authored over 3 years ago by William Infante <[email protected]>
fix: improve test coverage

0ef971f24a1b7e10f588cdaaf36580d3152a3f95 authored over 3 years ago by Tuan Pham <[email protected]>
chore: pydocstyle

bc7ff786454137528936cade0cd0120e597bd43a authored over 3 years ago by Tuan Pham <[email protected]>
chore: add missing import

e543f04331b9266cbcd06191e5f9e7cc13d06d4b authored over 3 years ago by William Infante <[email protected]>
test: remove mock and check generated json file

5448d8c0a9b2f3d613827a958cc2d8515eff24e0 authored over 3 years ago by William Infante <[email protected]>
fix: few more tests to improve coverage

abd3574106ff733c32b4ce508496683ab4b9e947 authored over 3 years ago by Tuan Pham <[email protected]>
fix: flake8 warning

12b4a50cc475718008973969efa95fbad5fec14f authored over 3 years ago by Tuan Pham <[email protected]>
chore: flake8, clean up deadcode

d4235f93d69355dd30b4e4218049aa6d2ec8bd5d authored over 3 years ago by Tuan Pham <[email protected]>
chore: remove test param for provider

19827d002854a51a67c420659cec8272bae32353 authored over 3 years ago by Tuan Pham <[email protected]>
chore: flake8 revert

912b47732c71d2045abab34de283fe6e89eadf94 authored over 3 years ago by Tuan Pham <[email protected]>
fix: revert changes to quotes

4a730aecb045d838a41b2296f0bcc73280b7d64b authored over 3 years ago by Tuan Pham <[email protected]>
feat: update message hander to be independent of pact

cfe35cc59f13ab7446846176696874a5ed729db8 authored over 3 years ago by William Infante <[email protected]>
test: update message handler condition based on content

7afe69374c5ce33df9aed081c48f2844a1eea7fc authored over 3 years ago by William Infante <[email protected]>
feat: move publish function to broker class

79106bb6b2ceab416919f3c0c7101523e3a89384 authored over 3 years ago by Tuan Pham <[email protected]>
docs: add readme for message consumer

a04b9545582c991653876a3317364580f47e0e7d authored over 3 years ago by William Infante <[email protected]>
feat: update handler to handle error exceptions

8672e2f9893512c1e83405dd2616780610ef619d authored over 3 years ago by William Infante <[email protected]>
feat: change dummy handler to a message handler

47b74342e7534b52d18fe1466e12c6785036dbe5 authored over 3 years ago by William Infante <[email protected]>
test: create external dummy handler in test

a18ce3eae0248308343bac2edb4322081778527e authored over 3 years ago by William Infante <[email protected]>
chore: remove log_dir, refactor test

735804918baeb8af630b1d10ca9c805698e65502 authored over 3 years ago by Tuan Pham <[email protected]>
chore: fix bad merge

63452aaa3f4e724170109bf759dfb99a3584de09 authored over 3 years ago by Tuan Pham <[email protected]>
feat: add more test

bf9864fca05e373fc2c625144315f13963b9e630 authored over 3 years ago by William Infante <[email protected]>
fix: try different way to mock

84681b4d746b5b10dc1e359ee8b77bcbee1ed702 authored over 3 years ago by Tuan Pham <[email protected]>
chore: add generate_pact_test

86cfe8e04761a471f1ee1f8d101d3d744135c15c authored over 3 years ago by Tuan Pham <[email protected]>
fix: add missing conftest

a1c19b62fab77f31528072368be28d22c44df934 authored over 3 years ago by Tuan Pham <[email protected]>
chore: add missing files in src

a98850afa5180973e663f1ee24e97ce843f78019 authored over 3 years ago by Tuan Pham <[email protected]>
feat: update message pact tests

6718b4ce3011a9bc59b7f94440cfa35517e364a9 authored over 3 years ago by William Infante <[email protected]>
fix: linting

8546a26518791855781628c4fa07547011e99798 authored over 3 years ago by Tuan Pham <[email protected]>
fix: remove publish fn for now

65b69d7548f88452c14c9c14cf80a1b083251d11 authored over 3 years ago by Tuan Pham <[email protected]>
feat: add constants test

e31dd45b8733e3d17fdab69384dc091fba331f8f authored over 3 years ago by William Infante <[email protected]>
feat: add pact-message integration test

85fc77fe5df79f2361ac7e3866bc580e85e50c50 authored over 3 years ago by Tuan Pham <[email protected]>
feat: update MessageConsumer and tests

955dbe19aa465b6b21ab2faa8e5c0989fa6cb2b9 authored over 3 years ago by William Infante <[email protected]>
feat: add pact-message integration

11793f5ed819d3cc6fb25c3bdca54ad159c4e864 authored over 3 years ago by Tuan Pham <[email protected]>
feat: create basic tests for single pact message

af5c9fbbcb5e287c8aac8e67f55c34d486c3e67a authored over 3 years ago by William Infante <[email protected]>
feat: single message flow

fea27c8863c6a5a2a840f50466c9d0bacd21645c authored over 3 years ago by William Infante <[email protected]>
feat: add MessageConsumer

90478558604c64bcf22d23073dc4cdfd6214340c authored over 3 years ago by William Infante <[email protected]>
feat: initial interface

40edd39c4ac638b2423afd041e6d1632e1e2397b authored over 3 years ago by William Infante <[email protected]>
Merge pull request #198 from pact-foundation/chore/deprecate_python35

chore: update python versions

2946242b9f1a3c52742136e797918daaa9d627ae authored over 3 years ago by Elliott Murray <[email protected]>
fix: add e2e example test into ci back in

0111698ef70dc8aec1927e6a2a5b9768cb191eb9 authored over 3 years ago by Elliott Murray <[email protected]>
chore: remove python35 and 34 and add 39

0cdc7e99cbe2a323ebee77721e669833dc127d15 authored over 3 years ago by Elliott Murray <[email protected]>
Merge pull request #197 from pact-foundation/fix/pull_request_trigger_workflow

ci: pull request trigger workflow

3885c601ba51792f747e45ffb3cb62366cd29ed6 authored over 3 years ago by Elliott Murray <[email protected]>
ci: pr not triggering workflow

925b0ac4db655b0120f23f35a2793cfeb1486777 authored over 3 years ago by Elliott Murray <[email protected]>
Merge pull request #195 from cdambo/pass-pact-dir-to-cli

fix: send to cli pact_files with the pact_dir in their path

8f9a925c7b97b7e104504fd88dc4eaced4493ca5 authored over 3 years ago by Elliott Murray <[email protected]>
fix: send to cli pact_files with the pact_dir in their path

545fc375f6444d33b37e584d1f0728bb0d46f642 authored over 3 years ago by Chanan Damboritz <[email protected]>
chore: Releasing version 1.2.11

d2dda3f6973ae2e099284a4894c8e2a225f9e05b authored almost 4 years ago by Elliott Murray <[email protected]>
Merge pull request #192 from pact-foundation/fix/deploy_wheel_fix

fix: not creating wheel

ba10318051e9db0855efb056d0a3e6171aa44ef5 authored almost 4 years ago by Elliott Murray <[email protected]>
fix: not creating wheel

289e7849d583f9ea0de0d0582df34993f2cf6a36 authored almost 4 years ago by Elliott Murray <[email protected]>
chore: Releasing version 1.2.10

d217e677ddb43b875f78776d32ab912f73c37e4e authored almost 4 years ago by Elliott Murray <[email protected]>
Merge pull request #191 from pact-foundation/build-and-test-with-github-actions

ci(github actions): added Github Actions configuration for build and test

9438449f06f4ace71fc29b9956e31d1ac4eef2b0 authored almost 4 years ago by Elliott Murray <[email protected]>
docs: Added badge to README

2796ef5170c40acba3e634ebd1509bd8d86be7d8 authored almost 4 years ago by Elliott Murray <[email protected]>
ci: add publishing actions

Setup a Github Actions workflow that will publish to PyPi when a new release is created in Github

f1b6968ec24355e1a06a7dd5abdb496d74a377fd authored almost 4 years ago by Matthew Balvanz <[email protected]>
ci: removed Travis CI configuration

287a32ebc146a90abe2bb760145f82a5105c98b5 authored almost 4 years ago by Matthew Balvanz <[email protected]>
ci(github actions): added Github Actions configuration for build and test

Created a configuration that runs lints and tests on each push to Github. Removed Python 2.7 as ...

77dd4d52e7c65673a1515532c4485afdf2c5ad4d authored almost 4 years ago by Matthew Balvanz <[email protected]>
Merge pull request #189 from noelslice/master

docs: typo in pact-verifier help string: PUT -> POST

d6f02cacc665e95fa8f82aa2032f3bcc0a32e4be authored almost 4 years ago by Elliott Murray <[email protected]>
docs: typo in pact-verifier help string: PUT -> POST for --provider-states-setup-url

c24a73f44c988de7403d90646dc2f2d6541a5487 authored almost 4 years ago by Noel Dawe <[email protected]>
Merge pull request #188 from pact-foundation/docs/example/fastapi

docs: fastapi example

4cdabd1cfe31bdfb97a803014c76bc28953c5401 authored almost 4 years ago by Elliott Murray <[email protected]>
docs(example): created example and have relative imports kinda working. Provider not working as it cant find one of our urls

docs(example): created example and have relative imports kinda working. Provider not working as ...

6728cb94c75818a44fe99cfc40608b7716b771dd authored almost 4 years ago by Elliott Murray <[email protected]>
Merge pull request #184 from pact-foundation/chore/update_python_version

chore(upgrade): upgrade python version to 3.8

9358097c3c3867549c408e03a5c3ba069b7c1503 authored almost 4 years ago by Elliott Murray <[email protected]>
Merge pull request #186 from jstoebel/patch-2

docs: fix small typo in `with_request` doc string

48a2a21d51c12df16d8bde1df8edd7e992a0dda5 authored almost 4 years ago by Elliott Murray <[email protected]>
docs: fix small typo in `with_request` doc string

74f9a4fb3366b2d2c76671a26dd751e19bd5c469 authored almost 4 years ago by Jacob Stoebel <[email protected]>
chore: added run test to travis

4e4ed26f4c42cf1dc6247e0c4c12780aeb491025 authored almost 4 years ago by Elliott Murray <[email protected]>
chore: wqshell script to run flask in exmaples

37e2f3a2a1d11494736fdbda035a9ac8a8bc6386 authored almost 4 years ago by Elliott Murray <[email protected]>
chore(upgrade): upgrade python version to 3.8

b5d9d7b7fd13842005282fcdc07dadb77197d862 authored almost 4 years ago by Elliott Murray <[email protected]>
chore: Releasing version 1.2.9

98d86eb6570c912222d9d689a3c717f23af655c3 authored almost 4 years ago by Elliott Murray <[email protected]>
Merge pull request #183 from thatguysimon/feat/verifier-class-consumer-version-selectors

feat(verifier): Allow setting consumer_version_selectors on Verifier

4430681113a47e1fd1e3c87f4e567708d9fa8ad1 authored almost 4 years ago by Elliott Murray <[email protected]>
fix: Fix flaky tests using OrderedDict

683a9319c053c160f288b88aaf58c0786477a0a2 authored almost 4 years ago by Simon Nizov <[email protected]>
style: Fix one more linting issue

33be267fafa00ba0045c3990fe2d0eea0cf54fab authored almost 4 years ago by Simon Nizov <[email protected]>
style: Fix linting issues

e7c87ced4d7d02ddcc61cae266656a8a46b07d5f authored almost 4 years ago by Simon Nizov <[email protected]>
feat(verifier): Allow setting consumer_version_selectors on Verifier

ee2eda0199b865aedd13b315edd9513b16be37c1 authored almost 4 years ago by Simon Nizov <[email protected]>
chore: Releasing version 1.2.8

482407de13acdb8fb907f4f576de027cb9dfe343 authored about 4 years ago by Elliott Murray <[email protected]>
Merge pull request #182 from thatguysimon/feat/enable-wip-pacts

feat(verifier): Support work-in-progress pacts attribute in CLI

4c68fd4866857df0320358061f4364932ff3d45f authored about 4 years ago by Elliott Murray <[email protected]>
refactor: Extract input validation in call_verify out into a dedicated method

9ea14d3c79b2abb16a7e87ea9adfd91efa8cd4cd authored about 4 years ago by Simon Nizov <[email protected]>
fix: Fix command building bug

5a5969d390791b2ebe2c1603eca868a6ecf9b0cf authored about 4 years ago by Simon Nizov <[email protected]>
style: Fix linting

b8c00062292bf987d55d436d9bc230800bc64c40 authored about 4 years ago by Simon Nizov <[email protected]>
feat(verifier): Support include-wip-pacts-since in CLI

fc3d7aeec59963777e52428f0523e0791eb214d2 authored about 4 years ago by Simon Nizov <[email protected]>
Merge pull request #180 from elliottmurray/docs/example_flaskr

docs: improve example verifier code

a0eca4c2b7eddfbb1158c7d2486e2c3c4ba9b5a5 authored about 4 years ago by Elliott Murray <[email protected]>
docs(examples): changed provider example to use atexit

a8a07d4f438bb92f865e03c017400f53496f0112 authored about 4 years ago by Elliott Murray <[email protected]>
Merge pull request #179 from pact-foundation/docs/example_readme

docs(examples): tweak to readme

186f4f43943d335fa66ac544289967480a7d977d authored about 4 years ago by Elliott Murray <[email protected]>
docs(examples): tweak to readme

2f66618c208e1f63d918dbd0bb4285e576206d52 authored about 4 years ago by Elliott Murray <[email protected]>
chore: Releasing version 1.2.7

f4787ed659a84eae28622f0ac84d3af78f0ee371 authored about 4 years ago by Elliott Murray <[email protected]>
Merge pull request #178 from pact-foundation/fix/custom_header_typo

fix: custom headers:

90b71d213aaefb757351bfb10d05197472ed11a5 authored about 4 years ago by Elliott Murray <[email protected]>
fix(verifier): headers not propogated properly

b07ef69d8ef593b1afbcc6bab00c0e9152ad7d53 authored about 4 years ago by Elliott Murray <[email protected]>
Merge pull request #177 from pact-foundation/docs/remove_handcrafted_broker

docs(examples): removed manaul publish to broker

0e9b71cd9a7ca1f543f678811cd86fc3c0b0b2f8 authored about 4 years ago by Elliott Murray <[email protected]>
docs(examples): removed manaul publish to broker

2db7008592e842d0258e2fbe6c23784f47973a09 authored about 4 years ago by Elliott Murray <[email protected]>
chore: Releasing version 1.2.6

d9224723511b713ac233d4afdfb406737e0f16c2 authored about 4 years ago by Elliott Murray <[email protected]>