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 more tests #322

Merged
merged 20 commits into from
Sep 18, 2023
Merged

Add more tests #322

merged 20 commits into from
Sep 18, 2023

Commits on Sep 18, 2023

  1. Rename variable

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ccfcacc View commit details
    Browse the repository at this point in the history
  2. Update all dependencies

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ee575e2 View commit details
    Browse the repository at this point in the history
  3. Add test for ticker

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b9af48b View commit details
    Browse the repository at this point in the history
  4. Check for contents of logs

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0a58817 View commit details
    Browse the repository at this point in the history
  5. Fix time in console output

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3a2b1e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a749cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fe03b2 View commit details
    Browse the repository at this point in the history
  8. Add test for pool.Cap

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5c27893 View commit details
    Browse the repository at this point in the history
  9. Convert nested array to primitive types

    Add tests for CastToPrimitiveTypes and NewCommand
    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f1d1ea7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36d6894 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    285212f View commit details
    Browse the repository at this point in the history
  12. Move prints out of downloadFile function

    Use command to print
    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a60f3c3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b781a7 View commit details
    Browse the repository at this point in the history
  14. Fix linter errors

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4394807 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    90e40cb View commit details
    Browse the repository at this point in the history
  16. Extract gracefull shutdown piece into a separate function

    Use a stop channel to stop GatewayD
    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    94ca796 View commit details
    Browse the repository at this point in the history
  17. Add test for run command

    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6764208 View commit details
    Browse the repository at this point in the history
  18. Check if the metrics server is already running before registering the…

    … handler, as it causes errors
    mostafa committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    92c2e56 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c1366bc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e6b2c0d View commit details
    Browse the repository at this point in the history