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(network): Add network context manager #367

Merged
merged 23 commits into from
Apr 16, 2024
Merged

Commits on Jul 25, 2023

  1. Add network context manager

    mloesch committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9c3ecc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 27, 2023

  1. Use random names for networks

    mloesch committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c10223f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    7542743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4d9c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c757142 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Feb 6, 2024

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

Commits on Mar 12, 2024

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9093c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8ebdc View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore: further specify type

    mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cac19d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b392ca6 View commit details
    Browse the repository at this point in the history
  3. chore: remove __del__hook

    mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8c8b6e2 View commit details
    Browse the repository at this point in the history
  4. chore(codestyle): switch to ruff from black for code formatting (t…

    …estcontainers#529)
    
    Changed pre-commit config. Some files became re-formatted.
    max-pfeiffer authored and mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a64625c View commit details
    Browse the repository at this point in the history
  5. fix(vault): add support for HashiCorp Vault container (testcontainers…

    …#366)
    
    Add support for a Vault container.
    f4z3r authored and mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a00d8dd View commit details
    Browse the repository at this point in the history
  6. fix(core): make config editable to avoid monkeypatching.1 (testcontai…

    …ners#532)
    
    see testcontainers#531:
    
    I am using testcontainers within a library that provides some
    pytest-fixtures.
    In order for this to work I have change some settings.
    
    As I can not guarantee that that my lib is imported before
    testcontainers I need to monkeypatch the settings.
    This is much easier if I only need to monkeypatch the config file and
    not all modules that use configurations.
    
    I would argue that for a potential library as this, this is a better
    design.
    
    Also one can easier see that the given UPERCASE variable is not a
    constant but rather a setting.
    
    Co-authored-by: Carli* Freudenberg <[email protected]>
    2 people authored and mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    065f707 View commit details
    Browse the repository at this point in the history
  7. chore(main): release testcontainers 4.3.2 (testcontainers#530)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [4.3.2](testcontainers/testcontainers-python@testcontainers-v4.3.1...testcontainers-v4.3.2)
    (2024-04-08)
    
    
    ### Bug Fixes
    
    * **core:** Improve typing for common container usage scenarios
    ([testcontainers#523](testcontainers#523))
    ([d5b8553](testcontainers@d5b8553))
    * **core:** make config editable to avoid monkeypatching.1
    ([testcontainers#532](testcontainers#532))
    ([3be6da3](testcontainers@3be6da3))
    * **vault:** add support for HashiCorp Vault container
    ([testcontainers#366](testcontainers#366))
    ([1326278](testcontainers@1326278))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored and mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ba33506 View commit details
    Browse the repository at this point in the history
  8. chore: pin nginx image

    mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9db1080 View commit details
    Browse the repository at this point in the history
  9. fix class style

    mloesch committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9426254 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3fc6bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 16, 2024

  1. chore: reformat

    mloesch committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2e50cb3 View commit details
    Browse the repository at this point in the history