Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: d8bd5f4690319374a04d4d4dd2fe179618312fa5
https://github.com/galaxyproject/galaxy/commit/d8bd5f4690319374a04d4d4dd2fe…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2018-07-30 (Mon, 30 Jul 2018)
Changed paths:
M client/galaxy/scripts/components/Sharing.vue
M test/galaxy_selenium/navigation.yml
M test/selenium_tests/test_admin_app.py
M test/selenium_tests/test_history_panel_collections.py
M test/selenium_tests/test_history_sharing.py
M test/selenium_tests/test_published_histories_grid.py
Log Message:
-----------
Many selenium tests fixes for recent dev changes.
Commit: 1d0313c286d4501518a85ecf4361bbc2d7c8c44f
https://github.com/galaxyproject/galaxy/commit/1d0313c286d4501518a85ecf4361…
Author: Björn Grüning <bjoern(a)gruenings.eu>
Date: 2018-07-30 (Mon, 30 Jul 2018)
Changed paths:
M client/galaxy/scripts/components/Sharing.vue
M test/galaxy_selenium/navigation.yml
M test/selenium_tests/test_admin_app.py
M test/selenium_tests/test_history_panel_collections.py
M test/selenium_tests/test_history_sharing.py
M test/selenium_tests/test_published_histories_grid.py
Log Message:
-----------
Merge pull request #6557 from jmchilton/admin_selenium_fixes
Many selenium tests fixes for recent dev changes.
Compare: https://github.com/galaxyproject/galaxy/compare/68cb2bb82b60...1d0313c286d4
**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.
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: fe5e1f1686dd60e6357594c4541b894a29f04984
https://github.com/galaxyproject/galaxy/commit/fe5e1f1686dd60e6357594c4541b…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2018-07-27 (Fri, 27 Jul 2018)
Changed paths:
M test/base/driver_util.py
A test/integration/test_objectstore_jobs.py
Log Message:
-----------
Integration test for the interaction of nested object stores and jobs.
- Test hierarchical store uses its first disk store for new files and not the remaining entries.
- Test basic functionality of writing to the distributed object store.
- Test all job outputs get placed in the same object store.
Commit: b829e0cc93b17842f64d0636a59eec5401753133
https://github.com/galaxyproject/galaxy/commit/b829e0cc93b17842f64d0636a59e…
Author: Dannon <dannon.baker(a)gmail.com>
Date: 2018-07-30 (Mon, 30 Jul 2018)
Changed paths:
M test/base/driver_util.py
A test/integration/test_objectstore_jobs.py
Log Message:
-----------
Merge pull request #6546 from jmchilton/objectstore_jobs_test
Integration test for the interaction of nested object stores and jobs.
Compare: https://github.com/galaxyproject/galaxy/compare/524df1a3b715...b829e0cc93b1
**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.
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: d06b221905cc4eb935939c6a29685c0dff125bf8
https://github.com/galaxyproject/galaxy/commit/d06b221905cc4eb935939c6a2968…
Author: Andrey Tovchigrechko <tovchigrechkoa(a)medimmune.com>
Date: 2018-07-25 (Wed, 25 Jul 2018)
Changed paths:
M lib/galaxy/tools/parameters/basic.py
Log Message:
-----------
Convert tool parameter XML attribute 'hidden' into the correct boolean Python type.
Previously it was converted into string, and in the logical predicates
any non-empty value would always evaluate to True.
This fix allows using the 'hidden' attribute in parameterized XML
macros with 'true' or 'false' passed as a macros parameter. This
in turns allows hiding some form fields (after setting default values)
based on choices picked in conditional switches.
Commit: 3fd7b87fb96ebb4503f4b8c2c456aaced9a5c482
https://github.com/galaxyproject/galaxy/commit/3fd7b87fb96ebb4503f4b8c2c456…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2018-07-25 (Wed, 25 Jul 2018)
Changed paths:
M lib/galaxy/tools/parameters/basic.py
Log Message:
-----------
Merge pull request #6539 from andreyto/at_hidden_par_conv
Convert tool parameter XML attribute 'hidden' into the correct boolean Python type
Compare: https://github.com/galaxyproject/galaxy/compare/4955add0a343...3fd7b87fb96e
**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.