Branch: refs/heads/release_16.01 Home: https://github.com/galaxyproject/galaxy Commit: 7d1b525682c9dd0786b7ccca23c3b0695b3c0751 https://github.com/galaxyproject/galaxy/commit/7d1b525682c9dd0786b7ccca23c3b... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-03-25 (Fri, 25 Mar 2016) Changed paths: M client/galaxy/scripts/viz/trackster/tracks.js M lib/galaxy/webapps/galaxy/api/datasets.py M static/maps/viz/trackster/tracks.js.map M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/viz/trackster/tracks.js Log Message: ----------- The response from dataproviders here can return data===null in addition to being simply undefined. This corrects the logic shortcutting and prevents errors like 'Cannot read property 'min' of null' Commit: 425f0daa2d9030a36c2af5b144a4d563542153a2 https://github.com/galaxyproject/galaxy/commit/425f0daa2d9030a36c2af5b144a4d... Author: Daniel Blankenberg <dan.blankenberg@gmail.com> Date: 2016-03-25 (Fri, 25 Mar 2016) Changed paths: M client/galaxy/scripts/viz/trackster/tracks.js M lib/galaxy/webapps/galaxy/api/datasets.py M static/maps/viz/trackster/tracks.js.map M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/viz/trackster/tracks.js Log Message: ----------- Merge pull request #2014 from dannon/trackster_dataprovider_fix [16.01] Fix trackster erroring when fetching data from regions or datasets with no content. Compare: https://github.com/galaxyproject/galaxy/compare/8accc56132ff...425f0daa2d90