[galaxyproject/galaxy] d94148: Prevent reloading when data table is being modifie...
Branch: refs/heads/release_17.09 Home: https://github.com/galaxyproject/galaxy Commit: d94148ff7999e0ecee9b617c4daec24da28ea1a5 https://github.com/galaxyproject/galaxy/commit/d94148ff7999e0ecee9b617c4daec... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-01-18 (Thu, 18 Jan 2018) Changed paths: M lib/galaxy/tools/data_manager/manager.py M lib/galaxy/tools/toolbox/watcher.py Log Message: ----------- Prevent reloading when data table is being modified Fixes https://github.com/galaxyproject/galaxy/issues/4783. Commit: 8c1807c2879950ef47ccd162b6a7eebc83bc892b https://github.com/galaxyproject/galaxy/commit/8c1807c2879950ef47ccd162b6a7e... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-01-18 (Thu, 18 Jan 2018) Changed paths: M lib/galaxy/tools/data_manager/manager.py Log Message: ----------- Trigger reload for each modified data table In unindeted one level too much in the previous commit, which would only reload the last table (thanks @dannon). The alternative would be to reload all tables, but I think this is more efficient. Commit: 8f91ae0db9f0ebdc06e6e284fb2fb254db553181 https://github.com/galaxyproject/galaxy/commit/8f91ae0db9f0ebdc06e6e284fb2fb... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-01-18 (Thu, 18 Jan 2018) Changed paths: M lib/galaxy/tools/data_manager/manager.py Log Message: ----------- Reload tool data tables for 'undeclared_tables' Thanks @nsoranzo! Commit: 3c85407ec80186166a6cb58f35bcb6eda6cc739b https://github.com/galaxyproject/galaxy/commit/3c85407ec80186166a6cb58f35bcb... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-01-18 (Thu, 18 Jan 2018) Changed paths: M lib/galaxy/tools/data_manager/manager.py M lib/galaxy/tools/toolbox/watcher.py Log Message: ----------- Merge pull request #5331 from mvdbeek/data_manager_reload_fix [17.09] Prevent reloading when data table is being modified Compare: https://github.com/galaxyproject/galaxy/compare/c3d145ce995e...3c85407ec801
participants (1)
-
GitHub