Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: testcontainers/testcontainers-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr/cosmosdb_emulator.tmp2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 12 files changed
  • 2 contributors

Commits on May 24, 2024

  1. feat(cosmosdb) : add support for the CosmosDB emulator

    Mehdi BEN ABDALLAH authored and mbenabda committed May 24, 2024
    Configuration menu
    Copy the full SHA
    078f2fa View commit details
    Browse the repository at this point in the history
  2. less verbose starting

    Mehdi BEN ABDALLAH authored and mbenabda committed May 24, 2024
    Configuration menu
    Copy the full SHA
    abacc70 View commit details
    Browse the repository at this point in the history
  3. bind the minimal set of ports by default

    Mehdi BEN ABDALLAH authored and mbenabda committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d01744e View commit details
    Browse the repository at this point in the history
  4. run poetry lock --no-update

    Mehdi BEN ABDALLAH authored and mbenabda committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a287105 View commit details
    Browse the repository at this point in the history
  5. move configuration steps to _configure

    Mehdi BEN ABDALLAH authored and mbenabda committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d7be4e8 View commit details
    Browse the repository at this point in the history
  6. linting

    alexanderankin committed May 24, 2024
    Configuration menu
    Copy the full SHA
    885cf6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    150ac7f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. actually expose the MongoDB endpoint when requested

    Mehdi BEN ABDALLAH authored and mbenabda committed May 25, 2024
    Configuration menu
    Copy the full SHA
    e5f63ab View commit details
    Browse the repository at this point in the history
  2. remove support for endpoints that are not yet supported in the contai…

    …ner release of the emulator
    Mehdi BEN ABDALLAH authored and mbenabda committed May 25, 2024
    Configuration menu
    Copy the full SHA
    00cfc9c View commit details
    Browse the repository at this point in the history
  3. expose the PEM encoded self signed server certificate

    Mehdi BEN ABDALLAH authored and mbenabda committed May 25, 2024
    Configuration menu
    Copy the full SHA
    c02eaa5 View commit details
    Browse the repository at this point in the history
  4. wip

    Mehdi BEN ABDALLAH authored and mbenabda committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ff6f04f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. docs: rename classes as to not have the Mongo emulator mistaken for t…

    …he MongoDB testcontainer
    Mehdi BEN ABDALLAH authored and mbenabda committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3a5900b View commit details
    Browse the repository at this point in the history
  2. linting

    Mehdi BEN ABDALLAH authored and mbenabda committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7f0cc22 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. skip doctest for the cosmosdb module (the module binds static host po…

    …rts, and tests are run concurrently for several python versions)
    Mehdi BEN ABDALLAH authored and mbenabda committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fd04554 View commit details
    Browse the repository at this point in the history
Loading