Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: dac763a665703e84bd7cd29f63de60dd75fd305c https://github.com/galaxyproject/galaxy/commit/dac763a665703e84bd7cd29f63de6... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-08-16 (Thu, 16 Aug 2018) Changed paths: M lib/galaxy/web/framework/helpers/grids.py Log Message: ----------- Keep unicode tags Should fix ``` selenium.webdriver.remote.remote_connection DEBUG 2018-08-16 19:17:13,852 Finished Request galaxy.web.framework.decorators ERROR 2018-08-16 19:17:13,858 Uncaught exception in exposed API method: Traceback (most recent call last): File "/galaxy/lib/galaxy/web/framework/decorators.py", line 157, in decorator rval = func(self, trans, *args, **kwargs) File "/galaxy/lib/galaxy/web/framework/decorators.py", line 77, in decorator return func(self, trans, *args, **kwargs) File "/galaxy/lib/galaxy/webapps/galaxy/controllers/history.py", line 317, in list return self.stored_list_grid(trans, **kwargs) File "/galaxy/lib/galaxy/web/framework/helpers/grids.py", line 139, in __call__ query = column.filter(trans, trans.user, query, column_filter) File "/galaxy/lib/galaxy/web/framework/helpers/grids.py", line 664, in filter query = query.filter(self.get_filter(trans, user, column_filter)) File "/galaxy/lib/galaxy/web/framework/helpers/grids.py", line 703, in get_filter raw_tags = trans.app.tag_handler.parse_tags(column_filter.encode("utf-8")) File "/galaxy/lib/galaxy/managers/tags.py", line 260, in parse_tags raw_tags = reg_exp.split(tag_str) TypeError: cannot use a string pattern on a bytes-like object ``` Commit: 85f76945777b09958488672ef1a7c456d2bc5980 https://github.com/galaxyproject/galaxy/commit/85f76945777b09958488672ef1a7c... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-08-17 (Fri, 17 Aug 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/tag.py Log Message: ----------- Fix one more case of tag encoding Commit: 2c6900930c2454979fcc96e9159bdbbe44bafc3b https://github.com/galaxyproject/galaxy/commit/2c6900930c2454979fcc96e9159bd... Author: Dannon <dannon.baker@gmail.com> Date: 2018-08-17 (Fri, 17 Aug 2018) Changed paths: M lib/galaxy/web/framework/helpers/grids.py M lib/galaxy/webapps/galaxy/controllers/tag.py Log Message: ----------- Merge pull request #6610 from mvdbeek/fix_selenium_py3_tests Fix remaining selenium py3 test failures Compare: https://github.com/galaxyproject/galaxy/compare/d9f394793897...2c6900930c24 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.