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

Trim down Config and Manager classes to remove unused behavior #689

Merged
merged 9 commits into from
Feb 13, 2024

Commits on Feb 11, 2024

  1. Trim out datadomain, namespace and token replacement methods

    Also remove factory methods that we won't be using as configuration
    is generated from cli options like source/plugin/connection now.
    markstory committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e1827e2 View commit details
    Browse the repository at this point in the history
  2. Remove apc config

    this extension isn't used any more.
    markstory committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    3c69daa View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Further pare down Config

    Remove more functionality that we won't be using in migrations.
    markstory committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    45e391f View commit details
    Browse the repository at this point in the history
  2. Update manager for singular environment

    Without multiple environments, manager gets a bit simpler too.
    markstory committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9c5de38 View commit details
    Browse the repository at this point in the history
  3. Remove environment parameters from methods

    We won't need these as each Config and Manager instance is attached
    to a single connection.
    markstory committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b431d95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40c064c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14e4dbc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    a98164b View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    markstory committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6068756 View commit details
    Browse the repository at this point in the history