Branch: refs/heads/release_18.01 Home: https://github.com/galaxyproject/galaxy Commit: 1a782eb4eb29158a203df9e02b0195ecfe496e37 https://github.com/galaxyproject/galaxy/commit/1a782eb4eb29158a203df9e02b019... Author: John Chilton <jmchilton@gmail.com> Date: 2018-02-21 (Wed, 21 Feb 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Paginate published workflow grid. @martenson mentioned he prefers the look and feel of the published history grid so this replicates that and very likely will result in quicker rendering on usegalaxy.org - though we should verify this after it is deployed since the paginated grid do result in two big join queries instead of one big query - but I suspect rendering details on fewer objects (which includes fetching tag information from the db) will saved more than enough to make up for that. Commit: 8cc675eedd8bb895cf26cfc1fa5cbcc97e75f638 https://github.com/galaxyproject/galaxy/commit/8cc675eedd8bb895cf26cfc1fa5cb... Author: Martin Cech <marten@bx.psu.edu> Date: 2018-02-21 (Wed, 21 Feb 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Merge pull request #5576 from jmchilton/workflow_paginate [18.01] Paginate published workflows grid. Compare: https://github.com/galaxyproject/galaxy/compare/8afeffe95cc6...8cc675eedd8b