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

WIP - Baseline #1447

Closed
wants to merge 5 commits into from
Closed

WIP - Baseline #1447

wants to merge 5 commits into from

Commits on Jun 12, 2024

  1. most of the initial config override in test_server

    is working. Next up:
    - isolate the test_server failing tests
    - move the settings mock into a conftest fixture
    - add a test hook for SyncServer so you can do the
    same thing there.
    - propigate.
    norton120 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d6cabbf View commit details
    Browse the repository at this point in the history
  2. abstracted fixture

    norton120 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d3f8a48 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. moving more to fixtures

    norton120 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9c1f9ac View commit details
    Browse the repository at this point in the history
  2. defaults

    norton120 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    06e232c View commit details
    Browse the repository at this point in the history
  3. Removed duplication of constants/configs/envars

    for default persona, human, and preset. Now all
    derived from settings (which is in turn derived
    from envars). Still need to square away with the
    config file hierarchy, so once we resolve the value
    there is only one definitive source of truth across
    the rest of the code.
    norton120 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c3ad02e View commit details
    Browse the repository at this point in the history