Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 0e0c1caec4f14e0a5240763e697bd5d3613db719
https://github.com/galaxyproject/galaxy/commit/0e0c1caec4f14e0a5240763e697b…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
A lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
R lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_paramter_modules.py
Log Message:
-----------
Fixing subworkflow migration (0131) to work with mysql
Commit: 6442cbc3d4340ea3d03dad01c3ebf2dce05ed6e1
https://github.com/galaxyproject/galaxy/commit/6442cbc3d4340ea3d03dad01c3eb…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
Fix downgrade attempting to drop parent_workflow_id off the wrong table.
Commit: b23c354f91f9d1a572f488a4d49f25b8681e58ba
https://github.com/galaxyproject/galaxy/commit/b23c354f91f9d1a572f488a4d49f…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
Replace testing keynames with real ones.
Commit: ad6273307da4b971ea4354d9ad33cb08ca912577
https://github.com/galaxyproject/galaxy/commit/ad6273307da4b971ea4354d9ad33…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
We can't flip storedworkflow back to non-nullable in a downgrade step here, so don't try. Just leave it alone.
Commit: 0f97b50e9ca8ca8b54e8d30769cd3fe46204f27c
https://github.com/galaxyproject/galaxy/commit/0f97b50e9ca8ca8b54e8d30769cd…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
Different logic for mysql (just don't worry about keys, due to the agony -- access to the database is entirely procedural and due to this we'd likely see any issues breaking these fk constraints in postgres before mysql (if ever) anyway.
Commit: 30750c32e4817de18aecba8bc4f523f4369e7292
https://github.com/galaxyproject/galaxy/commit/30750c32e4817de18aecba8bc4f5…
Author: Björn Grüning <bjoern(a)gruenings.eu>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
A lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
R lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_paramter_modules.py
Log Message:
-----------
Merge pull request #1880 from dannon/fix_migration_0131_mysql
[16.01] Fixes to subworkflow migration 0131
Commit: 45c17318889d03df39e7bda66403d169ea098778
https://github.com/galaxyproject/galaxy/commit/45c17318889d03df39e7bda66403…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
A lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
R lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_paramter_modules.py
Log Message:
-----------
Merge branch 'release_16.01' into dev
Compare: https://github.com/galaxyproject/galaxy/compare/35403f2a91eb...45c17318889d
Branch: refs/heads/release_16.01
Home: https://github.com/galaxyproject/galaxy
Commit: 0e0c1caec4f14e0a5240763e697bd5d3613db719
https://github.com/galaxyproject/galaxy/commit/0e0c1caec4f14e0a5240763e697b…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
A lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
R lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_paramter_modules.py
Log Message:
-----------
Fixing subworkflow migration (0131) to work with mysql
Commit: 6442cbc3d4340ea3d03dad01c3ebf2dce05ed6e1
https://github.com/galaxyproject/galaxy/commit/6442cbc3d4340ea3d03dad01c3eb…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
Fix downgrade attempting to drop parent_workflow_id off the wrong table.
Commit: b23c354f91f9d1a572f488a4d49f25b8681e58ba
https://github.com/galaxyproject/galaxy/commit/b23c354f91f9d1a572f488a4d49f…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
Replace testing keynames with real ones.
Commit: ad6273307da4b971ea4354d9ad33cb08ca912577
https://github.com/galaxyproject/galaxy/commit/ad6273307da4b971ea4354d9ad33…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
We can't flip storedworkflow back to non-nullable in a downgrade step here, so don't try. Just leave it alone.
Commit: 0f97b50e9ca8ca8b54e8d30769cd3fe46204f27c
https://github.com/galaxyproject/galaxy/commit/0f97b50e9ca8ca8b54e8d30769cd…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-07 (Mon, 07 Mar 2016)
Changed paths:
M lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
Log Message:
-----------
Different logic for mysql (just don't worry about keys, due to the agony -- access to the database is entirely procedural and due to this we'd likely see any issues breaking these fk constraints in postgres before mysql (if ever) anyway.
Commit: 30750c32e4817de18aecba8bc4f523f4369e7292
https://github.com/galaxyproject/galaxy/commit/30750c32e4817de18aecba8bc4f5…
Author: Björn Grüning <bjoern(a)gruenings.eu>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
A lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_parameter_modules.py
R lib/galaxy/model/migrate/versions/0131_subworkflow_and_input_paramter_modules.py
Log Message:
-----------
Merge pull request #1880 from dannon/fix_migration_0131_mysql
[16.01] Fixes to subworkflow migration 0131
Compare: https://github.com/galaxyproject/galaxy/compare/566f556b076d...30750c32e481
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 4b1b15aee85c4aed85fe91c72712f2f5086dfd23
https://github.com/galaxyproject/galaxy/commit/4b1b15aee85c4aed85fe91c72712…
Author: Martin Cech <cech.marten(a)gmail.com>
Date: 2016-03-21 (Mon, 21 Mar 2016)
Changed paths:
M client/galaxy/scripts/mvc/library/library-foldertoolbar-view.js
M client/galaxy/scripts/mvc/library/library-librarytoolbar-view.js
M client/galaxy/style/less/library.less
M static/maps/mvc/library/library-foldertoolbar-view.js.map
M static/maps/mvc/library/library-librarytoolbar-view.js.map
M static/scripts/mvc/library/library-foldertoolbar-view.js
M static/scripts/mvc/library/library-librarytoolbar-view.js
M static/style/blue/base.css
M static/style/blue/library.css
Log Message:
-----------
libraries: provide select all/none options when importing
improve UX by using autofocus in modals
fix a bug with selecting all folder items and deleting
Commit: 35403f2a91eb33876c973f859fa038f9655dc297
https://github.com/galaxyproject/galaxy/commit/35403f2a91eb33876c973f859fa0…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
M client/galaxy/scripts/mvc/library/library-foldertoolbar-view.js
M client/galaxy/scripts/mvc/library/library-librarytoolbar-view.js
M client/galaxy/style/less/library.less
M static/maps/mvc/library/library-foldertoolbar-view.js.map
M static/maps/mvc/library/library-librarytoolbar-view.js.map
M static/scripts/mvc/library/library-foldertoolbar-view.js
M static/scripts/mvc/library/library-librarytoolbar-view.js
M static/style/blue/base.css
M static/style/blue/library.css
Log Message:
-----------
Merge pull request #1970 from martenson/select-all-from-history
libraries: provide select all/none options when importing
Compare: https://github.com/galaxyproject/galaxy/compare/c26788a267b9...35403f2a91eb
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: bd0439d9b724bb72c1fab4c27a4c72814abef0b9
https://github.com/galaxyproject/galaxy/commit/bd0439d9b724bb72c1fab4c27a4c…
Author: guerler <aysam.guerler(a)gmail.com>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M client/galaxy/scripts/mvc/tool/tool-form-base.js
M lib/galaxy/tools/__init__.py
M lib/galaxy/webapps/galaxy/api/tools.py
M static/maps/mvc/tool/tool-form-base.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/tool/tool-form-base.js
Log Message:
-----------
Fix tool access rights and forwarding
Commit: 054fdf76f09faf35662adf0f4a8a6f6428abab4f
https://github.com/galaxyproject/galaxy/commit/054fdf76f09faf35662adf0f4a8a…
Author: guerler <aysam.guerler(a)gmail.com>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M lib/galaxy/webapps/galaxy/api/tools.py
Log Message:
-----------
Parse user when filtering tools
Commit: 566f556b076db164ce73750f33c9824fe0285530
https://github.com/galaxyproject/galaxy/commit/566f556b076db164ce73750f33c9…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-21 (Mon, 21 Mar 2016)
Changed paths:
M client/galaxy/scripts/mvc/tool/tool-form-base.js
M lib/galaxy/tools/__init__.py
M lib/galaxy/webapps/galaxy/api/tools.py
M static/maps/mvc/tool/tool-form-base.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/tool/tool-form-base.js
Log Message:
-----------
Merge pull request #1952 from guerler/fix_tool_access_000
[16.01] Fix tool access rights and forwarding
Commit: 35e75d11cea6e6b0e75fade9eabb1fd96bdd99af
https://github.com/galaxyproject/galaxy/commit/35e75d11cea6e6b0e75fade9eabb…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-21 (Mon, 21 Mar 2016)
Changed paths:
M client/galaxy/scripts/mvc/tool/tool-form-base.js
M lib/galaxy/tools/__init__.py
M lib/galaxy/webapps/galaxy/api/tools.py
M static/maps/mvc/tool/tool-form-base.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/tool/tool-form-base.js
Log Message:
-----------
Merge branch 'release_16.01' into dev.
Rebuild client.
Compare: https://github.com/galaxyproject/galaxy/compare/c64c6754a84c...35e75d11cea6
Branch: refs/heads/release_16.01
Home: https://github.com/galaxyproject/galaxy
Commit: bd0439d9b724bb72c1fab4c27a4c72814abef0b9
https://github.com/galaxyproject/galaxy/commit/bd0439d9b724bb72c1fab4c27a4c…
Author: guerler <aysam.guerler(a)gmail.com>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M client/galaxy/scripts/mvc/tool/tool-form-base.js
M lib/galaxy/tools/__init__.py
M lib/galaxy/webapps/galaxy/api/tools.py
M static/maps/mvc/tool/tool-form-base.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/tool/tool-form-base.js
Log Message:
-----------
Fix tool access rights and forwarding
Commit: 054fdf76f09faf35662adf0f4a8a6f6428abab4f
https://github.com/galaxyproject/galaxy/commit/054fdf76f09faf35662adf0f4a8a…
Author: guerler <aysam.guerler(a)gmail.com>
Date: 2016-03-18 (Fri, 18 Mar 2016)
Changed paths:
M lib/galaxy/webapps/galaxy/api/tools.py
Log Message:
-----------
Parse user when filtering tools
Commit: 566f556b076db164ce73750f33c9824fe0285530
https://github.com/galaxyproject/galaxy/commit/566f556b076db164ce73750f33c9…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-03-21 (Mon, 21 Mar 2016)
Changed paths:
M client/galaxy/scripts/mvc/tool/tool-form-base.js
M lib/galaxy/tools/__init__.py
M lib/galaxy/webapps/galaxy/api/tools.py
M static/maps/mvc/tool/tool-form-base.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/tool/tool-form-base.js
Log Message:
-----------
Merge pull request #1952 from guerler/fix_tool_access_000
[16.01] Fix tool access rights and forwarding
Compare: https://github.com/galaxyproject/galaxy/compare/377ccbe23b71...566f556b076d