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

Select server config at runtime #963

Merged
merged 10 commits into from
Feb 17, 2021
Merged

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    2f602a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3289578 View commit details
    Browse the repository at this point in the history
  3. cc: rework EnvironmentConfig test

    1. Rewrote in pytest
    2. Removed reduntant tests
    3. Added tests for add_user() and get_users()
    mssalvatore committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6bb76a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58ecbea View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. cc: simplify constructor/factory interface for EnvironmentConfig

    The `get_from_json()` and `get_from_dict()` static methods were really
    just used for testing. The `EnvironmentConfig` class needs to store its
    file path so it can wite to the file if needed. In practical usage,
    `EnvironmentConfig` objects are initialized from files, so a simpler
    interface is for its constructor to take a file path.
    mssalvatore committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6f918ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54d05b View commit details
    Browse the repository at this point in the history
  3. cc: address flake8 issues

    mssalvatore committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    07e48a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d1d602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52f80e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

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