[galaxyproject/galaxy] 2299e0: Add StoredWorkflow.show_in_tool_panel function
Branch: refs/heads/release_18.09 Home: https://github.com/galaxyproject/galaxy Commit: 2299e06a6937328f36485a8baa136c1138461144 https://github.com/galaxyproject/galaxy/commit/2299e06a6937328f36485a8baa136... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-11-15 (Thu, 15 Nov 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Add StoredWorkflow.show_in_tool_panel function This is more DRY and fixes https://github.com/galaxyproject/galaxy/issues/6889#issuecomment-438991091. The bug itself was due to comparing the id of a StoredWorkflowUserShareAssociation instead of StoredWorkflow when checking if a stored workflow should be in the tool panel. Commit: b5ce8d0dcf5affd462e33902126d4dd5c5921be6 https://github.com/galaxyproject/galaxy/commit/b5ce8d0dcf5affd462e33902126d4... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2018-11-15 (Thu, 15 Nov 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Merge pull request #7014 from mvdbeek/fix_inability_to_remove_workflow_from_panel [18.01] Fix display_in_tool_panel status for shared workflows Commit: 1e4821c64477452f54390458dac67161467315ba https://github.com/galaxyproject/galaxy/commit/1e4821c64477452f54390458dac67... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-11-20 (Tue, 20 Nov 2018) Changed paths: M lib/galaxy/tools/wrappers.py M test/functional/tools/identifier_collection.xml Log Message: ----------- Provide element_identifier attribute in DatsetCollectionWrapper This allows accessing `$input1.element_identifier` for an `input1` of collection_type `list:pair`. Commit: 988d308a12f37ce0d6fc8c2974cdc081b3bbd6a3 https://github.com/galaxyproject/galaxy/commit/988d308a12f37ce0d6fc8c2974cdc... Author: Dannon <dannon.baker@gmail.com> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M lib/galaxy/tools/wrappers.py M test/functional/tools/identifier_collection.xml Log Message: ----------- Merge pull request #7032 from mvdbeek/backport_element_identifier_everywhere [18.01] Backport Provide element_identifier attribute in DatsetCollectionWrapper Commit: 9a6fddcdca7042e5e453bdd235ed8c5b3266fb7d https://github.com/galaxyproject/galaxy/commit/9a6fddcdca7042e5e453bdd235ed8... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/wrappers.py M lib/galaxy/webapps/galaxy/api/workflows.py M test/functional/tools/identifier_collection.xml Log Message: ----------- Merge remote-tracking branch 'upstream/release_18.01' into release_18.05 Commit: 2620367a5a402274e27630817be814914ef4f90a https://github.com/galaxyproject/galaxy/commit/2620367a5a402274e27630817be81... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M lib/galaxy/model/__init__.py M lib/galaxy/tools/wrappers.py M lib/galaxy/webapps/galaxy/api/workflows.py M test/functional/tools/identifier_collection.xml Log Message: ----------- Merge remote-tracking branch 'upstream/release_18.05' into release_18.09 Compare: https://github.com/galaxyproject/galaxy/compare/9aaafd8aea19...2620367a5a40 **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.
participants (1)
-
GitHub