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

Users RPC transition #4026

Open
wants to merge 45 commits into
base: develop
Choose a base branch
from
Open

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    a7878c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    f2da5f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf013c1 View commit details
    Browse the repository at this point in the history
  3. reorganise endpoints

    Anish9901 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9e0416d View commit details
    Browse the repository at this point in the history
  4. add endpoint tests

    Anish9901 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ca3325c View commit details
    Browse the repository at this point in the history
  5. manage imports in users.py

    Anish9901 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e7e449e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78a8e8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5197017 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    243cbab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    171ac96 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix a bug in patch logic

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c5f6423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b36ca38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cc4f5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c1cf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c24c2f4 View commit details
    Browse the repository at this point in the history
  6. run prettier

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9f5e3eb View commit details
    Browse the repository at this point in the history
  7. reorder import

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6af243b View commit details
    Browse the repository at this point in the history
  8. make typecheck happy

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a1afc8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae5c437 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05d7b65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    659744c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6dcd983 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2a46837 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b331deb View commit details
    Browse the repository at this point in the history
  15. make creating users atomic

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1b81d47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d52de05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7c362f2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f1f733d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f57d02f View commit details
    Browse the repository at this point in the history
  20. rm user access policy

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8ddce75 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    efb2573 View commit details
    Browse the repository at this point in the history
  22. rm rest/users.ts

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7f98158 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ab44b2e View commit details
    Browse the repository at this point in the history
  24. rm user api tests

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    06dcd2f View commit details
    Browse the repository at this point in the history
  25. rm test_custom_exceptions

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5815fdd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c0f017d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1a2b1fa View commit details
    Browse the repository at this point in the history
  28. simplify get_user_data

    Anish9901 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c33846b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    edb4ef9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b893977 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2213b43 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b34300e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. add auth decorators

    Anish9901 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1718ccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a65d47f View commit details
    Browse the repository at this point in the history
  3. fix tests

    Anish9901 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5fef10f View commit details
    Browse the repository at this point in the history