Seed code for rApp Catalogue new repo 22/7722/3
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 10 Feb 2022 09:46:05 +0000 (10:46 +0100)
committerHenrik Andersson <henrik.b.andersson@est.tech>
Mon, 14 Feb 2022 12:00:38 +0000 (12:00 +0000)
commit4746a717d21f31b39302190a892f31c6db51eca8
treef0ff98e946b0aa24b407a43900bf9b69b2da55d1
parentc3242fdd0d5b8c64dbf65c395969b4cdebae5ea8
Seed code for rApp Catalogue new repo

Issue-ID: NONRTRIC-717
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I1115ddd6fde117f7c630e0673d46427f5e928eab
34 files changed:
.gitignore [new file with mode: 0644]
.readthedocs.yaml [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
README.md [new file with mode: 0644]
api/rac-api.json [new file with mode: 0644]
api/rac-api.yaml [new file with mode: 0644]
config/application.yaml [new file with mode: 0644]
config/r-app-catalogue-keystore.jks [new file with mode: 0644]
docs/_static/logo.png [new file with mode: 0644]
docs/api-docs.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/conf.yaml [new file with mode: 0644]
docs/developer-guide.rst [new file with mode: 0644]
docs/favicon.ico [new file with mode: 0644]
docs/images/swagger.png [new file with mode: 0644]
docs/images/yaml_logo.png [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/overview.rst [new file with mode: 0644]
docs/release-notes.rst [new file with mode: 0644]
docs/requirements-docs.txt [new file with mode: 0644]
eclipse-formatter.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]
pyvenv.cfg [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
src/main/java/org/oransc/rappcatalogue/api/GeneralRappCatalogueControllerAdvisor.java [new file with mode: 0644]
src/main/java/org/oransc/rappcatalogue/api/ServicesApiDelegateImpl.java [new file with mode: 0644]
src/main/java/org/oransc/rappcatalogue/configuration/TomcatConfig.java [new file with mode: 0644]
src/main/java/org/oransc/rappcatalogue/exception/HeaderException.java [new file with mode: 0644]
src/main/java/org/oransc/rappcatalogue/exception/InvalidServiceException.java [new file with mode: 0644]
src/main/java/org/oransc/rappcatalogue/exception/ServiceNotFoundException.java [new file with mode: 0644]
src/test/java/org/oransc/rappcatalogue/HttpsRequestTest.java [new file with mode: 0644]
src/test/java/org/oransc/rappcatalogue/api/GeneralRappCatalogueControllerAdvisorTest.java [new file with mode: 0644]
src/test/java/org/oransc/rappcatalogue/api/ServicesApiDelegateImplTest.java [new file with mode: 0644]
tox.ini [new file with mode: 0644]