Updates for G Maintenance release 37/10437/1 1.0.2
authorychacon <yennifer.chacon@est.tech>
Fri, 10 Feb 2023 13:07:50 +0000 (14:07 +0100)
committerychacon <yennifer.chacon@est.tech>
Fri, 10 Feb 2023 13:07:50 +0000 (14:07 +0100)
commitf6314546c2e7c5992882fff9756ddf510151c338
treea4e03a652c6eb616fc49ef621c27cca37b108849
parenteaae8aee843bfbb67efec01385f2deeddb920c01
Updates for G Maintenance release

    Introduce setup.py to create pip distributions,
    and update README.md. Run & fix the result of local Sonarcube scan.

    Introduce test suite for unit test cases,
    implement automaic way of finding the tests

    Implement unit test for logging

    Add synchronization for data structure
    Update release notes

    Fix to expose the port outside the container

Issue-ID: NONRTRIC-838
Signed-off-by: ychacon <yennifer.chacon@est.tech>
Change-Id: Ide0aa7980f85bf4f06e268564628fd0ab5f05530
23 files changed:
catalogue-enhanced-test/build_and_start.sh
catalogue-enhanced/.gitignore
catalogue-enhanced/Dockerfile
catalogue-enhanced/README.md
catalogue-enhanced/api/rapp-catalogue-enhanced.yaml
catalogue-enhanced/config/logger.yaml [new file with mode: 0644]
catalogue-enhanced/pyproject.toml [new file with mode: 0644]
catalogue-enhanced/setup.py [new file with mode: 0644]
catalogue-enhanced/src/catalogue_manager.py
catalogue-enhanced/src/configuration/log_config.py [new file with mode: 0644]
catalogue-enhanced/src/configuration/payload_logging.py [moved from catalogue-enhanced/src/payload_logging.py with 100% similarity]
catalogue-enhanced/src/main.py
catalogue-enhanced/src/maincommon.py
catalogue-enhanced/src/repository/synchronized_rapp_registry.py [new file with mode: 0644]
catalogue-enhanced/src/repository/tosca_meta.py [new file with mode: 0644]
catalogue-enhanced/src/start.sh
catalogue-enhanced/src/util.py [deleted file]
catalogue-enhanced/src/var_declaration.py
catalogue-enhanced/tests/suite.py [new file with mode: 0644]
catalogue-enhanced/tests/test_log_config.py [new file with mode: 0644]
catalogue-enhanced/tests/test_sychronized_rapp_registry.py [new file with mode: 0644]
catalogue-enhanced/tests/test_tosca_meta.py [new file with mode: 0644]
catalogue-enhanced/tests/unittest_setup.py