forked from williaminfante/pact-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/message provider #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pulphix
wants to merge
54
commits into
tuan-pham:feature/message-provider
Choose a base branch
from
Etiqa:feature/message-provider
base: feature/message-provider
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/message provider #1
pulphix
wants to merge
54
commits into
tuan-pham:feature/message-provider
from
Etiqa:feature/message-provider
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…on_confusion fix: introduced and renamed specification version
…_pytest chore use pytest
…-testcontainers chore: use testcontainers
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
…t/pip/examples/e2e/jinja2-2.11.3 chore(deps): bump jinja2 from 2.11.2 to 2.11.3 in /examples/e2e
…er than test file
…est_dir fix: fix test directory
fix: passes pact_dir to publish()
…on and ensures it follows that
…t_some_publish fix(pubish): fixing the fix. pact python api uses only publish_version and ensured it follows that
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-KRB5-1043935 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1051931 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075737 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738
…ab489d8931bdf95d6ef0d217aa1b2eb6 [Snyk] Security upgrade python from 3.6.10-alpine3.11 to 3.8.6-alpine3.11
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-KRB5-1043935 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075737 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 - https://snyk.io/vuln/SNYK-ALPINE311-SQLITE-587424
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-KRB5-1043935 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1051931 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075737 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738
…fc54d9c7fe536fffe78fbd34fc5fd7ea [Snyk] Security upgrade python from 3.8.2-alpine3.11 to 3.8-alpine3.11
…8f994ea63cfa41070b04b182dbd11c74 [Snyk] Security upgrade python from 3.7.7-alpine3.11 to 3.7.9-alpine3.11
…_snyk_36 ci: revert docker36 back
* fix: publish verification results was wrong * fix: PR comments
* master: (33 commits) chore(snyk): update fastapi (pact-foundation#239) chore: Releasing version 1.3.9 chore(ruby): update ruby standalen (pact-foundation#233) fix: change default from empty string to empty list (pact-foundation#235) chore: Releasing version 1.3.8 docs: example uses date matcher (pact-foundation#231) fix: fix datetime serialization issues in Format (pact-foundation#230) chore: Releasing version 1.3.7 fix(broker): token added to verify steps (pact-foundation#226) chore: Releasing version 1.3.6 fix: publish verification results was wrong (pact-foundation#222) ci: revert docker36 back fix: docker/py37.Dockerfile to reduce vulnerabilities fix: docker/py38.Dockerfile to reduce vulnerabilities fix: docker/py36.Dockerfile to reduce vulnerabilities chore: Releasing version 1.3.5 fix(publish): fixing the fix. Pact Python api uses only publish_version and ensures it follows that chore: Releasing version 1.3.4 fix: verifier should now publish chore: Releasing version 1.3.3 ... # Conflicts: # examples/message/tests/consumer/test_message_consumer.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I started the porting to fast API, please have a look and let me know what you think.
If there are any areas of improvement let me know, if you wish we can work together.