summaryrefslogtreecommitdiffstats
path: root/catalog-fe
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17update docker bases used by sdcMichael Lando1-1/+1
update docker bases to version 1.3.1 with the new security fixes. Change-Id: I6d702fb58dc16721a2e42b1f38e1288d9655bb72 Issue-ID: SDC-1340 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-10Raise JUnit coverage catalog-feTal Gitelman4-0/+626
Change-Id: I88f1f16259660c0ded48b93ca729d220d18cda6b Issue-ID: SDC-1306 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-05-01Update DCAE BE and FE configurationAreli, Fuss (af732p)4-6/+12
Update DCAE BE and FE configuration Change-Id: I6214abfddc1e7916750553881f6a51775c102324 Issue-ID: SDC-1282 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-04-30Remove dead code common-app-apiTal Gitelman2-2/+0
Change-Id: I305c40c3795687d6e8e9bc42ec4f8fb8769020cf Issue-ID: SDC-1270 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2018-04-28set base imagesMichael Lando1-1/+1
Change-Id: Ia3c978ce5de499982d1945378855f2bc672b3882 Issue-ID: SDC-1265 Signed-off-by: Michael Lando <ml636r@att.com>
2018-04-24Add cluster resiliance supportAreli, Fuss (af732p)2-0/+7
Add configuration support for CS/ES cluster and add truststore default files to support ssl connection Change-Id: Icc2831704e8a3c55ce9b380a39001891ce8d41ab Issue-ID: SDC-1254 Signed-off-by: Areli, Fuss (af732p) <af732p@intl.att.com>
2018-04-24Create on boarding dockerAvi Ziv13-130/+273
Add BE and Cassandra init docker images Change-Id: Id9d767c73fc946819cec821b4634ce650cbb22fd Issue-ID: SDC-781 Signed-off-by: Michael Lando <ml636r@att.com>
2018-04-17fix miss match in the notificationml636r2-3/+3
align the object sent from sdc for distribution with the one in distribution client revert resourceType to resoucreType exclude DMAPP DE and DCAE from failing the health check align the ready probe to check for 200 insted of 500 in FE and BE Change-Id: I1e03660b1e6aded4b6c0cb19fcffe9a821679316 Issue-ID: SDC-1238 Signed-off-by: ml636r <ml6364@att.com>
2018-04-12Add docker login propertiesAreli, Fuss (af732p)1-4/+6
Add docker login properties Change-Id: Idc50bcecf8d0bf5c41213ed2297191fb233b4c74 Issue-ID: SDC-1217 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-04-11Add support of http and httpsAreli, Fuss (af732p)6-30/+67
Add support of http and https Change-Id: I8c79155037ddaa5f904ecd85de797675a6be9436 Issue-ID: SDC-1180 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-04-09fix use of user credentials logicYuli Shlosberg1-1/+1
Change-Id: If518234e78983fe35ceb4b971d5093052ee824bb Issue-ID: SDC-384 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-03-18Add timeout and connection statusIdan Amit4-25/+46
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-07Sync Integ to MasterMichael Lando11-574/+344
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
2018-02-25update template filesYuli Shlosberg1-1/+1
Change-Id: I495fcb8c6cfced09a921834f2ea730b519f453db Issue-ID: SDC-920 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-02-21OOM Alignment BE,FE,KBNYuli Shlosberg33-26/+1350
Change-Id: I8ff609a6be919d5709ce95af5a6a903aeb7afc43 Issue-ID: SDC-918 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-02-13Plugin pubsub implementationIdan Amit1-0/+7
Added implementation for sdc-hub and plugin pubsub classes Added timeout in the plugin head request health check Passing parentUrl in query params to each plugin Change-Id: Ie94aa4b398dd2fcfdf2d134f6c5785d3aa50d237 Issue-ID: SDC-1007 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-02-08Support DCAE in new plugins integrationIdan Amit1-1/+1
Updated the ui prod.js configuration file Changed debug logging for plugin name not connected Change-Id: I3f89c4325253aaecc86efb6d32758cd90acc0c36 Issue-ID: SDC-1008 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-02-01Align configuration for new designIdan Amit3-41/+15
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 Amit8-215/+215
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-2/+2
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-4/+4
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 Amit2-10/+15
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 Amit4-47/+48
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>
2017-12-31SDC Designers Integration - Part 1Idan Amit5-5/+228
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-10Final commit to master merge fromTal Gitelman8-61/+102
Change-Id: Ib464f9a8828437c86fe6def8af238aaf83473507 Issue-ID: SDC-714 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-10-22add more unit tests remove importsYuli Shlosberg4-0/+139
Change-Id: If2274759f929f595e63d71cc70c374268c019947 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg <ys9693@att.com> (cherry picked from commit b947eb599bfab4599ce1b0c0573b1701c646e429)
2017-10-10ONAP normative fixesTal Gitelman1-36/+1
Change-Id: I56d55c8591beefbd984f99bbc099579ad1ef6303 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@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-08-02[SDC] code rebase for sdc resync to LFAvi Ziv1-5/+3
Change-Id: If6d87c9e324f508a8a6b80b10a03d1843901472e Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-22[sdc] 1710 rebase codeMichael Lando2-0/+73
Change-Id: Icedeac71c0a9d27518969effcd5d5519de9955a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-20[SDC] 1710 rebase + pom modificationsMichael Lando3-59/+51
Change-Id: I1f9c0a5201576c7a6b124f6a786db12c1a8cd7c0 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-17[SDC] rebase 1710 codeMichael Lando1-1/+2
Change-Id: I532ed68979fee7840ea8a5395e7e965b155fb9f9 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-12[sdc] rebase updateMichael Lando1-1/+1
Change-Id: I8f1fc7150975122dd9f3f4e653b9983064b399a6 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-10[sdc] fix gzip filterMichael Lando1-1/+1
Change-Id: I69aed0cd85bdcc0d25f4af99439abb61050d7e12 Signed-off-by: Michael Lando <ml636r@att.com>
2017-07-03[sdc] - last merges before moving to LFTal Gitelman1-1/+1
Change-Id: I0df3ec795f0de84229ea4bb4806ec8f959243557 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-07-02[sdc] - latest swagger, dependencies, tests fixTal Gitelman1-1/+1
Change-Id: I7034981b2e83253ffe83688c2cab0fe33f1a92fc Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-29[SDC] rebase codeTal Gitelman1-5/+9
Change-Id: I456ec65a233d277e6bae35e140f2e3da5765bae6 Signed-off-by: Tal Gitelman <tg851x@intl.att.com> Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-21[sdc] fix issue in portal loginTal Gitelman2-1/+2
+ update swagger Change-Id: I23cdaad7599480d418e6f2d59fb9ff59132b90ac Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
2017-06-20[sdc] update pom infoMichael Lando1-4/+11
Change-Id: Ib2d64cbbc4d3efe8ee358a257ad681465f4450d8 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-18[sdc] update code of sdcMichael Lando137-1519/+0
Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando4-7/+23
Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4 Signed-off-by: Michael Lando <ml636r@att.com>
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando26-810/+368
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando <ml636r@att.com>
2017-03-15update pom version + change version fileMichael Lando1-2/+2
Change-Id: Ib4b84e473c7d38d1f30f8d94332a3f8ceaee8226 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28pom updateMichael Lando1-1/+33
Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28pom updateMichael Lando1-0/+1
Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28pom fixMichael Lando1-0/+1
Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-28pom fixMichael Lando1-0/+3
Change-Id: I0a83c9b59902eb5a3f9c1429a5d2d495af078ec0 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-27update pom to remove spring from parent pomMichael Lando1-1/+72
Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750 Signed-off-by: Michael Lando <ml636r@att.com>
2017-02-26Fix release processml636r1-1/+1
Exclude some .js files for Sonar Fix openecomp-UI (was empty) Change ecompFW to version 1.0.0 Change-Id: I91b252cc942c0c7402dc65c99e6fd807f7936846 Signed-off-by: ml636r <ml636r@att.com>