13 Commits

Author SHA1 Message Date
Lingxian Kong
6e6af39550 Remove AUTHORS file from git tracking
Change-Id: I44c32ab76d91520a87d3fbcac3b41f5cc389d30c
2016-06-03 10:28:39 +12:00
Nina Goradia
fdb24bd697 module docs are not being generated
The pbr section in setup.cfg is not defined, so the module docs are not being
generated. This causes the 404 when clicking on the ‘Module Index’ link under
the 'Indices and Tables’ section in [0].

[0] http://docs.openstack.org/developer/mistral/

Change-Id: I337e9f6e78257a3e8e9222779dfcd600ba6cebd8
Closes-bug: #1558574
2016-03-21 17:27:14 -05:00
Dan Prince
e02ceb8879 Add etc/mistral.conf.sample to .gitignore
Change-Id: I94dedf099c9997e57d0a933c3ff9fb0973e28975
2015-12-01 14:03:02 -05:00
Lingxian Kong
559c440cd8 Adding releasenotes management to Mistral
Please get more information here[1][2] for understanding well about reno.

[1]: http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html
[2]: http://docs.openstack.org/developer/reno/design.html

Change-Id: Iaba8cb4fd2de069debf75ba28977380b6a4cc09c
2015-11-21 00:26:36 +08:00
zhu.rong
06e7520065 Update the gitingore file and tox.ini
1.update the gitingore file for .swp.
2.delete the no need line before build the docs in tox.ini.

Change-Id: I64b9da411a902a9cedf90d69f59e3d32cc1913e1
2015-08-20 22:05:39 +08:00
Nikolay Mahotkin
f0d95d99ea Mistral documentation: Initial commit
* initial documentation skeleton for further writing.
 * Added man page to the conf (otherwise we get warning message)
 * Added ChangeLog to .gitignore
 * Changed html theme on readthedocs

Partially implements blueprint mistral-documentation

Change-Id: Iffc6e0e8b97d3599aa8c09b03011586354241abd
2015-08-07 12:06:53 +03:00
Winson Chan
71f74a93cb Modify run_tests.sh to support PostgreSQL
Modify run_tests.sh to run unit tests with PostgreSQL. Fix a number of
connection pool and deadlock related issues in the unit tests. Fix DB
clean up routine to remove records in the correct context and order.

Change-Id: If88c00a326c025af885d061ca95588939195b7c5
Implements: blueprint run-unit-tests-on-postgresql
2015-07-06 19:16:59 +00:00
Nikolay Mahotkin
9cfc57fed3 Move tests to testr
* Restored tools/install_venv scripts

Implements bp mistral-speedup-tests

Change-Id: I25d4755d1f06a248fe1de87da19f42fecba63404
2014-06-04 14:58:29 +04:00
Renat Akhmerov
9ad619690b Adding all conf files in etc/ to .gitignore
Change-Id: Id6cf1818a64170fd8695cf7867cbf905646507ec
2014-04-24 12:45:45 +07:00
Alexander Kuznetsov
cafa9fed0e Added trust for workbook runs
Change-Id: Id2afa200858ce1cf9481883134d3c3d524f44cd9
2013-12-24 16:54:56 +04:00
Renat Akhmerov
bb6dd45ec4 Implementing scalable Mistral Engine
* Asynchronous tasks
* Separate stateless task executors
* Notification of task executors via RabbitMQ

TODO:
* DB transaction management
* Analyzing graph of tasks to identify what should be started
* Thorough automated tests

Partially implements blueprint: mistral-poc
Partially implements blueprint: mistral-workflow-execution
Partially implements blueprint: mistral-engine-ha

Change-Id: I022e1b73b9a3c58f1fbc259ba3e5995acd2bf6c3
2013-12-12 21:06:36 +07:00
Renat Akhmerov
04903b823e Add .gitreview, setup.py and other infrastructure.
* .gitreview
* Disutils files
* tox configuration
* add .venv to ignore
* "mistral" package
* Sphinx documentation skeleton

Change-Id: I1d9aa5105b0dbc458665e9b16fd84826a18a36bf
2013-11-01 02:57:27 +07:00
Renat Akhmerov
750b1976c3 Adding .gitignore 2013-10-22 16:26:41 +07:00