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

refactor: organize targets by service not endpoint #567

Merged
merged 2 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. refactor: organize targets by service not endpoint

    Previously we organized the make targets by endpoint. This isn't
    granular enough to test when some services aren't deployed at an
    endpoint (eg leaderboards in the cache endpoint).
    
    With this change we test by service. Because of this we simplify the
    test organization by not grouping by control vs data.
    malandis committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a5212da View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix: add leaderboard and storage stub targets; fix name problems

    We rename token -> auth and remove references to the control endpoint.
    malandis committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3c0f9f1 View commit details
    Browse the repository at this point in the history