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

api: Add params_show. #7613

Merged
merged 4 commits into from Jun 21, 2022
Merged

api: Add params_show. #7613

merged 4 commits into from Jun 21, 2022

Commits on Jun 20, 2022

  1. repo.collect: Add duplicates option.

    Defaults to `False`.
    If `True`, multiple `outs` sharing a provided `target_path` will not be filtered.
    daavoo committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b21369b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e89223 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. api: Add params_show.

    Closes #6507
    
    Uses `repo.params.show` with custom error_handler and postprocess the outputs for more user-friendly structure.
    
    Extend `repo.params.show` to accept `stages` argument to cover the "params of current stage" use case.
    daavoo committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    574d50c View commit details
    Browse the repository at this point in the history
  2. api: Move to sub-package.

    Split into sub-modules.
    
    Split tests.
    daavoo committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7d89b42 View commit details
    Browse the repository at this point in the history