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

ref: Event Type #2753

Merged
merged 70 commits into from
Mar 12, 2024
Merged

ref: Event Type #2753

merged 70 commits into from
Mar 12, 2024

Commits on Feb 21, 2024

  1. Event type WIP

    szokeasaurusrex committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1e5db1a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    01d74ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f06af8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    524312a View commit details
    Browse the repository at this point in the history
  4. Add errors key

    szokeasaurusrex committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3a9485f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    432fa27 View commit details
    Browse the repository at this point in the history
  6. Add request key

    szokeasaurusrex committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5d0ecf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cda5591 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    899b6d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ec19ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b42284 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    411e9e7 View commit details
    Browse the repository at this point in the history
  12. more keys

    szokeasaurusrex committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1ba2e93 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b772d54 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    62d3c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bbc809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adbf110 View commit details
    Browse the repository at this point in the history
  4. Fix scope.py errors

    szokeasaurusrex committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    aade728 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9d6900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4626adc View commit details
    Browse the repository at this point in the history
  7. Fix set_level type

    szokeasaurusrex committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ce6a977 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9baa93a View commit details
    Browse the repository at this point in the history
  9. Fix checkin typing

    szokeasaurusrex committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cbb28d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    88be616 View commit details
    Browse the repository at this point in the history
  2. Remove future import

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8bda2f1 View commit details
    Browse the repository at this point in the history
  3. Fix type errors

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1cc4497 View commit details
    Browse the repository at this point in the history
  4. Fix wsgi typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0abf4d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3783da View commit details
    Browse the repository at this point in the history
  6. Use Any type for expandable keys

    We should expand on some of the keys' type definitions. For these keys, we can use `Any` instead of `object`, since the types are already better than what they were before, and we will improve them further later
    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    64b3f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    712dd46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03a54cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc20306 View commit details
    Browse the repository at this point in the history
  10. Fix tornado typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7eb0c15 View commit details
    Browse the repository at this point in the history
  11. Fix rq typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6948eb3 View commit details
    Browse the repository at this point in the history
  12. Fix aiohttp typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    56c71e4 View commit details
    Browse the repository at this point in the history
  13. fix pyramid typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a93a5d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9e2b5e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c6267fe View commit details
    Browse the repository at this point in the history
  16. fix typing bottle

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    91c99af View commit details
    Browse the repository at this point in the history
  17. fix starlette typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    aa93c5b View commit details
    Browse the repository at this point in the history
  18. fix quart typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bea4112 View commit details
    Browse the repository at this point in the history
  19. fix ariadne typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    92f8c13 View commit details
    Browse the repository at this point in the history
  20. fix django typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f585a70 View commit details
    Browse the repository at this point in the history
  21. fix fastapi typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e979b8a View commit details
    Browse the repository at this point in the history
  22. fix graphene typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ab07457 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    797e010 View commit details
    Browse the repository at this point in the history
  24. fix gql typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cc1341c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    301bbf6 View commit details
    Browse the repository at this point in the history
  26. fix tornado typing

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    06552aa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    03b423b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3174215 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    756f488 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    cfd1b6f View commit details
    Browse the repository at this point in the history
  31. Fix 2.7

    szokeasaurusrex committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e1fbd75 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1fffb30 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2a6d909 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    21a0250 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    52357ec View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix circular import

    szokeasaurusrex committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ebed669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc01e58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19b20d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25a1a46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8f688a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bb882f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    01f5239 View commit details
    Browse the repository at this point in the history
  2. fix contexts typing

    szokeasaurusrex committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5612f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6caa037 View commit details
    Browse the repository at this point in the history
  4. fix mypy

    szokeasaurusrex committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8e4b828 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f24557c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c513394 View commit details
    Browse the repository at this point in the history