Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I6e6c1befa9d867632c9cbd5ac1995aeb8560d0eb
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
License headers are added.
- Set company name based on the author who created the file first time
- Add SPDX header for Apache 2.0
Change-Id: I8f357a2d6f75179171c681f4b53e0f4249eca5a2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I61c2e38b91085d9d6c5f8d5f8a52863bec8aacd6
Signed-off-by: Cloud user <cloud@test-cloudinit.novalocal>
|
|
|
|
Change-Id: Ia75882b6ebf323ac07d06148a2e24122fc79ff57
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
Change-Id: I6d5c79e0f0f33f290bed6eec1a513b455b0aaf0f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
|
|
Change-Id: Ib3a92a28102c32db34edd625486d4fff8434d609
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
|
|
JIRA: RELENG-15
Change-Id: Ic31eda0183c0f4f5c954b9e42be7d4edad8e337d
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Change-Id: Ic1d3b6479b1afdbc1cd42536fba65dd3410b8614
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
Change-Id: I592d0b1349c418e39653628bb3701062ceaf2644
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
Change-Id: I3465e181c8f6bbb6bc4fbee3d7d3d6162487b9c0
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
|
|
Change-Id: Ida505af3bab72e589b16d4803cd6c9ef910cb6f4
Signed-off-by: MofassirArif <Mofassir_Arif@dellteam.com>
|
|
Change-Id: I9acce6f1dabb5186375894cdcdc83b392e9d872e
Signed-off-by: meimei <meimei@huawei.com>
|
|
The command 'pandoc' has to be execute in the document folder,
otherwise file path in tex can work.
JIRA: RELENG-16
Change-Id: Ia054f6354dceb386805b21721a6736a446980d71
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
|
|
JIRA: BOTTLENECK-29
Change-Id: I08b531037f28bfab41dedf9d487abb1896da130a
Signed-off-by: Yiting.Li <liyiting@huawei.com>
|
|
Change-Id: I476c8b65fd319528b28847d45de305f885be14c1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
JIRA: RELENG-16
Change-Id: Iaee8d6947306d0cf3d5e876a757816a2e7786e6f
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
Change-Id: I6d489be3631fa81e799b55cce9d9e3d1c2608140
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
Apex has own 'build' directory which is not for docs and contains
valid files.
This patch fix build dir name from 'build' to 'docs_build' to avoid
the conflict. 'output' dir name is also changed to 'docs_output'.
Change-Id: I0eb047bfb9c8b85016ce82844915e60538e4d2a8
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
JIRA:BOTTLENECK-30
Change-Id: I8f02d0b905a2b4b2c2de4f2e8dfc03fa32d469f2
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
|
|
After [1] merged, docs-build.sh cannot check and edit rst files to
add revision into source files. Build error can be found in [2].
This patch fixes this bug.
[1] https://gerrit.opnfv.org/gerrit/#/c/4659
[2] https://build.opnfv.org/ci/job/opnfv-docs-verify-master/211/console
Change-Id: I506d85341d665a1e2c854ab5965ef3abffa31446
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
|
|
http://lists.opnfv.org/pipermail/opnfv-tech-discuss/2015-December/007286.html
Change-Id: Icfdb356566918b7d5c55fbf5eb24b4c8570d32f4
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
In [1], we found that current doc-build.sh cannot create document
when the main index.rst referring to rst file in another folder.
The reason is current script only copies target src folder under the
working directory.
This patch fix this bug by making doc-build.sh to copy all src files
in the original directory structure. Then, all file links (import)
can work properly.
Error message for '_sha1_' is modified to drop directory info, but
developer can find a bad file path from grep output.
[1] https://gerrit.opnfv.org/gerrit/#/c/4353
Change-Id: I1d840b8a887306539f97321570f289ac25055a88
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
In our new documentation guideline, we suggest to create
documentation directory just in one depth from top 'docs' directory.
This rule can make sure there is no name collision.
However, some projects are already using multiple depth of
documentation directories. So, let's allow them to create their
documents without any namespace collision by creating unique names
from directory path.
Change-Id: I7806abd00be56b0a4811b3d17216495e11bca825
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
This patch adds checks for trailing whitespace or length (> 120)
in rst files. If there is any violation, the result will be posted
on gerrit as jenkins comment, but won't turn the job failed.
JIRA: RELENG-26
JIRA: RELENG-27
Change-Id: I9261e3d91921877a95eafe0a650d8da46304ef40
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
use static value to start, KPI shall be processed according to real results..
JIRA: FUNCTEST-111
Change-Id: I3aa43be36815b99e3a92923e6df3154d83c09b19
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
temp implementation: do nothing, rely on volume declared during the creation of the docker file
JIRA: FUNCTEST-97
Change-Id: I8c2e935ab8a72b5593d68236b9573b380a61dcfa
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
Change-Id: I7cb34330dbfaa94ac5b8d2efd9df6f257eccfa6c
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
JIRA:RELENG-61
Change-Id: I879fa009d53b6ea586b1fd04c52a7c3c23918427
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
JIRA:RELENG-61
Change-Id: I9017118a42f0794ac34ef03e6788366322ffd550
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
|
|
|
|
JIRA: RELENG-59
Change-Id: I73246d475b5607832c733026a76bd78d7e50af9e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
|
|
JIRA: RELENG-7
Change-Id: Ib06c814fed7e808adbb913dbaf340044f27548b6
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
Change-Id: Ia65ebe61c174dc4129d32148d71505c2a2caf480
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
Change-Id: Ib5e317f17f3ba2eef3c4f0948739f83a13968c6a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
|
|
|
|
JIRA: RELENG-53
Change-Id: Id19f748e125eb8c439560b42de4f5e1ab8e9553f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
This patch adds new jjb macros equivalent to docu-build-new.sh which
is not bash script and includes the both functions of builder and
publisher in the single file.
Change-Id: Ie078e1d62d56e593e634f7e9633386ba90bf45de
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
|
|
JIRA: FUNCTEST-64
Change-Id: I344c3a882d64acdcd310decf015f234964faeb5a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
|
|
|
|
This patch adds PDF creation into the default document build script
(utils/docu-build-new.sh), and also fixes default config file to avoid
numfig issue.
JIRA: RELENG-16
Change-Id: I6326d444cdc88e0ca6a748d7e3a9779b4321e57c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
All the test projects generate results in different format.
The goal of a testing dashboard is to provide a consistent
view of the different tests from the different projects.
We need to enable the data collection for VSPERF, in other words
VSPERF pushes data using a REST API.
JIRA: VSPERF-112
Change-Id: I5d31a0fcca9fa932ceab398fe5da073966a8809f
Signed-off-by: Radek Zetik <radekx.zetik@intel.com>
|
|
JIRA: COMPASS-158
Change-Id: I3b242f7902e7bd6c7079053bfad3b9405d559bdb
Signed-off-by: meimei <meimei@huawei.com>
|