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

♻️ refactor configuration and remove global provider state #71

Merged
merged 2 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. Fix application configuration

    - removed global state anti-pattern with `provider.*` calls
    - injected workspace client everywhere it needs to be injected
    - initialize group manager config following the dependency inversion principles
    - make things integration-testable
    nfx committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    43abd44 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. added default num_threads

    nfx committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6a67e2e View commit details
    Browse the repository at this point in the history