4 Commits

Author SHA1 Message Date
sunqingliang6
fb8f4e3ce6 fix the method description, wrong grammar
Change-Id: I6dbb40ada4b6a9ab12a0291dedd62718f76baae0
2018-01-16 14:03:16 +08:00
guotao
ae4fa908cf Fix the method description
Fix the method description in serialization.py

Change-Id: I8553f5f1c6917cd6ebde00a9ce70c3af7edd9572
2018-01-16 09:04:03 +08:00
Renat Akhmerov
e4b9b5543f Update serialization from 'mistral' repo with latest changes
Note: We need to switch to 'serialization' from 'mistral-lib' as soon
as we switch 'mistral' to use 'mistral-lib'.

Change-Id: I608ba7abb097d19cce3d20c48e1669fa4b96dc77
2017-05-03 11:31:07 +07:00
Ryan Brady
5764aec7ae Adds minimum common shared code for custom actions API
This patch includes the initial data types, serialization,
string utilities, base exception classes and defines a
base action that includes a context argument.

The mistral_lib.api namespace was also removed in favor of
following the python convention of using an underscore to
denote private methods and considering all other methods
public.

This patch removes code previously added as a placeholder
to match the spec.  As of the Atlanta PTG, the purpose of
this library is now to store common code used within Mistral
ecosystem and 3rd party integration interfaces including
the Custom Actions API and Custom YAQL Functions API.

Change-Id: I77da3cd6eba6c5a9953656d432bc959bd3747ada
Partially-Implements: blueprint mistral-custom-actions-api
Partially-Implements: blueprint mistral-actions-api-main-entities
2017-03-14 10:14:03 -04:00