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 mongo integration tests #580

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Nov 10, 2023

  1. Add Docker Compose to integration tests

    michel.aquino committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    948e80c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Add integration test for MongoDB

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    945bf4c View commit details
    Browse the repository at this point in the history
  2. Create Makefile target to run integration tests

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cea6b99 View commit details
    Browse the repository at this point in the history
  3. Remove unecessary config on integration test

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6aa476e View commit details
    Browse the repository at this point in the history
  4. Add config to run integration tests on Github Actions

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    1a364a9 View commit details
    Browse the repository at this point in the history
  5. Testing Github Actions for integration tests

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8c374b2 View commit details
    Browse the repository at this point in the history
  6. Fix mongo integration test

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    165ec3a View commit details
    Browse the repository at this point in the history
  7. Change branch on Github actions events

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3040394 View commit details
    Browse the repository at this point in the history
  8. Add instructions to add and run integration tests

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    47102ee View commit details
    Browse the repository at this point in the history
  9. Remove unecessary unit test

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6ee977b View commit details
    Browse the repository at this point in the history
  10. Fix unit test

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    59c23a0 View commit details
    Browse the repository at this point in the history
  11. Add integration test to FindOneDBRepository

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cad4ea9 View commit details
    Browse the repository at this point in the history
  12. Add integration tests

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7b3dc21 View commit details
    Browse the repository at this point in the history
  13. Add find all integration tests

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    edf5b62 View commit details
    Browse the repository at this point in the history
  14. Add integration test

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e21ddf5 View commit details
    Browse the repository at this point in the history
  15. Rename file

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ea66cb8 View commit details
    Browse the repository at this point in the history
  16. Add GetMetricByType integration tests

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    2b08ca2 View commit details
    Browse the repository at this point in the history
  17. Fix integration test

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    c09d901 View commit details
    Browse the repository at this point in the history
  18. Skip integration test if flag 'short' is used

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8b6539b View commit details
    Browse the repository at this point in the history
  19. Change contributing.md file

    michelaquino authored and michel.aquino committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ff427fd View commit details
    Browse the repository at this point in the history