0d30c860fc
1. Add support of Session Manager for Rest API; 2. Add Rest API for getting periodical report; 3. Add Rest API for getting console logs; 4. Fix KB-PROXY placement bug when topology file is provided; 5. Fix the logic for consolidating samples; 6. Refine Swagger definition files for Rest API; 7. Set the -c parameter in kb_gen_chart.py to required; Known Issue / TODO: 1. The Pecan server logs will be dumped to clients; 2. The RestAPI "log" need remember the offset and only gets the incremental Change-Id: If912fbfcabc73a04caa0122ffe942405a667608d
64 lines
564 B
Plaintext
64 lines
564 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
*cscope*
|
|
.ropeproject/
|
|
|
|
# KloudBuster
|
|
kb*.log
|
|
*.json
|
|
*.html
|
|
*.qcow2
|
|
scale/dib/kloudbuster.d/
|
|
.vagrant/
|