Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: e821d469e60959614147bde59163d75681bae266
https://github.com/galaxyproject/galaxy/commit/e821d469e60959614147bde59163…
Author: mvdbeek <m.vandenbeek(a)gmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M lib/galaxy/tools/deps/__init__.py
M lib/galaxy/tools/deps/views.py
Log Message:
-----------
Try next dep. resolver if building env failed
Otherwise an exception ("Conda dependency seemingly installed but failed to
build job environment." comes to mind) would entirely stop the job submission.
Ping @bgruening.
Commit: c0cf41a15ccf7f9060c4dd891ff4b16814f7ecbc
https://github.com/galaxyproject/galaxy/commit/c0cf41a15ccf7f9060c4dd891ff4…
Author: mvdbeek <m.vandenbeek(a)gmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M lib/galaxy/tools/deps/__init__.py
Log Message:
-----------
Avoid duplicate dependency installation
The previous commit changed the resolver logic to try all resolvers, so that
when building an environment fails, the next resolver can be tried. Since
dependency resolution and installation are coupled it would be possible to
install dependencies multiple times for different resolvers (e.g for Conda and
Conda versionless).
To avoid this we stop installation once a set of dependencies has been
resolved.
Commit: b24217c25b3d7b0ad50b33723515f763a48b99fb
https://github.com/galaxyproject/galaxy/commit/b24217c25b3d7b0ad50b33723515…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M lib/galaxy/tools/deps/__init__.py
M lib/galaxy/tools/deps/views.py
Log Message:
-----------
Merge pull request #5036 from mvdbeek/resolver_improvements
Try next dep. resolver if building env failed
Compare: https://github.com/galaxyproject/galaxy/compare/e79048be5a4f...b24217c25b3d
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 74343260061e5dc2813efccbff740fe8e3a7b829
https://github.com/galaxyproject/galaxy/commit/74343260061e5dc2813efccbff74…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M client/galaxy/style/less/base.less
M client/galaxy/style/less/dataset.less
M client/galaxy/style/less/history.less
Log Message:
-----------
Constrain tag editor height, minor refactoring. Will be removed with the conversion to a vue component that can pop out with a more flexible display.
Commit: d51ea5d200412af2c0a8a8158a8265530858ebe6
https://github.com/galaxyproject/galaxy/commit/d51ea5d200412af2c0a8a8158a82…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2018-01-18 (Thu, 18 Jan 2018)
Changed paths:
M client/galaxy/style/less/base.less
Log Message:
-----------
Constrain the select2 container for the tags display, instead of the outer box; this prevents the prompt from (in some cases) taking the space.
Commit: 091c5042d99d02bfb5d79293bc8b9022c560022a
https://github.com/galaxyproject/galaxy/commit/091c5042d99d02bfb5d79293bc8b…
Author: Martin Cech <marten(a)bx.psu.edu>
Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths:
M client/galaxy/style/less/base.less
M client/galaxy/style/less/dataset.less
M client/galaxy/style/less/history.less
Log Message:
-----------
Merge pull request #5337 from dannon/tag_editor_constraint
Tag editor size constraint
Compare: https://github.com/galaxyproject/galaxy/compare/d627e5e0b6a1...091c5042d99d