-
Notifications
You must be signed in to change notification settings - Fork 375
feat(temporal): add support for temporalio #970
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
bgener
wants to merge
25
commits into
testcontainers:main
from
bgener:feature/implement-temporal-support
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2877c2f
feat(core): add support for temporalio module
bgener 57f6dd8
corrected description
bgener 41486f2
Merge branch 'main' into feature/implement-temporal-support
Tranquility2 baa5668
fix(azurite): make visible to type checkers (#927)
kveretennicov d48115d
feat(core): support SSH-based DOCKER_HOST (#993)
Tranquility2 407f798
fix(qdrant): migrate Qdrant from deprecated decorator. (#963)
ethanlee928 8034541
fix(clickhouse): add `HttpWaitStrategy` instead of deprecated `wait_c...
dzhalaevd fed65fe
fix(compose): return type in get_service_port docstring (#939)
PraneethJain 58459a1
feat(compose): add structured container inspect information (#897)
VictorCavichioli c8a5bbd
fix(postgres): add py.typed marker to postgres module (#849)
oliverlambson e25713a
fix(redis): Use wait strategy instead of deprecated decorator (#914)
mschmitzer 6ecf347
chore(main): release testcontainers 4.15.0-rc.1 (#986)
github-actions[bot] fc09dc1
feat(valkey): add Valkey module (#947)
daric93 9fe6b07
fix(azurite): use `HttpWaitStrategy` instead of deprecated `wait_cont...
edgarrmondragon 2c1145c
chore(deps): bump authlib from 1.6.6 to 1.6.9 (#999)
dependabot[bot] aa12ee2
chore(deps): bump cryptography from 46.0.3 to 46.0.7 (#1006)
dependabot[bot] 23aca0b
chore(deps): bump aiohttp from 3.13.3 to 3.13.4 (#1005)
dependabot[bot] 59ec1ce
feat: support with_copy_to (#976)
guenhter 73aeb43
feat(mongodb): Add Atlas Local for MongoDb (#873)
jeff-goddard be9a0a6
feat(core): support TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX (#961)
PadenZach 8eff908
fix: fix pr #961 (#1011)
alexanderankin 79d920e
chore(main): release testcontainers 4.15.0-rc2 (#1004)
github-actions[bot] 4fb69bb
feat(core): add support for temporalio module
bgener e2b556b
corrected description
bgener ee61185
Merge branch 'feature/implement-temporal-support' of https://github.c...
bgener File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
.github/.release-please-manifest.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "4.14.2" | ||
| ".": "4.15.0-rc2" | ||
| } |
42 changes: 42 additions & 0 deletions
CHANGELOG.md
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
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
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
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
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
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
Oops, something went wrong.
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.