Branch: refs/heads/release_18.05 Home: https://github.com/galaxyproject/galaxy Commit: 4661b6e8831c2cae86b7d9725431e71bacd22168 https://github.com/galaxyproject/galaxy/commit/4661b6e8831c2cae86b7d9725431e... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-06-02 (Sat, 02 Jun 2018) Changed paths: M lib/galaxy/tools/parameters/basic.py Log Message: ----------- Allow invalid optional param values for old tools For tools with profile < 18.09 we return None for provided, but illegal default values. This can happen when referencing columns of an optional dataset for instance, as experienced in https://github.com/galaxyproject/tools-iuc/pull/1842. This used to pass prior to 18.05 because we would always return the value if there were no legal values. This was changed in https://github.com/galaxyproject/galaxy/commit/9febc519944dcfb5c8907b8a302fd... where we would only allow this in workflow building mode. Commit: a88bf0a2bee152c859f229c2a017b8a03d96b8d8 https://github.com/galaxyproject/galaxy/commit/a88bf0a2bee152c859f229c2a017b... Author: Dannon <dannon.baker@gmail.com> Date: 2018-07-26 (Thu, 26 Jul 2018) Changed paths: M lib/galaxy/tools/parameters/basic.py Log Message: ----------- Merge pull request #6264 from mvdbeek/allow_optional_and_invalid_parameter_values [18.05] Allow invalid optional param values for tools profile versions < 18.09 Compare: https://github.com/galaxyproject/galaxy/compare/50b34185394c...a88bf0a2bee1 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.