Alexander Tivelkov 79b2a2b935 dump() function added to DSL
Added a dsl-level yaql function 'dump' capable to serialize any given
MuranoPL object into one of three different formats identified by its
`serialization_type` argument:

* `Serializable` - a json-compliant notation with '?'-sections
                   describing type metadata including type name,
                   package and package name.
* 'Inline'       - a MuranoPL-compliant notation with dict keys being
                   instances of `MuranoType` class.
* `Mixed`        - similar to `Serializable` but type information is
                   not stringified and is present in '?'-sections as
                   objects of MuranoType class.

Function arguments also control whether object upcasting should be
honored or ignored.

Change-Id: Id36bb5daf9ebbdc42b09ad7bb956f51cfbf3c465
2016-07-28 18:45:38 +03:00
2016-07-01 08:42:12 +00:00
2016-06-08 09:58:21 +00:00
2016-03-30 13:20:53 +07:00
2016-07-28 18:45:38 +03:00
2016-07-28 18:45:38 +03:00
2016-07-01 17:37:45 +03:00
2016-02-12 09:40:47 +09:00
2013-05-31 16:18:01 +04:00
2015-12-21 15:53:15 +08:00
2015-09-17 12:13:02 +00:00
2016-07-11 20:33:18 +03:00

Murano

Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.

Project Resources

License

Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 18 MiB