3 Commits

Author SHA1 Message Date
Eyal
85022089b2 Wrong call to super
Change-Id: If3d3b044a0455000c80bea4e6240ad98d74cc540
2019-10-30 14:20:44 +02:00
Dougal Matthews
b5066c3c56 Remove the unused ApplicationContextNotFoundException
Change-Id: I3ac12ee4a7d7369ac7f59b969b0ca07b4752b3b5
2017-04-25 14:47:36 +01: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