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

Add MongoDB module #1961

Merged
merged 42 commits into from May 8, 2020
Merged

Add MongoDB module #1961

merged 42 commits into from May 8, 2020

Commits on Oct 7, 2019

  1. Implement MongoDbContainer

    silaev committed Oct 7, 2019
    Copy the full SHA
    3c07308 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a2c5c69 View commit details
    Browse the repository at this point in the history
  3. Small fixes

    silaev committed Oct 7, 2019
    Copy the full SHA
    8ddd6b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Fix docs

    silaev committed Oct 8, 2019
    Copy the full SHA
    1795235 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Copy the full SHA
    ee5e4fa View commit details
    Browse the repository at this point in the history
  2. fix mongodb.md

    silaev committed Oct 9, 2019
    Copy the full SHA
    e06749d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

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

Commits on Oct 14, 2019

  1. Code review remarks adjusted

    silaev committed Oct 14, 2019
    Copy the full SHA
    8f68d71 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58ab3f2 View commit details
    Browse the repository at this point in the history
  3. Small fix mongodb.md

    silaev committed Oct 14, 2019
    Copy the full SHA
    957cd51 View commit details
    Browse the repository at this point in the history
  4. Small fix mongodb.md

    silaev committed Oct 14, 2019
    Copy the full SHA
    991a5f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Copy the full SHA
    4d9f360 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Copy the full SHA
    72d2b30 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

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

Commits on Feb 26, 2020

  1. Copy the full SHA
    509a454 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Copy the full SHA
    d1d0367 View commit details
    Browse the repository at this point in the history
  2. Fix container exit code check

    silaev committed Mar 6, 2020
    Copy the full SHA
    184d4e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Copy the full SHA
    fc45144 View commit details
    Browse the repository at this point in the history
  2. Adjust tests and build.gradle to follow Testcontainers module test co…

    …nfiguration for consistency, Move configure() to be a part of constructors
    silaev committed Mar 13, 2020
    Copy the full SHA
    cfe5177 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a74d766 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Copy the full SHA
    7620cb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Copy the full SHA
    4ca7c7b View commit details
    Browse the repository at this point in the history
  2. Remove extra tests

    silaev committed Apr 17, 2020
    Copy the full SHA
    aad0e76 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Remove extra unit tests

    silaev committed Apr 18, 2020
    Copy the full SHA
    b92d690 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a746df View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Copy the full SHA
    5c3182e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Remove MockMaker

    silaev committed Apr 24, 2020
    Copy the full SHA
    5f3145b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ea01ce View commit details
    Browse the repository at this point in the history
  3. Move initReplicaSet to containerIsStarted, set timeout delay to 100ms…

    …, use try-with-resources in test
    silaev committed Apr 24, 2020
    Copy the full SHA
    8b727f0 View commit details
    Browse the repository at this point in the history
  4. Make initReplicaSet private

    silaev committed Apr 24, 2020
    Copy the full SHA
    e714b26 View commit details
    Browse the repository at this point in the history
  5. Fix docs

    silaev committed Apr 24, 2020
    Copy the full SHA
    5b5531d View commit details
    Browse the repository at this point in the history
  6. Fix docs

    silaev committed Apr 24, 2020
    Copy the full SHA
    d892006 View commit details
    Browse the repository at this point in the history
  7. Fix docs

    silaev committed Apr 24, 2020
    Copy the full SHA
    7adc9f8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c136592 View commit details
    Browse the repository at this point in the history
  9. Fix docs

    silaev committed Apr 24, 2020
    Copy the full SHA
    a773cc5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    fb325d4 View commit details
    Browse the repository at this point in the history
  11. Reuse secondary constructor

    silaev committed Apr 24, 2020
    Copy the full SHA
    649dae2 View commit details
    Browse the repository at this point in the history
  12. Adjust heading

    silaev committed Apr 24, 2020
    Copy the full SHA
    cd23ddb View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    47c39e7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Copy the full SHA
    8e57d07 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    78ad147 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7cdbad4 View commit details
    Browse the repository at this point in the history