Age | Commit message (Collapse) | Author | Files | Lines |
|
Add license for all files in this repo except following:
1. all .png, .gif and .json files
2. all empty __init__.py files
3. MANIFEST.in
4. .htmllintrc
5. node-requirements.txt
6. update/README.md
7. opnfv_testapi/ui/auth/rsa.pem
8. opnfv_testapi/tornado_swagger/README.md
9. 3rd_party/static/testapi_ui/favicon.ico
10. 3rd_party/static/onap_ui/favicon.ico
Change-Id: I6329d09b67cdafaa545cea7894e5edf3466d0009
Signed-off-by: xudan <xudan16@huawei.com>
|
|
Change-Id: Ic294155075962f0b78e3102cff993ee2421ad99e
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
|
|
JIRA: DOVETAIL-755
This patch improves Docker deployment. It removes the extra unwanted
container. In addition, it removes unused files. Finally, it fixes the
issue of python install where the static files of swagger where not
installed inside the api container.
Change-Id: Id74c88ab77182ed233f0eedad39ff8da245bb3dd
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
|
|
This patch:
- Fixes W504 and ignores W503, based on new rules for breaking with
binary operators
- No longer ignores lines bigger than 80 characters.
- Comments out a specific unit test beucase it has an abnormal
behavior. Sometimes, it passes while other it does not. It is not
code related problem, but it results in false positive negative
votes from jenkins-ci.
Change-Id: I02d76daf2eb64621a599e6179ca4912b63b59d88
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
|
|
JIRA: DOVETAIL-742
This patch revives unit test and flake8 tests of webportal. In
addition, it fixes errors and enables handling of some uris which
were forgotten.
Change-Id: I8225c7ca08a3c97b6e77f00490defc91046a2dd6
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
|
|
This is only the first step to simply copy the file here.
There still need some more work to make sure all work well.
All the changes will be submitted with other patches to make it easily to review.
JIRA: DOVETAIL-671
Change-Id: I64d32a9df562184166b6199e2719f298687d1a0a
Signed-off-by: xudan <xudan16@huawei.com>
|