deb-murano/murano
Stan Lagun 9e8cec8910 Support for Unicode strings in MuranoPL was fixed
There were several issues with Unicode support in MuranoPL
after switch to yaql 1.0. Each of those issues caused any deploy
to fail if it used to do anything with non-ASCII strings

Fixed issues are:
* Unicode strings should not be encoded to str types anymore.
yaql 1.0 has native support for the Unicode and fails when non-
ASCII chars encounter in str expressions. Also tests for Unicode
support are now part of the yaql

* Traces of execution were logged not as Unicode strings.  Because
those traces contain parameter values ant function return value
logging failed when any of above contained non-ASCII chars

* Stack trace logging failed when frame expression contained
non-ASCII chars

* Exception messages could not contain non-ASCII chars

Also Logging API was not Unicode ready

Change-Id: Ief0b45f15669c5f8ee74fd6ff41fa5bc39c9500b
Closes-Bug: #1494275
2015-09-15 02:21:54 +03:00
..
api Delete the unused LOG configure code 2015-09-12 15:28:16 +08:00
cmd Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
common Fix race condition with router creation 2015-09-14 14:24:18 +00:00
db Delete the unused LOG configure code 2015-09-12 15:28:16 +08:00
dsl Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
engine Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
locale Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
packages Fix pylint errors 'unused variable' 2015-09-04 14:36:22 +00:00
policy Environment modify actions introduced 2015-09-09 12:47:45 +02:00
services Fixed 500 error in get_result API handler 2015-03-26 15:59:19 +00:00
tests Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
__init__.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00
context.py Inherit RequestContext from oslo_context's RequestContext 2015-08-13 15:12:59 +03:00
opts.py Allow setting eventlet.wsgi.MAX_HEADER_LINE 2015-07-21 13:54:15 +03:00
utils.py Log refactoring close to new logging spec 2015-09-09 20:54:26 +03:00
version.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00