Age | Commit message (Collapse) | Author | Files | Lines |
|
- added a new page for system level dialogues
- fixed few missed hyperlinks on controlloops main page
Issue-ID: POLICY-3363
Change-Id: Iccc1a1493f594ed8f7d55da247d637567abff4ec
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
|
|
This commit adds a profile for generating Swagger documents and creating
a tarball containing the swagger.json, swagger.html, and swagger.pdf
files.
The profile is triggered in any module when tsts are enabled (In other
words when the skipTests flag is off), and when the following proerty is
set:
<swagger.generation.phase>post-integration-test</swagger.generation.phase>
This profile assumes that a unit test exists that creates the following
file:
target/swagger/swagger.json
If this file does not exist, the build will fail if the profile is
invoked.
Therefore, to generate the Swagger documentation tarball, a module must
set the swagger.generation.phase propety AND have a unit test that
generates the swagger.json file.
Issue-ID: POLICY-3424
Change-Id: I8ff769e7a28bf0e00969d1bc677fee6908951d8a
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-2073
Change-Id: I67bcd417329231d5297d8f7e9c982b788cb46928
Signed-off-by: Chenfei Gao <cgao@research.att.com>
|
|
Adding swagger and global api table to api rst documentation
Issue-ID: POLICY-1680
Change-Id: Iae966917b73a8762172e708fe207c4fc6e52615f
Signed-off-by: Chenfei Gao <cgao@research.att.com>
|
|
This will be used in all the projects for integration
testing.
Also cleared some intelliJ from .gitignore
Issue-ID: POLICY-1273
Change-Id: If2cc6a28a972a5b4dbbb64139f0fad6e8518cb5c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Add initialize .gitreview, .gitignore, README and license
Change-Id: I2c900408495aea8251b4fa13fe9a3b4e45fa6a43
Issue-ID: POLICY-771
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|