Skip to content
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

feat: expose a WithNetwork functional option #1887

Merged
merged 2 commits into from Nov 2, 2023

Conversation

mdelapenya
Copy link
Collaborator

  • feat: move WithNetwork functional option to the core
  • chore: reuse the network if it already existed

What does this PR do?

This PR moves the existing WithNetwork functional option that was present in the localstack module to all the modules.

This option will be improved to detect if a network with that name already existed and, in that case, reuse it instead of creating a new one. The latter was the observed behaviour in case somebody imported the localstack module to use that option: a new network would be created even though they used the same name.

Why is it important?

Allow modules to run on a separate network, and make it possibly in a reusable manner, without creating multiple networks.

@mdelapenya mdelapenya requested a review from a team as a code owner November 2, 2023 15:40
@mdelapenya mdelapenya added the feature New functionality or new behaviors on the existing one label Nov 2, 2023
@mdelapenya mdelapenya self-assigned this Nov 2, 2023
Copy link

netlify bot commented Nov 2, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 216a08c
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/6543c2e242dd2900086a394f
😎 Deploy Preview https://deploy-preview-1887--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mdelapenya mdelapenya merged commit 0ce34a8 into testcontainers:main Nov 2, 2023
112 of 113 checks passed
@mdelapenya mdelapenya deleted the with-network branch November 6, 2023 10:58
mdelapenya added a commit to prongq/testcontainers-go that referenced this pull request Nov 7, 2023
* main: (22 commits)
  feat: Allow the container working directory to be specified (testcontainers#1899)
  chore: make rabbitmq examples more readable (testcontainers#1905)
  chore(deps): bump github.com/twmb/franz-go and github.com/twmb/franz-go/pkg/kadm in /modules/redpanda (testcontainers#1896)
  Fix - respect ContainerCustomizer in neo4j module (testcontainers#1903)
  chore(deps): bump github.com/nats-io/nkeys and github.com/nats-io/nats.go in /modules/nats (testcontainers#1897)
  chore: add tests for withNetwork option (testcontainers#1894)
  chore(deps): bump google.golang.org/grpc and cloud.google.com/go/firestore in /modules/gcloud (testcontainers#1891)
  chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2/config in /modules/localstack (testcontainers#1892)
  chore(deps): bump Github actions (testcontainers#1890)
  chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 (testcontainers#1858)
  chore(deps): bump github.com/hashicorp/consul/api in /examples/consul (testcontainers#1863)
  chore(deps): bump github.com/IBM/sarama in /modules/kafka (testcontainers#1874)
  chore(deps): bump github.com/couchbase/gocb/v2 in /modules/couchbase (testcontainers#1861)
  chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 (testcontainers#1867)
  chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo4j (testcontainers#1869)
  chore(deps): bump github.com/Shopify/toxiproxy/v2 in /examples/toxiproxy (testcontainers#1882)
  chore(deps): bump github.com/elastic/go-elasticsearch/v8 (testcontainers#1864)
  chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.3 (testcontainers#1860)
  chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /modules/k3s (testcontainers#1889)
  feat: expose a WithNetwork functional option (testcontainers#1887)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or new behaviors on the existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant