Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 04c16f7e046945be3780b8431c492a9fac0d294a
https://github.com/galaxyproject/galaxy/commit/04c16f7e046945be3780b8431c49…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths:
M lib/galaxy/dependencies/pipfiles/develop/Pipfile
M lib/galaxy/dependencies/pipfiles/develop/Pipfile.lock
M lib/galaxy/dependencies/pipfiles/develop/pinned-hashed-requirements.txt
M lib/galaxy/dependencies/pipfiles/develop/pinned-requirements.txt
Log Message:
-----------
Add nodeenv to dev requirements
Commit: 8e4eab6e6cc6686f7bfdf7b86e29d725183a7397
https://github.com/galaxyproject/galaxy/commit/8e4eab6e6cc6686f7bfdf7b86e29…
Author: Nate Coraor <nate(a)bx.psu.edu>
Date: 2018-01-24 (Wed, 24 Jan 2018)
Changed paths:
M scripts/common_startup.sh
Log Message:
-----------
Install node and yarn in common_startup.sh using nodeenv and the venv's
npm.
Commit: 2854643057dd7d8517594299cf4c2d022c3fe78a
https://github.com/galaxyproject/galaxy/commit/2854643057dd7d8517594299cf4c…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M lib/galaxy/dependencies/pipfiles/develop/Pipfile
M lib/galaxy/dependencies/pipfiles/develop/Pipfile.lock
M lib/galaxy/dependencies/pipfiles/develop/pinned-hashed-requirements.txt
M lib/galaxy/dependencies/pipfiles/develop/pinned-requirements.txt
M scripts/common_startup.sh
Log Message:
-----------
Merge pull request #5375 from natefoo/nodeenv
Install node and yarn on startup if running a non-release branch
Compare: https://github.com/galaxyproject/galaxy/compare/c31a0341714e...2854643057dd
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 4da1dad39418703970a92bd4260b7892c18a79e3
https://github.com/galaxyproject/galaxy/commit/4da1dad39418703970a92bd4260b…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M client/galaxy/scripts/apps/extended.js
M client/galaxy/scripts/mvc/base/controlled-fetch-collection.js
M client/galaxy/scripts/mvc/history/history-model.js
M client/galaxy/scripts/mvc/history/multi-panel.js
Log Message:
-----------
Fix for history multipanel view for when the 'current' history is
deleted and/or purged. Several bits of refactoring, import cleanup, and
a start towards documenting globals in client files touched.
Commit: 0dae63a578adaf1d3ef63248fe26cd1ba86aaf31
https://github.com/galaxyproject/galaxy/commit/0dae63a578adaf1d3ef63248fe26…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M lib/galaxy/webapps/galaxy/api/histories.py
Log Message:
-----------
Fix a mutable default function arg noticed when digging through history API code.
Commit: 541968bbd9237f0ca1679ae52cdf6ba98ed8752c
https://github.com/galaxyproject/galaxy/commit/541968bbd9237f0ca1679ae52cdf…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M client/galaxy/scripts/mvc/history/multi-panel.js
Log Message:
-----------
Swap to fat arrow functions, this reference in multipanel behavior handling.
Commit: 5defdc79192d0305e935cc2fbf9760a3fc2e07fe
https://github.com/galaxyproject/galaxy/commit/5defdc79192d0305e935cc2fbf97…
Author: Martin Cech <marten(a)bx.psu.edu>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M client/galaxy/scripts/apps/extended.js
M client/galaxy/scripts/mvc/base/controlled-fetch-collection.js
M client/galaxy/scripts/mvc/history/history-model.js
M client/galaxy/scripts/mvc/history/multi-panel.js
M lib/galaxy/webapps/galaxy/api/histories.py
Log Message:
-----------
Merge pull request #5364 from dannon/history_multipanel_fixes
History multipanel fixes
Compare: https://github.com/galaxyproject/galaxy/compare/377291232fd2...5defdc79192d
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: f594eb23466eff7c6428c590eba70c9365c3fff6
https://github.com/galaxyproject/galaxy/commit/f594eb23466eff7c6428c590eba7…
Author: Dave B <dave(a)bx.psu.edu>
Date: 2018-01-23 (Tue, 23 Jan 2018)
Changed paths:
M templates/admin/tool_shed_repository/deactivate_or_uninstall_repository.mako
M templates/admin/tool_shed_repository/manage_repository_tool_dependencies.mako
M templates/admin/tool_shed_repository/reset_metadata_on_selected_repositories.mako
M templates/webapps/tool_shed/common/reset_metadata_on_selected_repositories.mako
Log Message:
-----------
Remove additional checkbox workarounds.
Commit: 446f6430be3111e3e8ccd820974f16394ea38276
https://github.com/galaxyproject/galaxy/commit/446f6430be3111e3e8ccd820974f…
Author: Martin Cech <marten(a)bx.psu.edu>
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M templates/admin/tool_shed_repository/deactivate_or_uninstall_repository.mako
M templates/admin/tool_shed_repository/manage_repository_tool_dependencies.mako
M templates/admin/tool_shed_repository/reset_metadata_on_selected_repositories.mako
M templates/webapps/tool_shed/common/reset_metadata_on_selected_repositories.mako
Log Message:
-----------
Merge pull request #5367 from davebx/checkbox_fix
Remove additional checkbox workarounds.
Compare: https://github.com/galaxyproject/galaxy/compare/b24217c25b3d...446f6430be31