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

add support for alternate easyconfig parameters/templates/constants #4511

Merged
merged 23 commits into from
May 28, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    f0bc1a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b86e0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b4c674 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0059344 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a544d6b View commit details
    Browse the repository at this point in the history
  6. fix missing bracket

    jfgrimm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    53b82fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a671b7e View commit details
    Browse the repository at this point in the history
  8. fix typo

    jfgrimm committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f3401f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. add template deprecation test

    jfgrimm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cf92513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88eef06 View commit details
    Browse the repository at this point in the history
  3. fix typo

    jfgrimm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7e57dea View commit details
    Browse the repository at this point in the history
  4. fixes

    jfgrimm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    578f83b View commit details
    Browse the repository at this point in the history
  5. fix template test

    jfgrimm committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    72291c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix alternate parameters

    jfgrimm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    38c5541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d3ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    913f6c9 View commit details
    Browse the repository at this point in the history
  4. whitespace

    jfgrimm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e3f2cd4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. restore original values of easyconfig.templates.DEPRECATED_TEMPLATES …

    …& co by simply reloading easyconfig.templates and easyconfig.easyconfig modules
    boegel committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7749bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9890a20 View commit details
    Browse the repository at this point in the history
  3. restore DEPRECATED_TEMPLATES & co in easyconfig.templates without rel…

    …oading, since that messes up isinstance checks using EasyConfig class
    boegel committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d623154 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. add test_alternate_easyconfig_parameters + clean up/fix test_deprecat…

    …ed_easyconfig_parameters to prevent cross-test leaking
    boegel committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8a5ac07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e52d81 View commit details
    Browse the repository at this point in the history
  3. extend test_alternate_easyconfig_parameters to also check setting/upd…

    …ating of easyconfig parameter values
    boegel committed May 24, 2024
    Configuration menu
    Copy the full SHA
    a86f26b View commit details
    Browse the repository at this point in the history