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

DM-22301: Improve printing of task configs #41

Merged
merged 3 commits into from
Jan 17, 2020
Merged

Commits on Jan 17, 2020

  1. Avoid adding line breaks for --show=config (DM-22851)

    Trivial fix to not add extra line breaks when filtering configuration
    field names with --show=config=... option. It still has a chance to
    produce  incorrect output for some expressions, better fix will be added
    on a new ticket.
    andy-slac committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    29588f6 View commit details
    Browse the repository at this point in the history
  2. Improve printing of task configs (DM-22301)

    The `--show=config` option now prints configuration without imports. New
    option `--show=dump-config[=Task]` now dumps complete configuration for
    a task (or all tasks) with all imports.
    andy-slac committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    48f8430 View commit details
    Browse the repository at this point in the history
  3. Improve config history printing (DM-22301)

    With previous code it was not possible to specify configurable field for
    printing config history. Now one can use natural configuration syntax
    for those fields, exactly as it appears in config overrides, e.g.
    `--show history="measurePsf.psfDeterminer['pca'].lam"`.
    andy-slac committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    c0db5c0 View commit details
    Browse the repository at this point in the history