aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt
AgeCommit message (Collapse)AuthorFilesLines
2022-06-07fix lic issueMichael DÜrre9-789/+257
rewrite yang loading util Issue-ID: CCSDK-3681 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I0f619cea8d3827b77396cf9799adaa33ce5d6838 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> (cherry picked from commit 189b8c0700df37465590a491e35a79b339630ee8) Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-03-28Release version 1.3.0 of ccsdk/featuresDan Timoney111-112/+112
Release version 1.3.0 of ccsdk/features artifacts and roll to next snapshot Issue-ID: CCSDK-1672 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3de9dadacaa93f28bc5a0a8cf1cf791ef7534034
2022-03-28Use released parent pom 2.3.3Dan Timoney111-111/+111
Use released 2.3.3 version of parent pom Issue-ID: CCSDK-3604 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5dd4539ebb0b8ea726638c97236f5a858b5c9413
2022-03-23migrate sdnr features to phosphorusMichael DÜrre318-4908/+61304
fix mapper and switch to dom api Updated to use phosphorus version of parent poms Issue-ID: CCSDK-3566 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I98c5bef9286622e0d66b53db687557d798cd53f5 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2022-02-09remove unmaintained mediatorAppMichael DÜrre4-19/+0
remove app. keep code Issue-ID: CCSDK-3590 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: If38ab05106b567638dfa74ca7902cfd2d3130b6e Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2022-02-03Merge "Update roadm devicemanagers"Dan Timoney5-33/+51
2022-02-03Merge "Update ODLUX"Dan Timoney241-13082/+3451
2022-02-03Merge "Update ONF12 devicemanager"Dan Timoney14-333/+445
2022-02-03Merge "Update adapter-manager devicemanager"Dan Timoney18-122/+1256
2022-02-03Merge "add async auth method support"Dan Timoney31-85/+743
2022-02-01Update ODLUXAijana Schumann241-13082/+3451
Updated to Material-ui 5, updated dashboard view, removed NetworkMap, LinkCalculator and LineOfSightApp, small bugfixes Issue-ID: CCSDK-3580 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Id0fc148673e23a755cafc2be1c489248c38ff47c
2022-02-01Update roadm devicemanagersRavi Pendurty5-33/+51
updates to logging, null checks and some refactoring Issue-ID: CCSDK-3579 Change-Id: I88bfdacaac69fe4f89b7a8c4ddae76d490ca7e32 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2022-02-01Update ONF12 devicemanagerRavi Pendurty14-333/+445
Performance data handling refactorization Issue-ID: CCSDK-3575 Change-Id: Iae95b3250c2f1d7ee9353b3833bcd4270ea63d12 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2022-02-01Update adapter-manager devicemanagerRavi Pendurty18-122/+1256
Include latest yang files Issue-ID: CCSDK-3578 Change-Id: I39e2acd096df1a1a3ade7965486fa75e21cd27d1 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2022-02-01add async auth method supportMichael DÜrre31-85/+743
support async keys for oauth verification Issue-ID: CCSDK-3577 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I7d84bc04462fc9c2edd3390267a7dcc21bc7355b Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2022-02-01add nodb supportMichael DÜrre13-37/+621
add option to work without db Issue-ID: CCSDK-3573 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I1a1dc785dceb1789fe12bf6b3009e35d56578816 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2022-02-01Merge "refactor devicemanager-core"KAPIL SINGAL7-70/+100
2022-01-31Enhance netconfnode-state-service bundleRavi Pendurty9-5/+84
Add support for new capabilities and DOM functions Issue-ID: CCSDK-3576 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ie7a4a4d5002dd846c4028457e19d00490f819a94 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2022-01-31refactor devicemanager-coreRavi Pendurty7-70/+100
PerformanceDataProvider and Event classes Issue-ID: CCSDK-3574 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I0c8f800001a01cc638caa702571b32824dbddca9 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2022-01-03Upgrade to log4j2 2.17.1Dan Timoney114-115/+114
Update to use version 2.17.1 to resolve log4shell vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic6ab14fb8f49fdd506647ccc58dc8b20fb014c8d
2021-12-06Update ODLUXAijana Schumann47-171/+4880
Update login view, add logout after user session ends, add user settings, several bugfixes Issue-ID: CCSDK-3540 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I21137756b204287e25766a9646bf2faf7bad9d35
2021-11-27Synchronize sdnr/wt data-provider, websocketmanager, netconfstate-providerhighstreetherbert10-31/+45
Synchronize sdnr/wt artifacts Issue-ID: CCSDK-3530 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I6e6c25a03e12acf0bd666675aaeb5a8518ed7b1e Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2021-11-19Synchronize sdnr/wt artifactshighstreetherbert13-67/+507
Synchronize sdnr/wt common, help, apigateway Issue-ID: CCSDK-3528 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I4b5e5ce1b16adad80e670bdf08943e4a3eb658f1 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2021-11-18Extend SDNC persistent service to store CMJakub Dominik74-512/+2959
Extend SDNC persistent service to store received CM events into Elasticsearch and MariaDB Issue-ID: CCSDK-3497 Signed-off-by: Jakub Dominik <j.dominik@samsung.com> Change-Id: I39983e59ef6512ad6c3864d47aebe1d615897146 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-11-17Merge "mirgate features to sr2"Dan Timoney123-125/+335
2021-11-12Merge "Update SDN-R abbreviations"Dan Timoney1-170/+210
2021-11-12Merge "switch default values for ves to env"Dan Timoney2-16/+51
2021-11-12SDN-R readthedocs convert script and hyperlinks updatesai-neetha5-47/+4
SDN-R readthedocs convert script and hyperlinks update Issue-ID: CCSDK-3519 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I34641f8182eec18e2a13865f75c927fad70a27ff
2021-11-11Update SDN-R abbreviationssai-neetha1-170/+210
Update SDN-R abbreviations Issue-ID: CCSDK-3518 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: I3d1c43d4a884a5ed77aa6e918109d86a0cdba61d
2021-11-11mirgate features to sr2Michael DÜrre123-125/+335
fix oauth provider and its aaa deps Issue-ID: CCSDK-3515 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I5e964958f323483e593563f5f19cee6100108b21 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-11-05switch default values for ves to envMichael DÜrre2-16/+51
set env vars for sdnr ves collector connection Issue-ID: CCSDK-3503 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I00c2bb80f6a84926c54f43fb7fb00f564c2c0a42 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-10-28Use version 2.3.0 of parent pomsDan Timoney114-114/+114
Use released version 2.3.0 of parent pom to avoid compile errors due to removing aged-out snapshot version Issue-ID: CCSDK-3511 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I143ca8a9ac1b782cf8dce70a6a5febeda290a66b
2021-10-19Update Configuration app readTheDocs documentationsai-neetha1-1/+11
Update Configuration App readTheDocs documentation Issue-ID: CCSDK-3295 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: Id1022d983179cf10e5724309b50052de5e339b9b Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
2021-10-15Adds handling CM provisioning messagesRafal Wrzesniak11-0/+423
Adds config, consumer and changes to run it in MountpointRegistrar Issue-ID: CCSDK-3464 Signed-off-by: Rafal Wrzesniak <r.wrzesniak@partner.samsung.com> Change-Id: I800db7082dc4a84d73ac9e5dffd90c2f3c46ca82
2021-10-05Adds new custom Exception signaling invalid messageRafal Wrzesniak2-0/+40
Issue-ID: CCSDK-3465 Signed-off-by: Rafal Wrzesniak <r.wrzesniak@partner.samsung.com> Change-Id: I7f8bd165a619cf3ca67f165a1303d9e911688f01
2021-09-29Add new message validator interfaceRafal Wrzesniak2-7/+36
And its simple implementation in basic consumer class Issue-ID: CCSDK-3465 Signed-off-by: Rafal Wrzesniak <r.wrzesniak@partner.samsung.com> Change-Id: I84c01ccce48e721ea83756b8081e5a3d57d8bac4
2021-09-24Support GuiCutThrough for ONF12 devicemanagerRavi Pendurty2-4/+27
Support GuiCutThrough for ONF12 devicemanager Issue-ID: SDNC-1498 Change-Id: Ie4b7d9f16230ea398c9dff6a5e5a534994608806 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-09-24Merge "Fix failure to mount TLS devices when mounted via VES PNFRegistration"KAPIL SINGAL3-10/+23
2021-09-23Fix failure to mount TLS devices when mounted via VES PNFRegistrationRavi Pendurty3-10/+23
Include redaction of sensitive information Issue-ID: CCSDK-3469 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I526df1f04d77b3b4ac382e8d920bb182c5461ccc Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2021-09-23fixed yang enum serializationMichael DÜrre3-1/+106
fixed serializer for yang types with - Issue-ID: CCSDK-3452 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I0e212c585b2874c2f5d154b25615aac17a3da634 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-09-23fix odlux logo loadingMichael DÜrre3-8/+20
add override for logo load Issue-ID: CCSDK-3442 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ie1f130459ac72f16ebcc3227fad122b5ac418651 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-09-21Roll versions for JakartaDan Timoney116-230/+230
Roll versions to set up for Jakarta release Issue-ID: CCSDK-3470 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If92ebc85c6e62bee4f30198e7f86b39b1cf07fc3
2021-09-20Create MessageConfig and move there common config class codeRafal Wrzesniak11-455/+247
Move most of code from fault and pnf config classes to common one Issue-ID: CCSDK-3455 Signed-off-by: Rafal Wrzesniak <r.wrzesniak@partner.samsung.com> Change-Id: Iff7e29b33e7ff9c6b16e9d161abc3ce0718ed93c
2021-09-16Release version 1.2.3 maven artifactsDan Timoney115-116/+116
Release version 1.2.3 maven artifacts and roll version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I935f2e30a979968f0b057cf819673eb86b4716d9
2021-09-15Release version 1.2.2Dan Timoney115-116/+116
Release version 1.2.2 of CCSDK features and roll to next snapshot Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ieb34cedaf018809587cf1e32dbb89839a99e5e67
2021-09-14Use version 2.2.1 of parent pomDan Timoney114-114/+114
Use version 2.2.1 of parent pom to pick up change to ccsdk.sli.version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5e26185dc779a61184236567403f971e1dc16fe7
2021-09-09Release version 1.2.1 of ccsdk/featuresDan Timoney115-116/+116
Release version 1.2.1 of ccsdk/features and roll to next snapshot Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie67023a6d3fe149a950d3e03f9e2bc7cef3d789b
2021-09-08Move common code from clients to super classRafal Wrzesniak7-176/+246
Refactor existing client classes to make them more generic and ready for extensions Signed-off-by: Rafal Wrzesniak <r.wrzesniak@partner.samsung.com> Change-Id: Ibf41a7739e5df8254649b56a6bef64be0f1057cc Signed-off-by: Rafal Wrzesniak <r.wrzesniak@partner.samsung.com> Issue-ID: CCSDK-3455
2021-08-31Release initial Istanbul ccsdk/featuresDan Timoney116-345/+232
Release initial Istanbul (1.2.0) ccsdk/feature version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie8f253794f07acc32fda79739d03e9a3904aad4b
2021-08-31Fix Sonar reported bugsRavi Pendurty6-25/+218
Improve code coverage Issue-ID: SDNC-1603 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Icb38a02ce62f327c114054c2a1db40d4cb242b6c Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>