deb-murano/murano/dsl
Stan Lagun aa0e112461 Introduce MuranoPL/1.1 and 1.2
1.1 is the same as 1.0 but packages with format other than
MuranoPL/1.0 (or just 1.0) will be rejected by Murano Kilo.
As a result it will be possible to specify that application
require yaql 1.0 which was introduce in Liberty.

MuranoPL/1.2 differs in that it has yaql legacy mode turned
off and several functions are now cannot be called as
MuranoObject methods. It is recommended to start development
of new applications using 1.2 format

Change-Id: Ie68cc0c37f198c10eeac79ed349f9d9d420e038f
Implements-Blueprint: muranopl-format-version-upgrade
2015-10-14 17:43:24 +03:00
..
principal_objects Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
attribute_store.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
constants.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00
context_manager.py yaql context versioning 2015-09-04 14:37:14 +00:00
dsl_exception.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
dsl_types.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
dsl.py yaql context versioning 2015-09-04 14:37:14 +00:00
exceptions.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
executor.py Fix the run_test unchecked pep8 W503 and E402 errors 2015-09-26 13:43:55 +08:00
expressions.py Migration to yaql 1.0 2015-08-25 16:08:08 +03:00
helpers.py Keyword validation regexp was fixed 2015-09-28 09:06:33 +00:00
lhs_expression.py Function caller was incorrect when called from Parallel block 2015-09-20 19:00:06 +00:00
linked_context.py yaql context versioning 2015-09-04 14:37:14 +00:00
macros.py Makes conditional expressions consistent with yaql 1.0 2015-10-09 23:35:00 +03:00
murano_class.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
murano_method.py Merge "Specification of which property/argument violated contract was added" 2015-09-28 09:58:01 +00:00
murano_object.py Fix the run_test unchecked pep8 W503 and E402 errors 2015-09-26 13:43:55 +08:00
murano_package.py Fixed incorrect MuranoPL names for some of Python-based methods 2015-09-09 17:19:43 +03:00
namespace_resolver.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
object_store.py ID references made model not able to load in 2 passes 2015-09-06 11:09:03 +00:00
package_loader.py Package versioning 2015-09-03 12:06:42 +00:00
serializer.py Fix the run_test unchecked pep8 W503 and E402 errors 2015-09-26 13:43:55 +08:00
type_scheme.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
typespec.py Specification of which property/argument violated contract was added 2015-09-28 01:11:55 +03:00
virtual_exceptions.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
yaql_expression.py Support for Unicode strings in MuranoPL was fixed 2015-09-15 02:21:54 +03:00
yaql_functions.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00
yaql_integration.py Introduce MuranoPL/1.1 and 1.2 2015-10-14 17:43:24 +03:00