Commit Graph

5 Commits

Author SHA1 Message Date
caihui 11dfa6a003 Use setstr to execute unittest test
The stestr[1] is parallel Python test runner designed to execute unittest test suites using multiple processes.
Test cases can be executed faster.

[1]https://github.com/mtreinish/stestr

Change-Id: Ic0b210685535f94a70a175385afdd9f399f4d690
2020-07-01 21:00:10 -07:00
Saad Zaher d8e0dc21e0 Part 1: Implement Sqlalchemy driver for freezer-api
Add support to oslo.db to be used as a DB driver. The DB driver will be
used with API v2. When it's completely implemented, API V1 will be
deprecated and removed by the end of the cycle. Freezer-api will keep
supporting V2 with Elasticsearch, Sqlalchemy drivers.

This patch implements the follow:
    * Abstract Base DB driver to be implemented by each driver
    * Base driver; will return only access to the db engine, session
    * SqlAlchemy driver;
    * ElasticSearch driver;
    * Implement both drivers in freezer-manage

Partially-Implements: blueprint oslo-db

Depends-On: I81e417155da48f46dd2113e5745fb3c21c96499f
Depends-On: I2e5724b1f1a75121952e2beb3844d2c489e4df68
Depends-On: Idb4ac050652d1d0107bf3fcd447d7cbedd811809
Depends-On: I81d46c89859752c0cbc21ef02de90db7f19f942c
Change-Id: I93ed1b909f538728a1a9bd5c8b07baf7aeddb705
2018-02-19 11:12:38 +00:00
Saad Zaher 191e7c9844 Added releasenotes for freezer-api
Change-Id: I264ba12975d525e899147fd20f0147ac832117b5
Implements: blueprint maintain-releasenote
2016-10-21 10:16:44 +00:00
Fausto Marzi e89b5fc80e Add Sphinx doc build
Change-Id: I06391e714c94b2308b2ce20ba503cb5773bf829e
Closes-Bug: #1542061
2016-02-06 21:13:11 +00:00
Fausto Marzi d55b4c51e5 Added .gitignore .pylintrc, enabled pylint, fixed pylint error
Now the pylint env is enabled in tox.ini. Also .gitignore
and .pylintrc are available part of the repo.

Change-Id: I81078bd95c6aaf8dee2a8d36f0d782a457bd4b94
2015-08-04 22:56:05 +01:00