Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: af3f8cf8464a1c3d055ad9adb7122a4adc541dda
https://github.com/galaxyproject/galaxy/commit/af3f8cf8464a1c3d055ad9adb712…
Author: Nicola Soranzo <nicola.soranzo(a)tgac.ac.uk>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M config/datatypes_conf.xml.sample
Log Message:
-----------
Redefine svg datatype as subclass of GenericXml
SVG is XML-based and Python Pillow does not support it.
Commit: 5b52b73fbb3a92a842cc6f9e36091c62ed7727f0
https://github.com/galaxyproject/galaxy/commit/5b52b73fbb3a92a842cc6f9e3609…
Author: Nicola Soranzo <nicola.soranzo(a)tgac.ac.uk>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M .ci/flake8_lint_include_list.txt
M .ci/py3_sources.txt
M lib/galaxy/datatypes/assembly.py
M lib/galaxy/datatypes/constructive_solid_geometry.py
M lib/galaxy/datatypes/data.py
M lib/galaxy/datatypes/dataproviders/base.py
M lib/galaxy/datatypes/images.py
M lib/galaxy/datatypes/msa.py
M lib/galaxy/datatypes/ngsindex.py
M lib/galaxy/datatypes/proteomics.py
M lib/galaxy/datatypes/tabular.py
Log Message:
-----------
Datatype classes fixes: wrong file_ext, import order, Python3
- Specify some classes are abstracts
- Use super() to call superclass methods
- Various simplifications
Commit: 3fd0e405fd6cb3333397ec19e627a4cf6ae36fe6
https://github.com/galaxyproject/galaxy/commit/3fd0e405fd6cb3333397ec19e627…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M .ci/flake8_lint_include_list.txt
M .ci/py3_sources.txt
M config/datatypes_conf.xml.sample
M lib/galaxy/datatypes/assembly.py
M lib/galaxy/datatypes/constructive_solid_geometry.py
M lib/galaxy/datatypes/data.py
M lib/galaxy/datatypes/dataproviders/base.py
M lib/galaxy/datatypes/images.py
M lib/galaxy/datatypes/msa.py
M lib/galaxy/datatypes/ngsindex.py
M lib/galaxy/datatypes/proteomics.py
M lib/galaxy/datatypes/tabular.py
Log Message:
-----------
Merge pull request #2690 from nsoranzo/datatypes_fixes
Misc datatypes fixes and enhancements
Compare: https://github.com/galaxyproject/galaxy/compare/9aac1569f4b0...3fd0e405fd6c
Branch: refs/heads/release_16.07
Home: https://github.com/galaxyproject/galaxy
Commit: 62fdbd526ae34357d3fbb44cedc46635c4df7cbb
https://github.com/galaxyproject/galaxy/commit/62fdbd526ae34357d3fbb44cedc4…
Author: Dannon Baker <dannon.baker(a)gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M lib/galaxy/util/__init__.py
Log Message:
-----------
Fix the sanitization of None values in utils. This had previously not happened because Params had only been sanitizing strings coming in as part of the request, but if you're passing off (potentially manipulated, as in adding None default params) to a secondary request for a response, this can happen.
Commit: ed7c357668df5bbb3381fae94353465594c7e184
https://github.com/galaxyproject/galaxy/commit/ed7c357668df5bbb3381fae94353…
Author: John Chilton <jmchilton(a)gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M lib/galaxy/util/__init__.py
Log Message:
-----------
Merge pull request #2693 from dannon/utils_fix_sanitization_of_none
[16.07] Fix the sanitization of None values in utils. This had previously no…
Compare: https://github.com/galaxyproject/galaxy/compare/62815aff39c2...ed7c357668df