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: add Redis module #993

Merged
merged 21 commits into from
Mar 30, 2023
Merged

Conversation

mdelapenya
Copy link
Collaborator

@mdelapenya mdelapenya commented Mar 27, 2023

What does this PR do?

It migrates the existing Redis example module to a Go module, including what's described in the docs, which are rendered at:

Why is it important?

Continue adding modules

@mdelapenya mdelapenya requested a review from a team as a code owner March 27, 2023 16:12
@mdelapenya mdelapenya added the feature New functionality or new behaviors on the existing one label Mar 27, 2023
@mdelapenya mdelapenya self-assigned this Mar 27, 2023
@netlify
Copy link

netlify bot commented Mar 27, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 5013d50
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/64259204fd1b740008013c35
😎 Deploy Preview https://deploy-preview-993--testcontainers-go.netlify.app/system_requirements/using_podman
📱 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 settings.

* main:
  chore: skip CI builds when updating the docs (testcontainers#996)
  chore: render logos from the base location (testcontainers#995)
  chore: include how to install the module in the generated docs (testcontainers#991)
* main:
  feat: Auto detect the use of Podman from DOCKER_HOST (testcontainers#982)
  chore(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.5 (testcontainers#1017)
  Revert "chore: render logos from the base location (testcontainers#995)" (testcontainers#998)
@sonarcloud
Copy link

sonarcloud bot commented Mar 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mdelapenya mdelapenya merged commit 915556f into testcontainers:main Mar 30, 2023
@mdelapenya mdelapenya deleted the redis-module branch March 30, 2023 14:30
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Apr 3, 2023
* chore: rename redis module

* chore: move redis example to modules

* chore: move redis in dependabot config

* chore: move redis in mkdocs.yml file

* chore: move redis docs

* chore: rename GH workflow for redis

* chore: expose StartContainer function

* chore: export redis container

* chore: extract a function for the connection string

* chore: use require.NoError

* docs: basic documentation for Redis module

* feat: add WithConfigFile option

* fix: link to redis module in quickstart

* feat: add WithImage option

* feat: support for snapshotting

https://redis.io/docs/management/persistence/#snapshotting

* chore: simplify processing redis-server args

* feat: support for log level

* docs: module reference

* chore: support for redis variants
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