Commit Graph

8 Commits

Author SHA1 Message Date
cuiweibo a39d66f94c add release-note link to README
Change-Id: I755589762e17e99649868ec16c61f859dba15370
2020-05-21 14:21:09 +08:00
jacky06 5f68888dce Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Update some URLs to latest
3. Update the UPPER_CONSTRAINTS_FILE for tox[1]

[1]: refer to  http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: Id095cbd60f5a11f25a64f37b18393afbd4b4262c
2019-06-19 22:34:53 +08:00
zhulingjie b253e825b2 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I7d8234f0a4a08844e746246b3f9c5b8a436c435b
2019-04-24 01:25:51 +08: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
Flavio Percoco 3585240cdd Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/5f7fc04c9afbb12e48b9a2b99a942d4c

Change-Id: I0753f976f6a2e39731300fc6d33b7754bddb6e04
2016-11-25 17:31:36 +01:00
Sharat Sharma 6cdeb9e83c Small changes like deletion of extra underline in the docs
Change-Id: Ic6d1ef35fc9036340139b51bc7e8c4f7d30d404f
2016-09-16 19:41:56 +05:30
Sharat Sharma 8118678ebb Replaced the invalid link to documentation with a valid one
Change-Id: I83c30c505f49b6aa0e88ad8931f3a763a2830c05
Closes-Bug: #1621433
2016-09-08 16:49:32 +05:30
Renat Akhmerov 6d75dcee7f Initial project layout
Partially implements: blueprint mistral-custom-actions-api

Change-Id: I8730e506f0a160450e47a88ca11953b8895181b9
2016-07-15 15:16:55 +07:00