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

Simplify API #108

Merged
merged 50 commits into from
May 27, 2024
Merged

Simplify API #108

merged 50 commits into from
May 27, 2024

Commits on May 23, 2024

  1. Externalize Token Arc

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8f201b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166ae3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7b7402 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57c3f3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6add5ae View commit details
    Browse the repository at this point in the history
  6. Store project ID in an Arc

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    571caae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d37728 View commit details
    Browse the repository at this point in the history
  8. Create newtype for HTTP client

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    30f4530 View commit details
    Browse the repository at this point in the history
  9. Rename HyperClient to HttpClient

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    adb6376 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ee6de1 View commit details
    Browse the repository at this point in the history
  11. Fold HyperExt into HttpClient

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    462d0af View commit details
    Browse the repository at this point in the history
  12. Reorder items in types module

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b0fd7c0 View commit details
    Browse the repository at this point in the history
  13. Deduplicate HTTP retry logic

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    81443da View commit details
    Browse the repository at this point in the history
  14. Import more hyper types

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d21fba3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bde8dfd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4100ef2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    17bec15 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d3257b5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8630154 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e043188 View commit details
    Browse the repository at this point in the history
  21. Inline refresh_token() logic

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e8a95b4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c6cde6e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b1ffb7d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3f5ec79 View commit details
    Browse the repository at this point in the history
  25. Make TokenProvider trait public

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    443b5d1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d98a0d2 View commit details
    Browse the repository at this point in the history
  27. Move Error type into crate root

    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c0636b2 View commit details
    Browse the repository at this point in the history
  28. Simplify lint configuration

    Warnings are still denied in CI.
    djc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5ea9a32 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    f6ea22e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaa2bbd View commit details
    Browse the repository at this point in the history
  3. Improve tracing events

    djc committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ca495a5 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    9bbf5d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e051388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08134c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88da567 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86f83c5 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Simplify Error type

    djc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6b64eaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36cebe View commit details
    Browse the repository at this point in the history
  3. Import tracing event macros

    djc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    44e0154 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7961ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb4a1bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f53a157 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7380a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ada5d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38e8123 View commit details
    Browse the repository at this point in the history
  10. Infer deserialized types

    djc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    98082d7 View commit details
    Browse the repository at this point in the history
  11. Avoid temporary path allocation

    djc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4deb466 View commit details
    Browse the repository at this point in the history
  12. Rename credential types

    djc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e3e967b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    98b6364 View commit details
    Browse the repository at this point in the history
  14. Bump version to 0.12

    djc committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4004adf View commit details
    Browse the repository at this point in the history