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

Add pluggable DependencyResolvers #3111

Merged
merged 26 commits into from
May 23, 2024
Merged

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    fd9f668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    020a37f View commit details
    Browse the repository at this point in the history
  3. Add example for tuples

    benclifford committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1889bf9 View commit details
    Browse the repository at this point in the history
  4. fiddling round unlocks a new codepath that is not tested, and breaks,…

    … when trying to render a DependencyException to a str, with tid = None not a str - the .join fails. this should be a separate tested/bugfix PR.
    benclifford committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3241189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fabe49 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

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

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    01f51b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d979b08 View commit details
    Browse the repository at this point in the history
  3. Docs

    benclifford committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fc45588 View commit details
    Browse the repository at this point in the history
  4. Docs

    benclifford committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7a64b9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7fbd43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48bfb58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    282f609 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77caf05 View commit details
    Browse the repository at this point in the history
  9. traverse dicts

    benclifford committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    93e4b9a View commit details
    Browse the repository at this point in the history
  10. Remove some TODOs

    benclifford committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7ac5b72 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    3f54c17 View commit details
    Browse the repository at this point in the history
  2. Fix typo in debug log

    benclifford committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0234d45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f781148 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffc6b4f View commit details
    Browse the repository at this point in the history
  5. Fix typo in docstring

    benclifford committed May 21, 2024
    Configuration menu
    Copy the full SHA
    59628e0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    b703b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    961bb6d View commit details
    Browse the repository at this point in the history