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

Import Config and wire it into Manager and Environment #685

Merged
merged 7 commits into from
Feb 4, 2024

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    3ecdac2 View commit details
    Browse the repository at this point in the history
  2. Import Config and ConfigInterface

    I've merged the NamespaceAwareTrait and Interface in as that seemed like
    the correct simplification to make based on how the classes were
    composed together before.
    markstory committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6a18ccf View commit details
    Browse the repository at this point in the history
  3. Note which methods will not be supported

    Deprecate methods that we won't have in the future and remove them
    from the interface.
    markstory committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    12ddd50 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 2, 2024

  1. Get more tests passing.

    markstory committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f84bf98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f413a86 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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