[galaxyproject/galaxy] 14f34a: Writes logs files in UTF-8 to avoid exceptions pro...
by GitHub
Branch: refs/heads/dev
Home: https://github.com/galaxyproject/galaxy
Commit: 14f34a287f8ebfb533c44a7d1d171ee34b46d8d9
https://github.com/galaxyproject/galaxy/commit/14f34a287f8ebfb533c44a7d1d...
Author: Pablo Moreno <pablo.a.moreno(a)gmail.com>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M lib/galaxy/jobs/runners/kubernetes.py
Log Message:
-----------
Writes logs files in UTF-8 to avoid exceptions produced when trying to write non-ascii characters present in logs output.
Commit: 3431d4b1a9e4b88ec03e9bffc3ea9c63da9fb3ee
https://github.com/galaxyproject/galaxy/commit/3431d4b1a9e4b88ec03e9bffc3...
Author: Pablo Moreno <pablo.a.moreno(a)gmail.com>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Changed paths:
M lib/galaxy/jobs/runners/kubernetes.py
Log Message:
-----------
Safer version of encoding.
Commit: c9b7d9b68a53ffb58ff83ac8e86f8973a40bfe04
https://github.com/galaxyproject/galaxy/commit/c9b7d9b68a53ffb58ff83ac8e8...
Author: Pablo Moreno <pcm32(a)users.noreply.github.com>
Date: 2016-06-29 (Wed, 29 Jun 2016)
Changed paths:
M client/galaxy/scripts/viz/trackster/painters.js
M client/galaxy/scripts/viz/trackster/tracks.js
M config/datatypes_conf.xml.sample
M config/job_conf.xml.sample_advanced
A display_applications/igv/bigwig.xml
M lib/galaxy/dependencies/pinned-requirements.txt
M lib/galaxy/jobs/actions/post.py
M lib/galaxy/jobs/command_factory.py
M lib/galaxy/jobs/runners/kubernetes.py
M lib/galaxy/jobs/runners/pulsar.py
M lib/galaxy/model/__init__.py
M lib/galaxy/tools/cwl/parser.py
M lib/galaxy/tools/cwl/schema.py
M lib/galaxy/tools/parser/cwl.py
M lib/galaxy/tools/toolbox/filters/__init__.py
M lib/galaxy/web/base/interactive_environments.py
M lib/galaxy/web/proxy/js/lib/proxy.js
M lib/galaxy/webapps/galaxy/api/visualizations.py
M lib/galaxy/webapps/galaxy/controllers/dataset.py
M lib/galaxy/webapps/galaxy/controllers/library_common.py
M lib/galaxy/webapps/galaxy/controllers/user.py
M lib/tool_shed/galaxy_install/tool_dependencies/recipe/step_handler.py
M lib/tool_shed/util/basic_util.py
M run_tests.sh
M scripts/set_dataset_sizes.py
M static/maps/viz/trackster/painters.js.map
M static/maps/viz/trackster/tracks.js.map
M static/scripts/bundled/analysis.bundled.js
M static/scripts/bundled/analysis.bundled.js.map
M static/scripts/bundled/libs.bundled.js
M static/scripts/bundled/libs.bundled.js.map
M static/scripts/viz/trackster/painters.js
M static/scripts/viz/trackster/tracks.js
M templates/webapps/galaxy/dataset/copy_view.mako
M templates/webapps/galaxy/library/common/import_datasets_to_histories.mako
M tools/filters/sff_extract.py
Log Message:
-----------
Merge pull request #5 from galaxyproject/dev
keeps up to date with main galaxy dev
Commit: 79bf27e7e8fdac3b645444036de0e8439e705295
https://github.com/galaxyproject/galaxy/commit/79bf27e7e8fdac3b645444036d...
Author: Nicola Soranzo <nsoranzo(a)tiscali.it>
Date: 2016-06-29 (Wed, 29 Jun 2016)
Changed paths:
M lib/galaxy/jobs/runners/kubernetes.py
Log Message:
-----------
Merge pull request #2528 from phnmnl/dev
Writes Kubernetes logs files in UTF-8
Compare: https://github.com/galaxyproject/galaxy/compare/097eb49f5711...79bf27e7e8fd
6 years, 7 months