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

docs: add some Vault module examples #1825

Merged
merged 9 commits into from
Nov 21, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    71442bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64268ba View commit details
    Browse the repository at this point in the history
  3. fix: improve asserts

    kuisathaverat committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    edb15d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update docker_test.go

    Co-authored-by: Manuel de la Peña <social.mdelapenya@gmail.com>
    kuisathaverat and mdelapenya committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cd1e554 View commit details
    Browse the repository at this point in the history
  2. fix: variable assignment

    mdelapenya committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2cdc6a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    6caf28d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. chore: rename network

    mdelapenya committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5cdf944 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into docs/show_examples

    * main: (31 commits)
      feat: support for executing commands in a container with user, workDir and env (testcontainers#1914)
      fix(modules.kafka): Switch to MaxInt for 32-bit support (testcontainers#1923)
      docs: fix code snippet for image substitution (testcontainers#1918)
      Add database driver note to SQL Wait strategy docs (testcontainers#1916)
      Reduce flakiness in ClickHouse tests (testcontainers#1902)
      lint: enable nonamedreturns (testcontainers#1909)
      chore: deprecate BindMount APIs (testcontainers#1907)
      fix(reaper): fix race condition when reusing reapers (testcontainers#1904)
      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)
      ...
    mdelapenya committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    33d3ea6 View commit details
    Browse the repository at this point in the history
  3. fix: testable example lint

    mdelapenya committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    841b9de View commit details
    Browse the repository at this point in the history