Age | Commit message (Collapse) | Author | Files | Lines |
|
Constructing SQL statement by python % formatting operator is
dangerous. Use psycopg2 placeholder to escape special characters.
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Issue-ID: DCAEGEN2-2836
Change-Id: I5ac804bc3e280c3eae14a5e224ca5fc7c7faccb7
|
|
Remove unused import statements from script.
Bumped up version to 2.3.0.
Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com>
Issue-ID: DCAEGEN2-2833
Change-Id: I015e89f1b56ca12483e432bf67123f33140d722c
|
|
Moved setting PYTHONPATH and PATH to Dockerfile as thats where python
version is defined (baseOS image)
Switched hardcoded python3.8 to python3.
psycopg is recommended to be built from source for production use, yet
CI environment does not have the dependencies to build it.
To circumvent that, requirements were split into:
- requirements-common.txt that should be included for each environment
- requirements-docker.txt that force building of psycopg in docker
- requirements.txt that use psycopg-binary for ci purposes
Benefits from switching over:
* minimal {java11,python} images maintained by integration team
* using currently "blessed by seccom" versions (:latest tag used)
* should limit spread of legal issues across layers
* integration images will be the first to have automated compliance
documentation
* should limit spread of base layers (contributing to deployment
footprint - more base layers = more to download, more to store etc...)
Issue-ID: INT-1864
Issue-ID: DCAEGEN2-2420
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Change-Id: I77be2fd9dd53613a1a6ad26f8f0b506073f1cca6
|
|
Change-Id: Ibad86b3b146a0388569827fa30e475c6f4bd984c
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-2396
|
|
Use image recommended by SECCOM
Issue-ID: DCAEGEN2-2292
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I8d77f150c9fe314bf26bac2c9fac7ebc9782c9d8
|
|
Change-Id: If2333af2a9f5720f2dd404fa937f16ea78267895
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1891
|
|
Change-Id: I35c1aee31337e5be4b0f87e42ea96f755ea50c66
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-1902
|
|
Change-Id: I30632d2e34401f8eff6e67b9b3d8abba32e80050
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-1902
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
|
|
Heartbeat service monitors missing HB notification
Issue-ID: DCAEGEN2-267
Change-Id: I21f36056e9509a167bff476231a6bbd661aca1b9
Signed-off-by: SrikanthNaidu <sn8492@att.com>
|
|
Issue-ID: DCAEGEN2-279
Change-Id: I3f78e0870d4c620a304fb8d218f1d30187b4fbef
Signed-off-by: Gokul Singaraju <gs244f@att.com>
|
|
Mvn group needs to reflect the repo/project path.
Issue-ID: DCAEGEN2-206
Change-Id: I01776006903cb0fd2597f3dde5c790fbbd0531da
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: I4a2bfa43149dbb19231baa19e828aacadbfe0abd
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Entry in Sonar was mislabelled.
It was labelled dcaegen2-platform-heartbeat instead of dcaegen2-services-heartbeat
Change-Id: Ib1b3fa0d96d534d19b24e7965e592d57c16dcb05
Issue-ID: CIMAN-65
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
|
|
Issue-ID: DCAEGEN2-275
Change-Id: I2a2def9aef7664b58c6c3b74318343699fbf6c22
Signed-Off-by: Gokul Singaraju <gs244f@att.com>
|