FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat(reliability): integrate the ryuk container for better container cleanup by santi · Pull Request #314 · testcontainers/testcontainers-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
testcontainers
/
testcontainers-python
Public
Notifications
You must be signed in to change notification settings
Fork
380
Star
2.3k
Code
Issues
136
Pull requests
39
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat(reliability): integrate the ryuk container for better container cleanup
- #314
#314
Merged
totallyzen
merged 43 commits into
testcontainers:main
testcontainers/testcontainers-python:main
from
santi:feat/ryuk-the-reaper
santi/testcontainers-python:feat/ryuk-the-reaper
Copy head branch name to clipboard
Mar 19, 2024
Conversation
Commits
43
(43)
Checks
Files changed
Merged
feat(reliability): integrate the ryuk container for better container cleanup
#314
totallyzen
merged 43 commits into
testcontainers:main
testcontainers/testcontainers-python:main
from
santi:feat/ryuk-the-reaper
santi/testcontainers-python:feat/ryuk-the-reaper
Copy head branch name to clipboard
Commits
Commits on Mar 4, 2023
Add .with_ryuk method to enable container cleanup with ryuk
santi
committed
7c09ccc
View commit details
Copy full SHA for 7c09ccc
Browse repository at this point
Add tests for ryuk cleanup
santi
committed
957b863
View commit details
Copy full SHA for 957b863
Browse repository at this point
Merge branch 'master' into feat/ryuk-the-reaper
santi
authored
fc30fc1
View commit details
Copy full SHA for fc30fc1
Browse repository at this point
Change param name for clarity
santi
committed
e523dba
View commit details
Copy full SHA for e523dba
Browse repository at this point
Remove unused imports
santi
committed
543ce3e
View commit details
Copy full SHA for 543ce3e
Browse repository at this point
Commits on Mar 6, 2023
Add x-tc-sid header to all Docker APi requests from testcontainers
santi
committed
a487dc4
View commit details
Copy full SHA for a487dc4
Browse repository at this point
Combine imports
santi
committed
38a9d5a
View commit details
Copy full SHA for 38a9d5a
Browse repository at this point
Commits on Mar 8, 2023
Fix circular import by importing from correct script
santi
committed
a214089
View commit details
Copy full SHA for a214089
Browse repository at this point
Commits on Mar 9, 2023
Fix lint
santi
committed
fdaee73
View commit details
Copy full SHA for fdaee73
Browse repository at this point
Add testcontainer language implementation to default container labels
santi
committed
d4ddcba
View commit details
Copy full SHA for d4ddcba
Browse repository at this point
Commits on May 23, 2023
Merge branch 'main' into feat/ryuk-the-reaper
santi
committed
3711fcf
View commit details
Copy full SHA for 3711fcf
Browse repository at this point
Rename with_ryuk API to with_auto_remove
santi
committed
89113a3
View commit details
Copy full SHA for 89113a3
Browse repository at this point
Remove unused imports and function
santi
committed
101fd11
View commit details
Copy full SHA for 101fd11
Browse repository at this point
Update Ryuk tests to not rely on __del__ dunder for cleanup
santi
committed
8802f39
View commit details
Copy full SHA for 8802f39
Browse repository at this point
Update if-statement for better readability
santi
committed
7449d14
View commit details
Copy full SHA for 7449d14
Browse repository at this point
Use __future__ annotations to avoid quotation marks
santi
committed
6c1650d
View commit details
Copy full SHA for 6c1650d
Browse repository at this point
Move Ryuk container image setting into config.py
santi
committed
3e2c66c
View commit details
Copy full SHA for 3e2c66c
Browse repository at this point
Move all Ryuk config-from-env logic to config.py. Rename to RYUK_ prefix
santi
committed
c401df7
View commit details
Copy full SHA for c401df7
Browse repository at this point
Fix lint
santi
committed
581e38b
View commit details
Copy full SHA for 581e38b
Browse repository at this point
Fix bug where language label was not added when provided custom labels
santi
committed
5b1988e
View commit details
Copy full SHA for 5b1988e
Browse repository at this point
Commits on May 24, 2023
Bump Ryuk container version
Show description for 6c24543
santi
and
HofmeisterAn
authored
6c24543
View commit details
Copy full SHA for 6c24543
Browse repository at this point
Commits on Aug 28, 2023
Merge branch 'main' into feat/ryuk-the-reaper
santi
committed
77251bb
View commit details
Copy full SHA for 77251bb
Browse repository at this point
Add env variables to Docs. Add env variable for disabling Ryuk
santi
committed
4c37960
View commit details
Copy full SHA for 4c37960
Browse repository at this point
Replace programmatic .with_auto_remove() API with env variable for disabling Ryuk
santi
committed
dc66658
View commit details
Copy full SHA for dc66658
Browse repository at this point
Downgrade PyYAML to 5.3.1 to fix Cython build problem
santi
committed
dd18c01
View commit details
Copy full SHA for dd18c01
Browse repository at this point
Add dependency restriction to testcontainers-compose to mitigate Cython3 build breaking
santi
committed
1e2f7a1
View commit details
Copy full SHA for 1e2f7a1
Browse repository at this point
Allow any single digit of containers to be killed. Some may be dangling from failing tests
santi
committed
a4827f2
View commit details
Copy full SHA for a4827f2
Browse repository at this point
Commits on Feb 17, 2024
Merge branch 'main' into feat/ryuk-the-reaper
santi
committed
8396907
View commit details
Copy full SHA for 8396907
Browse repository at this point
Remove deprecated setup file
santi
committed
07d4849
View commit details
Copy full SHA for 07d4849
Browse repository at this point
Use absolute imports
santi
committed
c239d52
View commit details
Copy full SHA for c239d52
Browse repository at this point
Fix flake8 lint error
santi
committed
22e03eb
View commit details
Copy full SHA for 22e03eb
Browse repository at this point
Commits on Mar 11, 2024
Merge remote-tracking branch 'origin/main' into feat/ryuk-the-reaper
santi
committed
6dce010
View commit details
Copy full SHA for 6dce010
Browse repository at this point
Lint
santi
committed
fed8d49
View commit details
Copy full SHA for fed8d49
Browse repository at this point
Add comment on why quotes are used for type annotation
santi
committed
a510983
View commit details
Copy full SHA for a510983
Browse repository at this point
Shorter comment do make linter happy
santi
committed
51ccbc4
View commit details
Copy full SHA for 51ccbc4
Browse repository at this point
Disable ruff rule for prefering X | Y over Optional[X] to support Python3.9
santi
committed
a0d8487
View commit details
Copy full SHA for a0d8487
Browse repository at this point
Use absolute imports
santi
committed
e9974b3
View commit details
Copy full SHA for e9974b3
Browse repository at this point
Add env variable docs to README
santi
committed
904ae1c
View commit details
Copy full SHA for 904ae1c
Browse repository at this point
Move Reaper class into container.py to avoid circular dependency
santi
committed
74c82af
View commit details
Copy full SHA for 74c82af
Browse repository at this point
Commits on Mar 12, 2024
Add missing newline to README
santi
committed
ed47f57
View commit details
Copy full SHA for ed47f57
Browse repository at this point
Remove noqa lint rule exceptions
Show description for 5772dca
santi
committed
5772dca
View commit details
Copy full SHA for 5772dca
Browse repository at this point
Commits on Mar 13, 2024
fix: linting with ruff, keep runtime typging
totallyzen
committed
da6f3d8
View commit details
Copy full SHA for da6f3d8
Browse repository at this point
Commits on Mar 14, 2024
Replace future import with quoted type hints
santi
committed
81cb09e
View commit details
Copy full SHA for 81cb09e
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL