Ecosyste.ms: OpenCollective

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

github.com/testcontainers/testcontainers-rs

A library for integration-testing against docker containers from within Rust.
https://github.com/testcontainers/testcontainers-rs

Reusable Containers Feature Follow-Up

the-wondersmith opened this issue 3 days ago
chore(deps): bump the bollard group with 2 updates

dependabot[bot] opened this pull request 13 days ago
chore(deps): bump the bollard dep to latest

h7kanna opened this pull request 17 days ago
chore(deps): bump the bollard group across 1 directory with 2 updates

dependabot[bot] opened this pull request 27 days ago
feat: reusable containers

the-wondersmith opened this pull request 30 days ago
feat: add support for user-configured labels

the-wondersmith opened this pull request about 1 month ago
chore(deps): update bollard requirement from 0.17.0 to 0.18.0 in the bollard group

dependabot[bot] opened this pull request about 1 month ago
chore(deps): update thiserror requirement from 1.0.60 to 2.0.3

dependabot[bot] opened this pull request about 1 month ago
Can't connect to container

jaads opened this issue about 1 month ago
docs(quickstart): make the first example runnable

baghai opened this pull request 2 months ago
Unable to use exposed port

baghai opened this issue 2 months ago
Example from Quickstart does not work with testcontainers

baghai opened this issue 2 months ago
test: deflake the test `start_containers_in_parallel`

hovinen opened this pull request 2 months ago
docs: add examples of `ImageExt` usage and cover `GenericImage`

hovinen opened this pull request 2 months ago
docs: negative failure message instead of a postive one

Ghamza-Jd opened this pull request 2 months ago
Create containers per test or as a static global?

feelingsonice opened this issue 3 months ago
Reuse containers

tisonkun opened this issue 3 months ago
chore: release v0.23.1

github-actions[bot] opened this pull request 3 months ago
feat: expose configured bollard client

DDtKey opened this pull request 3 months ago
chore: release v0.23.0

github-actions[bot] opened this pull request 3 months ago
fix: typo in an error variant

DDtKey opened this pull request 3 months ago
chore: release v0.23.0

github-actions[bot] opened this pull request 3 months ago
refactor: replace dirs crate with etcetera

joonas opened this pull request 3 months ago
feat: support copying directories to container

guenhter opened this pull request 3 months ago
fix: expose public `copy` types

guenhter opened this pull request 3 months ago
chore: copy-to-container interface improvements

DDtKey opened this pull request 3 months ago
"failed to pull the image" error

amab8901 opened this issue 3 months ago
feat: support copy files to container

guenhter opened this pull request 3 months ago
Using Local Images

amab8901 opened this issue 3 months ago
example usage for DOCKER_AUTH_CONFIG

amab8901 opened this issue 3 months ago
Abrupt shutdown not properly handled

feelingsonice opened this issue 4 months ago
feat: add `cap_add` and `cap_drop` support

nicmr opened this pull request 4 months ago
chore: release v0.22.0

github-actions[bot] opened this pull request 4 months ago
feat: add `working_dir` to `ContainerRequest`,`ImageExt`

nicmr opened this pull request 4 months ago
docs: fix typo in community_modules.md

rjw57 opened this pull request 4 months ago
chore: add `#![forbid(unsafe_code)]` to the library

CommanderStorm opened this pull request 4 months ago
fix: docker socket detection on unix

mominul opened this pull request 4 months ago
[Feature request]: Allow specifiying the working directory

nicmr opened this issue 5 months ago
Not all logs are captured when a container is dropped

inahga opened this issue 5 months ago
Support for passing platform

poplexity opened this issue 5 months ago
chore: release v0.21.1

github-actions[bot] opened this pull request 5 months ago
chore(deps): update parse-display requirement from 0.9.0 to 0.10.0

dependabot[bot] opened this pull request 5 months ago
Missing feature for pausing containers

KShivendu opened this issue 5 months ago
feat: allow configuring resource ulimits

blaenk opened this pull request 5 months ago
chore: release v0.21.0

github-actions[bot] opened this pull request 5 months ago
ci: add macos & windows runners for testing

DDtKey opened this pull request 5 months ago
Cutting out a new release

stormshield-gt opened this issue 5 months ago
chore(deps)!: bump the bollard group across 1 directory with 2 updates

dependabot[bot] opened this pull request 5 months ago
fix: don't assume docker host is a url

blaenk opened this pull request 5 months ago
Single container start for whole integration test file

Tockra opened this issue 5 months ago
refactor!: put `reqwest` behind `http_wait` feature

rukai opened this pull request 5 months ago
Put HttpWaitStrategy behind a feature flag

rukai opened this issue 5 months ago
feat: support with_cmd for GenericImage

tisonkun opened this pull request 5 months ago
WaitFor command exit with 0

tisonkun opened this issue 5 months ago
Support customize CMD for GenericImage

tisonkun opened this issue 5 months ago
chore: release v0.20.1

github-actions[bot] opened this pull request 5 months ago
fix(LoggingConsumer): trim newline char from the mirrored messages

DDtKey opened this pull request 5 months ago
feat: support optional prefix for `LoggingConsumer`

DDtKey opened this pull request 5 months ago
Specify host port of exposed port.

VladasZ opened this issue 5 months ago
build(deps): bump zipp from 3.18.1 to 3.19.1

dependabot[bot] opened this pull request 6 months ago
feat!: support waiting from both standard streams

DDtKey opened this pull request 6 months ago
chore: release v0.20.0

github-actions[bot] opened this pull request 6 months ago
style: apply clippy suggestion

DDtKey opened this pull request 6 months ago
fix: pass correct log-source for `stderr` wait strategy

DDtKey opened this pull request 6 months ago
refactor: replace `SyncReadBridge` with `SyncIoBridge`

DDtKey opened this pull request 6 months ago
chore: re-configure blocking runtime

DDtKey opened this pull request 6 months ago
perf: avoid spawning log producer without consumers

DDtKey opened this pull request 6 months ago
fix: waiting for mutiple messages from the same log frame

DDtKey opened this pull request 6 months ago
fix: exclude image pulling time from startup timeout

DDtKey opened this pull request 6 months ago
chore: release v0.20.0

github-actions[bot] opened this pull request 6 months ago
chore: relax log level for log producer error

DDtKey opened this pull request 6 months ago
feat!: introduce `ExitWaitStrategy`

DDtKey opened this pull request 6 months ago
feat: introduce `LoggingConsumer` based on `log` crate

DDtKey opened this pull request 6 months ago
feat: introduce log consumers

DDtKey opened this pull request 6 months ago
fix!: drop `Clone` impl for `ContainerRequest`

DDtKey opened this pull request 6 months ago
chore: get rid of outdated variables naming

DDtKey opened this pull request 6 months ago
refactor: internal log processing structures

DDtKey opened this pull request 6 months ago
build(deps): bump certifi from 2024.2.2 to 2024.7.4

dependabot[bot] opened this pull request 6 months ago
How to wait for container to finish running?

KShivendu opened this issue 6 months ago
Feature request: support `wait_times` for log wait strategy.

DDtKey opened this issue 6 months ago
chore: release v0.19.0

github-actions[bot] opened this pull request 6 months ago
fix!: use `rustls-tls` as default for `reqwest`

DDtKey opened this pull request 6 months ago
Support `rustls`

FalkWoldmann opened this issue 6 months ago
docs: update examples of `GenericImage::with_exposed_port`

DDtKey opened this pull request 6 months ago
docs(deps): bump urllib3 from 2.2.1 to 2.2.2

dependabot[bot] opened this pull request 6 months ago
refactor: use multi-threaded runtime for blocking feature

DDtKey opened this pull request 6 months ago
perf: use separate dropper thread for `current_thread` flavor

DDtKey opened this pull request 6 months ago
chore: make `ports` module public

DDtKey opened this pull request 6 months ago
feat: add ability to convert `ContainerPort` to `u16`

DDtKey opened this pull request 6 months ago
chore: release v0.18.0

github-actions[bot] opened this pull request 6 months ago
chore: release v0.18.0

github-actions[bot] opened this pull request 6 months ago
refactor: preliminary refactoring of `wait` strategies

DDtKey opened this pull request 6 months ago
docs: mention HTTP(s) wait strategy

DDtKey opened this pull request 6 months ago