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

Collection of improvements #37

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Jun 7, 2023

  1. init tool help attrib

    bernt-matthias committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a05c344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d34fb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Validator isn't an InputParameter

    particularly it has no name attribute that would be required
    bernt-matthias committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8d3d242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2730e33 View commit details
    Browse the repository at this point in the history
  3. rename name class variable

    otherwise there is a name clash with the name attribute of the nodes
    
    before this change the CLI for repeats was
    
    ```
    if str($i_repeat....) == "when_content"
    ```
    
    now its
    
    ```
    if str($i_ACTUAL_REPEAT_NAME....) == "when_content"
    ```
    bernt-matthias committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    5708ddf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. use full path for repeats

    if the `mako_path` parameter is passed to the `command_line` function
    then the path is overwritten, i.e. if the repeat is contained in or
    contains other conditionals, repeats, etc they do not appear in the
    path of the produced variable.
    bernt-matthias committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    4267bbf View commit details
    Browse the repository at this point in the history
  2. fix order of path elements

    outer element need to be first
    bernt-matthias committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    65a4539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67faa41 View commit details
    Browse the repository at this point in the history
  4. add github workflow

    missing deploy so far
    bernt-matthias committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    87b05fd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    df7737b View commit details
    Browse the repository at this point in the history
  2. allow space_between_arg as kwarg

    and code simplification
    bernt-matthias committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ed24244 View commit details
    Browse the repository at this point in the history
  3. do not sort options of select params

    but take as given
    bernt-matthias committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b7b326b View commit details
    Browse the repository at this point in the history
  4. add hidden parameters

    bernt-matthias committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8f9614a View commit details
    Browse the repository at this point in the history
  5. fix command override

    command needs to be a list
    bernt-matthias committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    edda346 View commit details
    Browse the repository at this point in the history
  6. add tool profile

    bernt-matthias committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bbef250 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. TextParam: simplify making them really non-optional

    i.e. non-empty
    bernt-matthias committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    2807bba View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. formatting

    bernt-matthias committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d2f26eb View commit details
    Browse the repository at this point in the history