Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 5d8e0bb049a5ffdc0197a1e8436f358d4352ce09 https://github.com/galaxyproject/galaxy/commit/5d8e0bb049a5ffdc0197a1e8436f3... Author: Sergey Golitsynskiy <sgolitsynskiy@gmail.com> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M doc/source/dev/build_a_job_runner.rst Log Message: ----------- Correct code error in 'build job runner' tutorial When __init__ is called, **kwargs (most likely) will not contain the 'runner_param_specs' key. And if so, calling update() on kwargs['runner_param_specs'] will cause an error. Check if key exists, then update or create. Commit: 0bd861aec759edb86a86e5e599e5b208dec48e43 https://github.com/galaxyproject/galaxy/commit/0bd861aec759edb86a86e5e599e5b... Author: Sergey Golitsynskiy <sgolitsynskiy@gmail.com> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M doc/source/dev/build_a_job_runner.rst Log Message: ----------- Code style improvement to previous commit Commit: 38687ff15a092477a798891eed572c7680e4d037 https://github.com/galaxyproject/galaxy/commit/38687ff15a092477a798891eed572... Author: Dannon <dannon.baker@gmail.com> Date: 2018-12-21 (Fri, 21 Dec 2018) Changed paths: M doc/source/dev/build_a_job_runner.rst Log Message: ----------- Merge pull request #7148 from ic4f/dev Correct code error in 'build job runner' tutorial Compare: https://github.com/galaxyproject/galaxy/compare/288453d4d017...38687ff15a09 **NOTE:** This service has 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.