-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: support branch * feat: support build-url parameter * chore: renaming test * feat: support auto_detect_version_properties parameter * chore: update comment * feat: set auto_detect_version_property default value to false * feat: support consumer message with branch, build_url and auto_detect_version_property * docs: chore add publishing instructions * chore: merge master * chore: support py3.10 and add contributing instructions * ci: 3.10 py version * chore: update pytest for 3.10 * ci: fail-fast false * chore: reduce complexity rules / add verification with broker to readme Co-authored-by: B3nnyL <13126965+B3nnyL@users.noreply.github.com> Co-authored-by: Elliott Murray <elliottmurray@gmail.com>
- Loading branch information
1 parent
89733d6
commit ceff89b
Showing
11 changed files
with
126 additions
and
36 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[flake8] | ||
ignore = E226,E302,E41,W503 | ||
max-line-length = 160 | ||
max-complexity = 15 | ||
max-complexity = 12 | ||
exclude = .git,venv,.venv,.tox,.pytest_cache,.direnv |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pytest==5.4.1 | ||
pytest==7.1.3 | ||
requests>=2.26.0 | ||
testcontainers==3.3.0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
fastapi==0.67.0 | ||
pytest==5.4.1 | ||
pytest==7.1.3 | ||
requests>=2.26.0 | ||
uvicorn>=0.14.0 | ||
testcontainers==3.3.0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Flask==1.1.4 | ||
pytest==5.4.1 | ||
pytest==7.1.3 | ||
requests>=2.26.0 | ||
testcontainers==3.3.0 | ||
markupsafe==2.0.1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Flask==1.1.1 | ||
pytest==5.4.1 | ||
pytest==7.1.3 | ||
requests>=2.26.0 |
This file contains 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
This file contains 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