aboutsummaryrefslogtreecommitdiffstats
path: root/extra/bin-for-dev
AgeCommit message (Collapse)AuthorFilesLines
2020-10-09Fix the DCAE querysebdet1-1/+1
The DCAE deployment URL can contain URI parameters that crashes the URL used by HTTP4 Camel. Also the parameter connectionTimeToLive is removed as it is transmitted in each call. The SDC client is also updated to 1.4.1 Issue-ID: CLAMP-954 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ieebdfe009f4339188c75c7a3365546779a087561 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-10-09Fix start-backend scriptsebdet1-1/+2
Just ensure the log folder is well there before starting the backend Issue-ID: CLAMP-535 Change-Id: I355ecba7dad0fa6f272a69ad6c89c422b6551094 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-09-12Add scritp for DBsebdet3-1/+62
Add scripts to load/save the db + add autogeneration of the test data used by the CSIT Issue-ID: CLAMP-496 Change-Id: I90cc4d1860562c0325038e6b8e900d99b64d201a Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-09-06Removal of previous UIsebdet1-1/+1
Removal of Angular code not used anymore, it has been replaced by React Issue-ID: CLAMP-487 Change-Id: Ib5f20a2ede032e3288340b9884fa551dc0d5da03 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-09-06Draft of React testsebdet2-0/+54
Reworking the react test with Jest & Enzyme + coverage Issue-ID: CLAMP-425 Change-Id: If287e357f4afaf712587e21ef5e0cb26f8a46d4c Signed-off-by: sebdet <sebastien.determe@intl.att.com>