Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 4eee1a4271 Update requirements manually
The global requirments sync for this repo fails since it lists
packages that are not in the global list. Manually sync
requirements.

Failure log from requirements sync:
http://logs.openstack.org/d8/d89aad257d43fe02e42e44b2a0187dbd9f505c36/post/propose-update-requirements/15a7777/job-output.txt.gz#_2018-01-31_06_51_56_655451

Errors are:
'aniso8601' is not in global-requirements.txt or blacklist.txt
'click' is not in global-requirements.txt or blacklist.txt
'Flask-Cors' is not in global-requirements.txt or blacklist.txt
'itsdangerous' is not in global-requirements.txt or blacklist.txt
'MarkupSafe' is not in global-requirements.txt or blacklist.txt

Change-Id: I1cc19066f2127c37b7122e0068037d41f60fdaaf
2018-01-31 09:12:45 +01:00
chenghuiyu 4a3e007108 Update os-api-ref>=1.4.0
Change-Id: I6631eff6e45bfac67aeb00c09957ba7b2b3d4c41
2017-09-19 15:54:59 +08:00
John L. Villalovos b494488945 Use flake8-import-order
Use the flake8 plugin flake8-import-order to check import ordering. It can do
it automatically and don't need reviewers to check it.

Change-Id: Ief79a4696d7cd9b57e61a68e76bebb01027ed44c
2017-02-27 12:45:06 -08:00
John L. Villalovos ba6ec012e8 Update hacking requirement to be in sync with g-r
Update the hacking requirement to be in sync with
openstack/requirements/global-requirements.txt

Change-Id: Ice02a2f042793a72222392745c594ecfa1ea1f31
2017-02-27 12:44:56 -08:00
Lin Yang 66883dc2b4 Auto add timestamp fields into db model
Created new class ModelBaseWithTimeStamp() to automatically handle
these timestamp fields: created_at and updated_at when user
create/update key-value pair in database.

Change-Id: I8fe69e2ec9866d0ccf020f3687af754d96242f46
Closes-Bug: #1652390
2016-12-28 15:27:29 -08:00
Andy Yan fe2dec259a fix '#tox -e api-ref' not working for generating Valence API Docs
Closes-Bug: #1647272
Change-Id: I2e7a1a57e7d2600f35573e195bd14c2f26ff540c
2016-12-05 16:51:24 +08:00
Lin Yang 0ac90c5522 Initial import from external repository
External repo: https://github.com/mganguli/RSC
Commit: 49199a82045f1d6f231eb477de3dbcd59492e9d9

Change-Id: I9eaec387605a39ba5e4c571026cacb1845938231
2016-10-07 08:50:05 +08:00