Branch: refs/heads/release_16.04 Home: https://github.com/galaxyproject/galaxy Commit: 7c2c2ca62a069700725c67e08053389b583680e7 https://github.com/galaxyproject/galaxy/commit/7c2c2ca62a069700725c67e080533... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M lib/galaxy/datatypes/tabular.py Log Message: ----------- Tabular dataset chunking fix which should prevent duplicated lines. Skipping to the newline previously shifted the chunk past where it should read. Commit: acdfd2423f3e8764375d0b7a23dad3c919db47fc https://github.com/galaxyproject/galaxy/commit/acdfd2423f3e8764375d0b7a23dad... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M lib/galaxy/datatypes/tabular.py Log Message: ----------- Rename vars to be sensible, add comment to clarify what this is doing. Commit: 84d152082009418f2fd5dfe0e9001e8924a678fc https://github.com/galaxyproject/galaxy/commit/84d152082009418f2fd5dfe0e9001... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M client/galaxy/scripts/mvc/dataset/data.js M lib/galaxy/datatypes/tabular.py M lib/galaxy/webapps/galaxy/controllers/dataset.py Log Message: ----------- Absolute positioning for tabular dataset chunking, vs abstract chunk. Ships a minimum of one line regardless of size, and relies on client to know position. Commit: ca4b51b390d14077188b5226e4c83ed0991dcbb5 https://github.com/galaxyproject/galaxy/commit/ca4b51b390d14077188b5226e4c83... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M static/maps/mvc/dataset/data.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/dataset/data.js Log Message: ----------- Make client with new tabular display. Commit: a65faa961ca434901baaaeffe2e5926d4ac523c1 https://github.com/galaxyproject/galaxy/commit/a65faa961ca434901baaaeffe2e59... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M lib/galaxy/datatypes/tabular.py M lib/galaxy/webapps/galaxy/controllers/dataset.py Log Message: ----------- Fix tabular chunked display offset=0 request, pass through ck_size to allow client specification of chunk size overriding the app defaults (neither of these are used by the js client currently though) Commit: d7cdf74bdf2690ab1d83cb262021251ae3e28d14 https://github.com/galaxyproject/galaxy/commit/d7cdf74bdf2690ab1d83cb2620212... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M lib/galaxy/datatypes/tabular.py Log Message: ----------- Handle the case when the last character of the initial read is a newline. Commit: b7718a0f9ae3a626ab88080e0798a451597984c8 https://github.com/galaxyproject/galaxy/commit/b7718a0f9ae3a626ab88080e0798a... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-06 (Wed, 06 Jul 2016) Changed paths: M lib/galaxy/datatypes/tabular.py Log Message: ----------- Swap ck_size default from 0 to None to indicate unset. This does not change any behavior at all, but @nsoranzo requested the change to make usage more clear. Commit: 1d8f39d987217c09048e05e1d5443173eb02a9f2 https://github.com/galaxyproject/galaxy/commit/1d8f39d987217c09048e05e1d5443... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-07 (Thu, 07 Jul 2016) Changed paths: M lib/galaxy/datatypes/binary.py M lib/galaxy/datatypes/data.py M lib/galaxy/datatypes/molecules.py M lib/galaxy/datatypes/text.py M lib/galaxy/webapps/galaxy/controllers/dataset.py Log Message: ----------- Remove old, unused arguments from some display_dataset methods, minor argument tweaks. Commit: 4da2119c2560c68cb716270933959eb8cf3d48ed https://github.com/galaxyproject/galaxy/commit/4da2119c2560c68cb716270933959... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-07 (Thu, 07 Jul 2016) Changed paths: M lib/galaxy/webapps/galaxy/api/datasets.py Log Message: ----------- Remove explicit 'chunk' parameter passthrough in datasets API Commit: 05c063b13a3fb4acf99af4ecbeb5d2350369301d https://github.com/galaxyproject/galaxy/commit/05c063b13a3fb4acf99af4ecbeb5d... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-07-08 (Fri, 08 Jul 2016) Changed paths: M client/galaxy/scripts/mvc/dataset/data.js M lib/galaxy/datatypes/binary.py M lib/galaxy/datatypes/data.py M lib/galaxy/datatypes/molecules.py M lib/galaxy/datatypes/tabular.py M lib/galaxy/datatypes/text.py M lib/galaxy/webapps/galaxy/api/datasets.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M static/maps/mvc/dataset/data.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/dataset/data.js Log Message: ----------- Merge pull request #2587 from dannon/backport_tabular_fix [16.04] Tabular Dataset Display Fixes Compare: https://github.com/galaxyproject/galaxy/compare/ab2e48bae739...05c063b13a3f