Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 1aa1d6164a63438b49beb2fd6cc4b80a57bbdb5d https://github.com/galaxyproject/galaxy/commit/1aa1d6164a63438b49beb2fd6cc4b... Author: Marius van den Beek m.vandenbeek@gmail.com Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths: M templates/webapps/galaxy/workflow/run.mako
Log Message: ----------- Fix workflow parameters not rendered when tool parameter wrapped in conditional.
Commit: dad1784a087623c990e0b3f05d1c8026f7bd957c https://github.com/galaxyproject/galaxy/commit/dad1784a087623c990e0b3f05d1c8... Author: Dannon Baker dannon.baker@gmail.com Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths: M templates/webapps/galaxy/workflow/run.mako
Log Message: ----------- Merge pull request #1799 from mvdbeek/fix_workflow_parameters_conditional
[16.01] Fix workflow parameters not rendered when tool parameter wrapped in conditional.
Commit: 56076db848459cb1da39b04dc635538ff013d3a9 https://github.com/galaxyproject/galaxy/commit/56076db848459cb1da39b04dc6355... Author: John Chilton jmchilton@gmail.com Date: 2016-02-26 (Fri, 26 Feb 2016)
Changed paths: M lib/galaxy/jobs/__init__.py M lib/galaxy/jobs/runners/pulsar.py
Log Message: ----------- Disable command isolation for Pulsar...
... it builds its own job script - no need to have Galaxy do this isolation on the Galaxy end. The more Pulsar can handle the better.
Commit: cb19630bd4e04b21653a2cb9848e888805dfabcc https://github.com/galaxyproject/galaxy/commit/cb19630bd4e04b21653a2cb9848e8... Author: John Chilton jmchilton@gmail.com Date: 2016-02-26 (Fri, 26 Feb 2016)
Changed paths: M test/unit/jobs/test_job_wrapper.py M test/unit/tools_support.py
Log Message: ----------- Fix unit tests for 56076db848459cb1da39b04dc635538ff013d3a9
Commit: 47c93180708eb138c1fa0393cd18b24d27249359 https://github.com/galaxyproject/galaxy/commit/47c93180708eb138c1fa0393cd18b... Author: Björn Grüning bjoern@gruenings.eu Date: 2016-02-28 (Sun, 28 Feb 2016)
Changed paths: M lib/galaxy/jobs/__init__.py M lib/galaxy/jobs/runners/pulsar.py M test/unit/jobs/test_job_wrapper.py M test/unit/tools_support.py
Log Message: ----------- Merge pull request #1812 from jmchilton/pulsar_16.01_fixes
[16.01] Disable command isolation for Pulsar...
Commit: 865f2d49bd04b636552002cd0e4830f2dbad5c75 https://github.com/galaxyproject/galaxy/commit/865f2d49bd04b636552002cd0e483... Author: John Chilton jmchilton@gmail.com Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths: M create_db.sh M manage_db.sh
Log Message: ----------- Fix create/manage db scripts to respect GALAXY_VIRTUAL_ENV.
Commit: 5bc55f9fa2fd6af9142df644bf82e830b56f9ce4 https://github.com/galaxyproject/galaxy/commit/5bc55f9fa2fd6af9142df644bf82e... Author: guerler aysam.guerler@gmail.com Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths: M templates/webapps/tool_shed/base_panels.mako
Log Message: ----------- Add js for mako based masthead
Commit: 281f5b734610963b437b72837e7b71cebbb3c5bd https://github.com/galaxyproject/galaxy/commit/281f5b734610963b437b72837e7b7... Author: Martin Cech cech.marten@gmail.com Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths: M client/galaxy/scripts/mvc/ui/popup-menu.js M client/galaxy/scripts/mvc/workflow/workflow-terminals.js M client/galaxy/style/less/base.less M client/galaxy/style/less/fontawesome/core.less M client/galaxy/style/less/ui/icon-btn.less M doc/source/releases/16.01.rst M doc/source/releases/16.01_announce.rst M lib/galaxy/config.py M lib/galaxy/exceptions/__init__.py M lib/galaxy/exceptions/error_codes.json M lib/galaxy/jobs/__init__.py M lib/galaxy/jobs/runners/pulsar.py M lib/galaxy/managers/workflows.py M lib/galaxy/model/__init__.py M lib/galaxy/objectstore/__init__.py M lib/galaxy/objectstore/rods.py M lib/galaxy/objectstore/s3.py M lib/galaxy/tools/imp_exp/__init__.py M lib/galaxy/tools/imp_exp/unpack_tar_gz_archive.py M lib/galaxy/tools/toolbox/base.py M lib/galaxy/util/__init__.py M lib/galaxy/version.py M lib/galaxy/web/base/interactive_environments.py M lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py M lib/galaxy/webapps/galaxy/controllers/requests_admin.py M lib/galaxy/webapps/tool_shed/controllers/repository.py M lib/galaxy/webapps/tool_shed/framework/middleware/hg.py M lib/galaxy/workflow/modules.py M lib/galaxy/workflow/run.py M lib/tool_shed/capsule/capsule_manager.py M lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py M lib/tool_shed/util/commit_util.py M lib/tool_shed/util/encoding_util.py M lib/tool_shed/util/repository_content_util.py M lib/tool_shed/util/shed_util_common.py M static/maps/mvc/ui/popup-menu.js.map M static/maps/mvc/workflow/workflow-terminals.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/ui/popup-menu.js M static/scripts/mvc/workflow/workflow-terminals.js M static/style/blue/base.css R templates/admin/requests/select_datasets_to_transfer.mako M templates/admin/tool_shed_repository/common.mako M templates/webapps/galaxy/history/display.mako M templates/webapps/galaxy/requests/common/common.mako M templates/webapps/galaxy/requests/common/view_request_history.mako M templates/webapps/galaxy/requests/common/view_sample_datasets.mako M templates/webapps/galaxy/workflow/run.mako M templates/webapps/tool_shed/repository/common.mako M test/functional/tools/output_format.xml M test/qunit/tests/workflow_editor_tests.js M test/tool_shed/base/twilltestcase.py M test/unit/jobs/test_job_wrapper.py M test/unit/tools_support.py
Log Message: ----------- Merge branch 'release_16.01' of https://github.com/galaxyproject/galaxy into release_16.01
Commit: fa8beb225004d27da24065f8f633c7917b5be942 https://github.com/galaxyproject/galaxy/commit/fa8beb225004d27da24065f8f633c... Author: Dannon Baker dannon.baker@gmail.com Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths: M templates/webapps/tool_shed/base_panels.mako
Log Message: ----------- Merge pull request #1823 from martenson/port-masthead-fix
[16.01] Port masthead fix
Commit: 50bc127a3b55432884ed6350bee3e0ea67beb95f https://github.com/galaxyproject/galaxy/commit/50bc127a3b55432884ed6350bee3e... Author: Nicola Soranzo nsoranzo@tiscali.it Date: 2016-03-01 (Tue, 01 Mar 2016)
Changed paths: M create_db.sh M manage_db.sh
Log Message: ----------- Merge pull request #1820 from jmchilton/db_script_fixes
[16.01] Fix create/manage db scripts to respect GALAXY_VIRTUAL_ENV.
Commit: 9f590b8a0ec755403f84f0fff1978530ee306ef8 https://github.com/galaxyproject/galaxy/commit/9f590b8a0ec755403f84f0fff1978... Author: Dannon Baker dannon.baker@gmail.com Date: 2016-03-01 (Tue, 01 Mar 2016)
Changed paths: M create_db.sh M lib/galaxy/jobs/__init__.py M lib/galaxy/jobs/runners/pulsar.py M manage_db.sh M templates/webapps/galaxy/workflow/run.mako M test/unit/jobs/test_job_wrapper.py M test/unit/tools_support.py
Log Message: ----------- Merge branch 'release_16.01' into dev
Compare: https://github.com/galaxyproject/galaxy/compare/19a58f745089...9f590b8a0ec7
galaxy-commits@lists.galaxyproject.org