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

🌱 Initial Hub API Tests #268

Merged
merged 44 commits into from
May 4, 2023
Merged

🌱 Initial Hub API Tests #268

merged 44 commits into from
May 4, 2023

Commits on May 3, 2023

  1. Sample tests init

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8624f9d View commit details
    Browse the repository at this point in the history
  2. Update api test structure

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    8cbbdae View commit details
    Browse the repository at this point in the history
  3. Add Application API tests - initial part

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    fcd1f41 View commit details
    Browse the repository at this point in the history
  4. Clean Application API test methods

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4826fba View commit details
    Browse the repository at this point in the history
  5. Update test client pkg

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    908286c View commit details
    Browse the repository at this point in the history
  6. Use api.Login in test client

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    368a743 View commit details
    Browse the repository at this point in the history
  7. Avoid pkg global err

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    253a1b8 View commit details
    Browse the repository at this point in the history
  8. Add TagCategory and Tag API tests

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b035ee8 View commit details
    Browse the repository at this point in the history
  9. Add StakeHolder group API test

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    addefad View commit details
    Browse the repository at this point in the history
  10. Unify API tests variable naming

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1e38d5b View commit details
    Browse the repository at this point in the history
  11. Unify Api application test to be consistent

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9e0d7e7 View commit details
    Browse the repository at this point in the history
  12. Use seed Categories in Tag test

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    30afe82 View commit details
    Browse the repository at this point in the history
  13. Add initial Stakeholder API test

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2b1e547 View commit details
    Browse the repository at this point in the history
  14. Add JobFunction and non-empty seed API test

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    123b8b4 View commit details
    Browse the repository at this point in the history
  15. Update API test client

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    678be79 View commit details
    Browse the repository at this point in the history
  16. Update test fixtures creation

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    99e7fa2 View commit details
    Browse the repository at this point in the history
  17. Update addon Param public Inject

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f1b2282 View commit details
    Browse the repository at this point in the history
  18. Wrap addon Params in client

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    86ed48d View commit details
    Browse the repository at this point in the history
  19. Add unit auth tests to Makefile

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    661f262 View commit details
    Browse the repository at this point in the history
  20. Use Must/Should error checks for fixtures

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    072e133 View commit details
    Browse the repository at this point in the history
  21. Update Rich Client methods for resources

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    427b194 View commit details
    Browse the repository at this point in the history
  22. Update tests readme

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9f9e554 View commit details
    Browse the repository at this point in the history
  23. Add basic application analysis tests

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1363e93 View commit details
    Browse the repository at this point in the history
  24. Update Makefile with integration

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    60da208 View commit details
    Browse the repository at this point in the history
  25. Fix addon imports, HUB_BASE_URL

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9a26e95 View commit details
    Browse the repository at this point in the history
  26. Move test assertions from client pkg

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    64954cb View commit details
    Browse the repository at this point in the history
  27. Remove test imports aliases

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1c3b13e View commit details
    Browse the repository at this point in the history
  28. Update make test to run unit tests

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    80713e3 View commit details
    Browse the repository at this point in the history
  29. Update integration test and scheduled tests

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2e9ad8a View commit details
    Browse the repository at this point in the history
  30. Try fix test in workflow

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1e4edde View commit details
    Browse the repository at this point in the history
  31. Update Makefile phony

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1c43b4f View commit details
    Browse the repository at this point in the history
  32. Fix Makefile .PHONY

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f2c8102 View commit details
    Browse the repository at this point in the history
  33. Disable test-api workflow temporary

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    87acce0 View commit details
    Browse the repository at this point in the history
  34. Un-alias client pkg in integration test

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    67bc4b9 View commit details
    Browse the repository at this point in the history
  35. Update application create/get/list checks, bucket get

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7f71124 View commit details
    Browse the repository at this point in the history
  36. Update test fixtures to map

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c9e329f View commit details
    Browse the repository at this point in the history
  37. Update test samples to vars

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ba7f1f5 View commit details
    Browse the repository at this point in the history
  38. Start binding pkg with application RichClient

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e9a4766 View commit details
    Browse the repository at this point in the history
  39. Replace test/client for Application API test

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ef59abc View commit details
    Browse the repository at this point in the history
  40. Update binding RichClient initialization

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    96f0789 View commit details
    Browse the repository at this point in the history
  41. Update binding richclient application methods

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a00ef5c View commit details
    Browse the repository at this point in the history
  42. Update Application fact API test

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 3, 2023
    Configuration menu
    Copy the full SHA
    228b623 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Add resources from api test to binding and test update

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 4, 2023
    Configuration menu
    Copy the full SHA
    56310a5 View commit details
    Browse the repository at this point in the history
  2. Update integration test with binding and minor fixed

    Signed-off-by: Marek Aufart <[email protected]>
    aufi committed May 4, 2023
    Configuration menu
    Copy the full SHA
    33c4894 View commit details
    Browse the repository at this point in the history