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

Implement api/tournament endpoints #50

Merged
merged 20 commits into from
Nov 2, 2023

Commits on Nov 2, 2023

  1. add tournament endpoints

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7a9f4ff View commit details
    Browse the repository at this point in the history
  2. fix pair_me_asap error

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f6f9d37 View commit details
    Browse the repository at this point in the history
  3. better naming

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ab7b147 View commit details
    Browse the repository at this point in the history
  4. fix poetry issue

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a40f1af View commit details
    Browse the repository at this point in the history
  5. remove tournament from method names

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5a57c11 View commit details
    Browse the repository at this point in the history
  6. change ID of the team to team ID

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    42656ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7eb1546 View commit details
    Browse the repository at this point in the history
  8. address comments

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    15f866e View commit details
    Browse the repository at this point in the history
  9. add arena to the docstrings

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    481f328 View commit details
    Browse the repository at this point in the history
  10. add a test and use a type

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b1cf092 View commit details
    Browse the repository at this point in the history
  11. cast it to TeamBattleResult

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    26bfb4d View commit details
    Browse the repository at this point in the history
  12. fix the test

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8165a4d View commit details
    Browse the repository at this point in the history
  13. fix uri

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    24fcba5 View commit details
    Browse the repository at this point in the history
  14. pass a dict instead of string

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dbc49a7 View commit details
    Browse the repository at this point in the history
  15. pass string

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f79f466 View commit details
    Browse the repository at this point in the history
  16. pass a string this time

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1ad0bd2 View commit details
    Browse the repository at this point in the history
  17. remove converter

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    588d67b View commit details
    Browse the repository at this point in the history
  18. remove pyproject and poetry

    Anupya authored and kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5dcba7c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    539aac1 View commit details
    Browse the repository at this point in the history
  20. update changelog

    kraktus committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6023ee8 View commit details
    Browse the repository at this point in the history