[galaxyproject/galaxy] 30b5e5: Enable dynamic reload of dynamic job rules when co...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 30b5e50ba0079a7dd24d3334cacbde2e4b9c07dc https://github.com/galaxyproject/galaxy/commit/30b5e50ba0079a7dd24d3334cacbd... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-05-24 (Thu, 24 May 2018) Changed paths: M config/galaxy.yml.sample M doc/source/admin/galaxy_options.rst M lib/galaxy/config.py M lib/galaxy/queue_worker.py A lib/galaxy/util/watcher.py M lib/galaxy/webapps/galaxy/config_schema.yml M lib/galaxy/webapps/galaxy/config_watchers.py Log Message: ----------- Enable dynamic reload of dynamic job rules when configured, using watchdog notifications. Commit: 91dbeebf5f4ea2fd94586a883616e6fc148940ae https://github.com/galaxyproject/galaxy/commit/91dbeebf5f4ea2fd94586a883616e... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-05-24 (Thu, 24 May 2018) Changed paths: M lib/galaxy/webapps/galaxy/config_watchers.py Log Message: ----------- Fix non-Galaxy webapp unit tests Commit: 41a601d5375669bfb612b6a98e289fccd4eac8a9 https://github.com/galaxyproject/galaxy/commit/41a601d5375669bfb612b6a98e289... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-05-24 (Thu, 24 May 2018) Changed paths: M lib/galaxy/util/watcher.py M lib/galaxy/webapps/galaxy/config_watchers.py Log Message: ----------- Watch any objects in job rule directories that are not python bytecode, rather than only watching python source. Commit: 8bd856da5120eb15053e1d32f1964aaa851626ad https://github.com/galaxyproject/galaxy/commit/8bd856da5120eb15053e1d32f1964... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-05-25 (Fri, 25 May 2018) Changed paths: M lib/galaxy/util/watcher.py Log Message: ----------- Ignore change events for dot files. This could be configurable if it's needed but I can't imagine when it would be. Prevents reloading on vim swapfile writes. Commit: 73ea1189e9fae103e367955fc62916e497074b38 https://github.com/galaxyproject/galaxy/commit/73ea1189e9fae103e367955fc6291... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-06-01 (Fri, 01 Jun 2018) Changed paths: M lib/galaxy/util/watcher.py Log Message: ----------- Avoid using builtins for variable names. file->file_path, dir->dir_path in generic watcher functions Commit: 1652c4221eacfac2a04955ee6fd4004c84f97ae6 https://github.com/galaxyproject/galaxy/commit/1652c4221eacfac2a04955ee6fd40... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-06-01 (Fri, 01 Jun 2018) Changed paths: M lib/galaxy/util/watcher.py Log Message: ----------- Merge pull request #8 from dannon/dynamic-rule-dynamic-reload Avoid using builtins for variable names. Commit: 5ba71f580fc861be9c924991a762f0917811b720 https://github.com/galaxyproject/galaxy/commit/5ba71f580fc861be9c924991a762f... Author: Dannon <dannon.baker@gmail.com> Date: 2018-06-01 (Fri, 01 Jun 2018) Changed paths: M config/galaxy.yml.sample M doc/source/admin/galaxy_options.rst M lib/galaxy/config.py M lib/galaxy/queue_worker.py A lib/galaxy/util/watcher.py M lib/galaxy/webapps/galaxy/config_schema.yml M lib/galaxy/webapps/galaxy/config_watchers.py Log Message: ----------- Merge pull request #6215 from natefoo/dynamic-rule-dynamic-reload Enable automatic reload of dynamic job rules on change Compare: https://github.com/galaxyproject/galaxy/compare/a5594551c092...5ba71f580fc8 **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.
participants (1)
-
GitHub