Commit Graph

9 Commits

Author SHA1 Message Date
Sean McGinnis acd9d54547 Retire repo
This removes all content and updates the README with instructions
on how to access the last version before retirement.

Change-Id: I48b201ea662cd9527bc316b9ad5adc777309ebb1
2018-01-10 07:10:52 -06:00
lawrancejing 05169b73e7 Remove version from setup.py
To better integrate with new release management infra.
As per http://lists.openstack.org/pipermail/openstack-dev/2015-December/081431.html

Change-Id: I1c3da7ccfce96d2be1b63bad4e8bdafc2528d423
2015-12-10 17:22:49 +00:00
Liuqing Jing bf30391841 Support workflow creation
Partial-Implements: blueprint workflow

Change-Id: I19f4a82b373cbc6f4c4367648ec1c66a35ce4e2e
2015-11-19 13:40:54 +00:00
lawrancejing 5af7ca5098 Add translation support for evoque
https://wiki.openstack.org/wiki/Translations
https://wiki.openstack.org/wiki/Translations/Infrastructure

Later we can add ZANATA project for translation

Change-Id: Ida5c82bcfd129b3504f3650cbf0b4cbd3705291b
2015-11-09 15:08:21 +00:00
lawrancejing 3465da931c Add Evoque engine
1. tox --recreate -egenconfig
2. cp evoque.conf /etc/evoque
3. update database connection and rabbitmq info
4. evoque-api #service
5. evoquoe-engine #service
6. Use restclient(firefox plugin) to post data, the data
   should be json format

restclient screenshot: http://pasteboard.co/1YY9tO14.png

Although lots nits inline, but we should move forwarding now:-)

Change-Id: Ic1a8fafd4574baa888e29eea48143a87299d206e
2015-11-08 12:20:17 +00:00
lawrancejing 10f6fb8070 Add Evoque model framework
Fisrtly you should install evoque:
    `python setup.py install develop`

1. tox -egenconfig
2. mkdir /etc/evoquea && cp etc/evoque/evoque.conf /etc/evoquea
3. create database `evoque` and grant privileges for someone
4. update the database connection of /etc/evoque/evoque.conf
5. evoque-manage db_sync

Change-Id: Ice7fddeb93d1c524ba4ab09c26e14170eeca70f9
2015-11-05 16:09:50 +00:00
lawrancejing 336b098a05 Move api to cmd directory
Change-Id: I92c7ecf96c71de7ca53fb0e31a6e3302df0395f2
2015-11-05 09:40:32 +00:00
lawrancejing 085f3b716f Add pecan api framework
To test:
1. python setup.py install
2. evoque-api
3. visit http://evoque-server:8888/
   or visit http://evoque-server:8888/v1/ticket

Change-Id: I0e47c1117e71b3215ff843e040d702cd517a3d5c
2015-10-19 23:31:31 +00:00
lawrancejing 8928f9a701 Initial commit
Change-Id: I9ba9bdf672750b3c1e3347038026fcd2ba695341
2015-09-30 06:26:47 +00:00