Branch: refs/heads/release_16.01 Home: https://github.com/galaxyproject/galaxy Commit: 5f24afb1b3eebb7e30cee3958015b972b0bf2b1d https://github.com/galaxyproject/galaxy/commit/5f24afb1b3eebb7e30cee3958015b... Author: Eric Enns <eric.enns@phac-aspc.gc.ca> Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M lib/galaxy/datatypes/data.py Log Message: ----------- Fix off by one error, causing only first line of file to be rendered in peek. Commit: 09b9339569d688e89b6f6fb9abc32b8e2b465e28 https://github.com/galaxyproject/galaxy/commit/09b9339569d688e89b6f6fb9abc32... Author: Eric Enns <eric.enns@phac-aspc.gc.ca> Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M lib/galaxy/datatypes/data.py A test/unit/datatypes/test_data.py Log Message: ----------- Fixed to only line_count not line_count + 1 lines and added in really basic test Commit: 7e389c7d54da91298c4b5970314c7e5040902952 https://github.com/galaxyproject/galaxy/commit/7e389c7d54da91298c4b5970314c7... Author: Eric Enns <eric.enns@phac-aspc.gc.ca> Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M lib/galaxy/datatypes/data.py Log Message: ----------- Fixed E226 Commit: 85671bd466e8bfca0dc22c8fbdc6385a3e9dcf1e https://github.com/galaxyproject/galaxy/commit/85671bd466e8bfca0dc22c8fbdc63... Author: Eric Enns <eric.enns@phac-aspc.gc.ca> Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M test/unit/datatypes/test_data.py Log Message: ----------- Fixed E302 Compare: https://github.com/galaxyproject/galaxy/compare/67c4df712a0d...85671bd466e8