aboutsummaryrefslogtreecommitdiffstats
path: root/common-app-api
AgeCommit message (Collapse)AuthorFilesLines
2018-10-02exception is thrown on import normativeTal Gitelman1-30/+15
Change-Id: I26cd77466d4c79836665929066d2bff5b6ead92b Issue-ID: SDC-1796 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-09-12fix security vilation SONATYPE-2015-0002Tal Gitelman1-0/+12
Change-Id: Ib526b8dfc3e7be9a2fc5d8ddfc3e32d2f0e4852f Issue-ID: SDC-1717 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-09-05add ability to disable tenant isolation.Tal Gitelman3-550/+38
Change-Id: I35b6db5ec0d3aa91295f57b60c04243b3f3d2208 Issue-ID: SDC-1571 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-09-05Fix sonar issuesParshad Patel2-55/+14
Fix use try-with-resources issues Issue-ID: SDC-1672 Change-Id: I1c85377cbf18d3865af9b15fa512f845bea3cb6e Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2018-08-26json/yaml validation for modelsdekstroza1-0/+29
Introduced yaml-json-validator-maven-plugin a. Runs in validate phase b. For now only validate /import/tosca subfolders c. Validates both yml and json files Change-Id: I53513321c4378485dd821c251de5555050313911 Issue-ID: SDC-1343 Signed-off-by: dekstroza <dejan.kitic@ericsson.com>
2018-08-15maven improvements and clean upMichael Lando8-17/+21
update plugging to latest available versions, remove un needed files from source control clean up commented sections. disable verbose for docker plug in. add logback file for tests to disable out put by default. update logging calls to new api. disable logging on debug level. update docker run to include simulator on demand Change-Id: Icc0fb7add6dd4fe65f5f3d8dd309fd8dae2681fc Issue-ID: SDC-1639 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-05add removed unit testsMichael Lando25-0/+4571
Change-Id: Iabd593d8d9ab0efeb32032d5c4d72b8fa1c27e63 Issue-ID: SDC-1590 Signed-off-by: Michael Lando <ml636r@att.com>
2018-07-29re base codeMichael Lando140-7834/+4516
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando <ml636r@att.com>
2018-07-15Upgraded servlet-api version to 3.0.1vempo1-1/+1
Change-Id: I50b258e8843d85384e89e4ceb16d687d247dbe11 Issue-ID: SDC-1472 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-07-02first attempt to fix vulnerabilitiesYuli Shlosberg6-12/+20
Change-Id: Iaf5f7db54511f730e09a8af8921d52ebf7f6c078 Issue-ID: SDC-1457 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-06-13Raised JUnit coverage for tosca packageIdan Amit2-1/+4
Raised JUnit coverage for package: sdc.be.tosca Change-Id: Ib372b546b7ab19f1b1642d93ff58d7773d7a2d14 Issue-ID: SDC-1333 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-06-02update sdc versionMichael Lando1-1/+1
update pom and version.properties to 1.3.0 Issue-ID: SDC-1370 Change-Id: I0dcf02f868dd263ba4523435e7be11bdc3851053 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-27Revert "update sdc version"Michael Lando1-1/+1
This reverts commit 5920d2c9e47958ed5f3197b7a16094e01e8d4bcd. Change-Id: I7906549d1fb7ba5d8d081870a9d976a3c8077438 Issue-ID: SDC-1370 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-26update sdc versionMichael Lando1-1/+1
update pom and version.properties to 1.3.0 Issue-ID: SDC-1370 Change-Id: Ib8f4e2859ee79dfd8e19e725b07c77d7d2bbdaf1 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-24fix swagger issueMichael Lando2-2/+23
update the config servlt with mdc logs Change-Id: I0f0b9b4895ba16895ce5c11539904e1072a53782 Issue-ID: SDC-1321 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-10Add common-app-api unit testsLior Nachmias14-12/+1788
Change-Id: I93cffb47273ddcdc2c11777c3ed0185f85829b9a Issue-ID: SDC-1317 Signed-off-by: Lior Nachmias <ln699k@att.com>
2018-05-01Remove dead code common-app-apiTal Gitelman1-1/+0
Change-Id: I8e746f4f97368cba562f876348569e70b34f9634 Issue-ID: SDC-1270 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-04-30Remove dead code common-app-apiTal Gitelman1-34/+0
Change-Id: I305c40c3795687d6e8e9bc42ec4f8fb8769020cf Issue-ID: SDC-1270 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-04-24Create on boarding dockerAvi Ziv2-56/+46
Add BE and Cassandra init docker images Change-Id: Id9d767c73fc946819cec821b4634ce650cbb22fd Issue-ID: SDC-781 Signed-off-by: Michael Lando <ml636r@att.com>
2018-03-18Add timeout and connection statusIdan Amit1-0/+18
Added timeout and connection status to the plugins configuration. Added support in ui to display a temporary error screen in case a plugin in offline Change-Id: Id4a0909cc704903be6183f22c67caec6f5050103 Issue-ID: SDC-1081 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-03-13analyze and fix IQ server violations SDCGitelman, Tal (tg851x)1-1/+1
Change-Id: Id967b204ab0d2e87e3baa610838e0af6b6ab60ac Issue-ID: SDC-1114 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-11Sync Integ to MasterGitelman, Tal (tg851x)1-4/+1
Change-Id: I662b43d0cf25adcc0dd14d332997ef8999862987 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-03-07Sync Integ to MasterMichael Lando76-1763/+4288
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-02-01Align configuration for new designIdan Amit1-44/+37
Aligned the designers configuration according to the new design addition and changes Change-Id: Id08942b5a8adbac10bbe76bdd8a2a6f093ec8b46 Issue-ID: SDC-975 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-01-31Change designer to plugin in codeIdan Amit4-124/+124
Changed all the use of the designer configuration in the code to be plugin Change-Id: Id9792cbd4fb9385446780c28fb7fb5418772acf6 Issue-ID: SDC-974 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-01-24Add designer serviceIdan Amit1-3/+3
Fixed a bug in the configuration Change-Id: I6a40bff70ed71d72d6b75104ffb1002d83ade1b2 Issue-ID: SDC-958 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-01-22Create designer-tab componentIdan Amit1-8/+9
Created designer-tab component for side-nav of resource context Updated configuration according to new design Change-Id: I3bbd3024318d48aa0c1560440877ecd3efbf8b89 Issue-ID: SDC-939 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-01-21Update designer configuraiton fileIdan Amit1-19/+33
Updated the designer configuration file to support the new display options Made sure that the old code still works Change-Id: Ia63cb89b0f8cb92fc86e0804afe7e2c2caea0541 Issue-ID: SDC-938 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-01-16Designer-view component for top-navIdan Amit2-69/+95
Create a designer-view component for opening a designer view from the top-nav Updated the API to return the designers as a list and not as an object Created a designer-frame component that will get a designer url to open in the dedicated position Change-Id: Ic42f7695277e88aacdeaa74d4d0f95b49ce44999 Issue-ID: SDC-884 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-01-10ZipOutputStream Cleanupya107f1-7/+8
Enclose ZipOutputStream handling with try with resources block for proper stream cleanup. Change-Id: I2565ef411519f127208a4f966001edf735cb68c0 Signed-off-by: ya107f <ya107f@intl.att.com> Issue-ID: SDC-886 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-01-08expose timeout settingMichael Lando1-0/+10
expose setting of time out in env.json remove the hard codeing of password in the configuration, cs password is set using the envjson. Change-Id: I09cc1f99914f444900e6b73d2ae438c72527ba2c Issue-ID: SDC-833 Signed-off-by: Michael Lando <ml636r@att.com>
2017-12-31SDC Designers Integration - Part 1Idan Amit3-0/+97
Finished first part of designers integration Added templated configuration file Added tests Change-Id: I76e8b413063b939e1eb58da4a5502c4b526168f2 Issue-ID: SDC-687 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-12-25fix pomMichael Lando1-0/+1
Change-Id: I159f5de10d16d018d63c020115a5231716826c99 Issue-ID: SDC-777 Signed-off-by: Michael Lando <ml636r@att.com>
2017-12-24soner enable fixMichael Lando1-4/+0
Change-Id: Ibcc38fd80f2cd3470db461fcc434760925a93a9b Issue-ID: SDC-777 Signed-off-by: Michael Lando <ml636r@att.com>
2017-12-14fix jetty log system out loggingTal Gitelman1-1/+0
Change-Id: I96505e1fdb29836a7b0bc4d6a8e33235a6491d4a Issue-ID: SDC-581 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-12-10Final commit to master merge fromTal Gitelman50-112/+309
Change-Id: Ib464f9a8828437c86fe6def8af238aaf83473507 Issue-ID: SDC-714 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-24align MMETal Gitelman1-1/+4
- [BUG323816] Don't add a property to a newly generated csar if the value is not set and the default value is not provided Change-Id: I76b312ef8140ca6207aa7604026c1b0a89bfbe02 Issue-ID:SDC-500 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-23add unit tests to componentsYuli Shlosberg1-0/+2
Change-Id: I665ad7f9f25c15cfaaa8deb38dd2390fd823a438 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit a78ce5b07f10c6160152a017675b71cca36fb049)
2017-10-22add more unit tests to BE componentsYuli Shlosberg2-0/+96
Change-Id: I23a72857d669f03e8cb7e543c006fed3318670b0 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 6dc570c66839fe239b63f1aa8da489c520fb215d)
2017-10-22add unit tests to sdc componentsYuli Shlosberg28-0/+5496
Change-Id: Ia6b18b223dc79906289f856fee3bf18d75e28232 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit 4bc2f0f7d26f0c8eb1d32c9be97e83070f196abe)
2017-10-11Merged PLAN type changes into masterIdan Amit1-2/+4
Merged changes regarding the PLAN artifact type from master branch into release-.1.1.0 branch Change-Id: If53f06d734ca7ba791e4c578504c890c16755ddf Issue-Id: SDC-420 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-19change version of the master branchMichael Lando1-1/+1
Change-Id: I8520fd33c7d5ffef5330d1e7e51ee39fd8411094 Issue-ID: SDC-350 Signed-off-by: Michael Lando <ml636r@att.com>
2017-09-13ComponentBaseTest.java enhancement andIdan Amit1-2/+2
new onboarding class that test onboarding only And merge release/1710 branch into master Change-Id: I300d897b151010aa26f8732518fa2e3b7ed4291b Issue-Id: SDC-331 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2017-09-10pom.xml fixes for entire SDCTal Gitelman1-1/+0
Change-Id: Ia4db900502b27e162fd9c6e69a797082a8c240f7 Issue-ID:SDC-273 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-08-02[SDC] code rebase for sdc resync to LFAvi Ziv1-0/+13
Change-Id: If6d87c9e324f508a8a6b80b10a03d1843901472e Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-22[sdc] 1710 rebase codeMichael Lando1-0/+50
Change-Id: Icedeac71c0a9d27518969effcd5d5519de9955a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-20[SDC] 1710 rebase + pom modificationsMichael Lando1-24/+0
Change-Id: I1f9c0a5201576c7a6b124f6a786db12c1a8cd7c0 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-18[SDC] rebase 1710Michael Lando1-1/+1
Change-Id: I07fced02f40a57700d9d35ed3ba498bca351fb13 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-17[SDC] rebase 1710 codeMichael Lando7-13/+95
Change-Id: I532ed68979fee7840ea8a5395e7e965b155fb9f9 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-12Replace CapList with EvictingQueueGary Wu2-450/+0
The functionality of CapList is already provided by com.google.common.collect.EvictingQueue, so there's no need to implement our own. This change replaces CapList with a synchronized EvictingQueue. Change-Id: I2f7b72bf27169bb90d0bd20f289686685e7f06bf Signed-off-by: Gary Wu <gary.i.wu@huawei.com>