[galaxyproject/galaxy] 4fc9fe: Fix target update for rule collection builder afte...
Branch: refs/heads/release_18.09 Home: https://github.com/galaxyproject/galaxy Commit: 4fc9fe2150690c04d4d6071994126a05b250379b https://github.com/galaxyproject/galaxy/commit/4fc9fe2150690c04d4d6071994126... Author: Sebastian Kapust <sebastian@kapust.org> Date: 2018-09-11 (Tue, 11 Sep 2018) Changed paths: M client/galaxy/scripts/mvc/ui/ui-rules-edit.js Log Message: ----------- Fix target update for rule collection builder after input selection Commit: a937bc5539414624fe42c49607416f14dadd425b https://github.com/galaxyproject/galaxy/commit/a937bc5539414624fe42c49607416... Author: John Chilton <jmchilton@gmail.com> Date: 2018-09-11 (Tue, 11 Sep 2018) Changed paths: M static/scripts/bundled/libs.bundled.js M static/scripts/mvc/ui/ui-rules-edit.js Log Message: ----------- Client build. Commit: 2a79ae0ce1bbefe8a0340edb4882a00f07fc6de2 https://github.com/galaxyproject/galaxy/commit/2a79ae0ce1bbefe8a0340edb4882a... Author: Marius van den Beek <m.vandenbeek@gmail.com> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M client/galaxy/scripts/mvc/ui/ui-rules-edit.js M static/scripts/bundled/libs.bundled.js M static/scripts/mvc/ui/ui-rules-edit.js Log Message: ----------- Merge pull request #6691 from jmchilton/backport_6326 [18.05] Backport #6326 Commit: bddabe3029335a7db51a0ef1c6a7508937db33fa https://github.com/galaxyproject/galaxy/commit/bddabe3029335a7db51a0ef1c6a75... Author: Dave B <dave@bx.psu.edu> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/buildapp.py Log Message: ----------- Add missing route for API endpoint. Commit: 1dacc35332cf956ed5631fe8c6fa8e231dab663e https://github.com/galaxyproject/galaxy/commit/1dacc35332cf956ed5631fe8c6fa8... Author: Dannon <dannon.baker@gmail.com> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/buildapp.py Log Message: ----------- Merge pull request #6703 from davebx/updates_api [18.05] Add missing route for API endpoint. Commit: 7e2a77e8af152a501f124a6d0f702a66502e0dd3 https://github.com/galaxyproject/galaxy/commit/7e2a77e8af152a501f124a6d0f702... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M lib/galaxy/jobs/runners/slurm.py Log Message: ----------- Catch additional permutations of Slurm cgroup creation warnings Commit: f7c1d31dbc6f23eb4fba37b82aeb2808fd69224f https://github.com/galaxyproject/galaxy/commit/f7c1d31dbc6f23eb4fba37b82aeb2... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-09-12 (Wed, 12 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/tools.py Log Message: ----------- unquote the tool_version in the tools API if the tool version includes '+', which is a recommended way of versioning per https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xm... this would fail the comparison down the line in the toolbox.get_tool() method this commit also downgrades the unquote_plus to unquote for tool_id for similar reasons since it also contains the version Commit: 1b6d422afdd0c1f7291a0999bfc54284b90972d2 https://github.com/galaxyproject/galaxy/commit/1b6d422afdd0c1f7291a0999bfc54... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-09-13 (Thu, 13 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- unquote similarly to previous commit but in the workflow controller Commit: f513594c31a3738420889b3f5e36d39796946587 https://github.com/galaxyproject/galaxy/commit/f513594c31a3738420889b3f5e36d... Author: Dannon <dannon.baker@gmail.com> Date: 2018-09-14 (Fri, 14 Sep 2018) Changed paths: M lib/galaxy/webapps/galaxy/api/tools.py M lib/galaxy/webapps/galaxy/api/workflows.py Log Message: ----------- Merge pull request #6707 from martenson/unqoute_tool_version [18.05] unquote the tool_version in the tools API Commit: 3d508a01d3d58908b667e428f125df91d8c599c1 https://github.com/galaxyproject/galaxy/commit/3d508a01d3d58908b667e428f125d... Author: Nate Coraor <nate@bx.psu.edu> Date: 2018-09-14 (Fri, 14 Sep 2018) Changed paths: M lib/galaxy/jobs/runners/slurm.py Log Message: ----------- Improvements from @nsoranzo Commit: 6993dbb6fcd112e077fbad66deae716a53247d07 https://github.com/galaxyproject/galaxy/commit/6993dbb6fcd112e077fbad66deae7... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-09-14 (Fri, 14 Sep 2018) Changed paths: M lib/galaxy/jobs/runners/slurm.py Log Message: ----------- Merge pull request #6705 from natefoo/slurm-cgroup-enospc [18.05] Catch additional permutations of Slurm cgroup creation warnings Commit: 18d99deb951a8d429be5695fac539c93e4c90e3e https://github.com/galaxyproject/galaxy/commit/18d99deb951a8d429be5695fac539... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-09-19 (Wed, 19 Sep 2018) Changed paths: M client/galaxy/scripts/apps/analysis.js M client/package.json M lib/galaxy/webapps/galaxy/api/tools.py M lib/galaxy/webapps/galaxy/api/workflows.py M static/scripts/bundled/admin.bundled.js M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/chart.bundled.js M static/scripts/bundled/extended.bundled.js Log Message: ----------- Decode tool id and version in the client, not in the API using `decodeUriComponent` from `decode-uri-component` JS package. Revert https://github.com/galaxyproject/galaxy/pull/6707 Remove unused `_get_tool()` method in `lib/galaxy/webapps/galaxy/api/workflows.py` . Rebuild client with: ``` make client-production-maps ``` Commit: 7f38e61caebe8e56ab1f6cf6d5b577c6b020c9d3 https://github.com/galaxyproject/galaxy/commit/7f38e61caebe8e56ab1f6cf6d5b57... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-09-19 (Wed, 19 Sep 2018) Changed paths: R lib/galaxy/dependencies/requirements.txt Log Message: ----------- Remove again lib/galaxy/dependencies/requirements.txt It was reintroduced (empty) by mistake in https://github.com/galaxyproject/galaxy/pull/4474 . Commit: 35754dc49a7d29a12fe10c444ce69c1af47b0a2b https://github.com/galaxyproject/galaxy/commit/35754dc49a7d29a12fe10c444ce69... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-09-19 (Wed, 19 Sep 2018) Changed paths: M scripts/plugin_staging.py Log Message: ----------- Fix symlinking during plugin staging Remove also broken symlinks before creating the new ones. Commit: 840041744505402ab5af4f39b84ba76599cb8588 https://github.com/galaxyproject/galaxy/commit/840041744505402ab5af4f39b84ba... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-09-19 (Wed, 19 Sep 2018) Changed paths: M client/galaxy/scripts/apps/analysis.js M client/package.json R lib/galaxy/dependencies/requirements.txt M lib/galaxy/webapps/galaxy/api/tools.py M lib/galaxy/webapps/galaxy/api/workflows.py M scripts/plugin_staging.py M static/scripts/bundled/admin.bundled.js M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/chart.bundled.js M static/scripts/bundled/extended.bundled.js Log Message: ----------- Merge pull request #6737 from nsoranzo/release_18.05_revert_6707 [18.05] Decode tool id and version in the client, not in the API Commit: 4ce8086c2052a1abee4824456ddfd48ee5cb7c6a https://github.com/galaxyproject/galaxy/commit/4ce8086c2052a1abee4824456ddfd... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-09-19 (Wed, 19 Sep 2018) Changed paths: M client/galaxy/scripts/apps/analysis.js M client/package.json R lib/galaxy/dependencies/requirements.txt M lib/galaxy/jobs/runners/slurm.py M lib/galaxy/webapps/galaxy/api/tools.py M lib/galaxy/webapps/galaxy/api/workflows.py M lib/galaxy/webapps/galaxy/buildapp.py M scripts/plugin_staging.py Log Message: ----------- Merge branch 'release_18.05' into release_18.09 Compare: https://github.com/galaxyproject/galaxy/compare/29f07f0b0ad4...4ce8086c2052 **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.
participants (1)
-
GitHub