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

MF-643 - Create end-to-end tests for openAPI #1692

Closed
wants to merge 45 commits into from

Commits on Aug 18, 2023

  1. Initial commit

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3b80eaf View commit details
    Browse the repository at this point in the history
  2. ST container configuration working.

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    92c25df View commit details
    Browse the repository at this point in the history
  3. Running all tests from st container. Some failing.

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7635c46 View commit details
    Browse the repository at this point in the history
  4. Cleaan up code. Use scripts variables

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4fb5111 View commit details
    Browse the repository at this point in the history
  5. Add github action. Not working currently.

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2af1089 View commit details
    Browse the repository at this point in the history
  6. Added dummy gh action for st.

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4463af8 View commit details
    Browse the repository at this point in the history
  7. Update github action to include st

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1f94516 View commit details
    Browse the repository at this point in the history
  8. add checkout action to api-test gh action

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5555de7 View commit details
    Browse the repository at this point in the history
  9. update gh config

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2b5a8c4 View commit details
    Browse the repository at this point in the history
  10. use http instead of https

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f05721b View commit details
    Browse the repository at this point in the history
  11. update links

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3a183d3 View commit details
    Browse the repository at this point in the history
  12. hard code MF_TOKEN

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bc99978 View commit details
    Browse the repository at this point in the history
  13. fix -H auth token

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c77b660 View commit details
    Browse the repository at this point in the history
  14. update makefile

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c92da66 View commit details
    Browse the repository at this point in the history
  15. use dockers_dev

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ba9077a View commit details
    Browse the repository at this point in the history
  16. use curl in gh action

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5171b27 View commit details
    Browse the repository at this point in the history
  17. rem timeouts and env vars

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    af8b9d7 View commit details
    Browse the repository at this point in the history
  18. rem endtoendsh and makefile target

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    effeff1 View commit details
    Browse the repository at this point in the history
  19. updated swagger files to make more tests pass

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f77cc20 View commit details
    Browse the repository at this point in the history
  20. correct gh workflow yml

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3e8f290 View commit details
    Browse the repository at this point in the history
  21. temp commit

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1c4783f View commit details
    Browse the repository at this point in the history
  22. Squash Commits to stop previous workflow

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    95b6bf9 View commit details
    Browse the repository at this point in the history
  23. Add fetch tags step

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f184bd6 View commit details
    Browse the repository at this point in the history
  24. Revert wrong --always option

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a1f01d2 View commit details
    Browse the repository at this point in the history
  25. update git describe in makefile and st.yml

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8b6839b View commit details
    Browse the repository at this point in the history
  26. Fix user creation and token issue endpoint calls

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    40c24ab View commit details
    Browse the repository at this point in the history
  27. Fix curl requests

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b4e1a16 View commit details
    Browse the repository at this point in the history
  28. Try to fix auth token step

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0cec785 View commit details
    Browse the repository at this point in the history
  29. Super Squash commits

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c7b451a View commit details
    Browse the repository at this point in the history
  30. Create new env variable for bearer token

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8629ac3 View commit details
    Browse the repository at this point in the history
  31. Update users.yml

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b272900 View commit details
    Browse the repository at this point in the history
  32. Try to fix st.yml

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d8fad6b View commit details
    Browse the repository at this point in the history
  33. Revert gitignore change

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3585a08 View commit details
    Browse the repository at this point in the history
  34. Update things and users yamls to fix more tests

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4b8de12 View commit details
    Browse the repository at this point in the history
  35. Fix makefile

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2f8c4b0 View commit details
    Browse the repository at this point in the history
  36. Fix hypothesis folder

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    95a78d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Update auth header arg

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fffe44e View commit details
    Browse the repository at this point in the history
  2. Add health check filter, and update to docker-compose up

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a246728 View commit details
    Browse the repository at this point in the history
  3. Fix spaces around |

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ca04770 View commit details
    Browse the repository at this point in the history
  4. Fix yaml

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    262477f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Check updated st version

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    334870c View commit details
    Browse the repository at this point in the history
  2. Try to fix yaml

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1d3dd42 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. check docker version

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ce1dfde View commit details
    Browse the repository at this point in the history
  2. update docker version

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    afb337b View commit details
    Browse the repository at this point in the history
  3. sixth try, reset

    Signed-off-by: aryan <aryangodara03@gmail.com>
    AryanGodara committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a117305 View commit details
    Browse the repository at this point in the history