aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux
AgeCommit message (Collapse)AuthorFilesLines
2021-09-09Release version 1.2.1 of ccsdk/featuresDan Timoney25-25/+25
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-08-31Release initial Istanbul ccsdk/featuresDan Timoney25-77/+51
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-05Update ODLUXAijana Schumann50-163/+2905
Add LineOfSightApp, update Framework, Connect, Performance and LinkCalculatorApp Issue-ID: CCSDK-3417 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I651a2fb771d2963aea70f916c70c8fdfd3443e87
2021-08-04Update ODLUXAijana Schumann91-2318/+3339
Add various updates and bugfixes to NetworkMap, Configuration, LinkCalculation and ConnectApp Issue-ID: CCSDK-3414 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I6ea5c3a9d6ccbe9c450da43220654a53fd2f262b Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
2021-08-03Add aria-labels to odlux tablesAijana Schumann23-68/+74
Add aria-labels to all table action buttons Issue-ID: CCSDK-3396 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I1c3922c1d195727265882d3e3362607ab558d603
2021-07-30Update InventoryAppAijana Schumann6-40/+118
Fix several bugs and improve usability Issue-ID: CCSDK-3395 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I25a3badc2d179ccc99ffd38e860046dbfd771df1
2021-07-28ODLUX Connect App Info enhancementAijana Schumann9-462/+577
Present yang capabilities in a table view instead of list Issue-ID: SDNC-1121 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I4904fb132351199b57a851faf07d371fa5e575ab
2021-07-12cleanup sdnr depsMichael DÜrre3-30/+13
removed unused dep and mark provided ones Issue-ID: CCSDK-3370 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ib24edefe2810d01cb58c12f6da34ad362ba989cd Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-07-06Add dashboard to odluxAijana Schumann27-125/+769
Add connected element and fault info to home page Issue-ID: CCSDK-3238 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ia47442fd0877b721d25d9f97e3a19088df193439
2021-07-01fix more sdnr startup problemsMichael DÜrre17-238/+20
cleaned up devmgr and odlux bundles Issue-ID: CCSDK-3362 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Ic27852a7a66cef7fb6c5790a6f523240efe24a46 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-06-30fix sdnr features startupMichael DÜrre2-1/+6
source out multiple used yang file due resolving conflict Issue-ID: CCSDK-3359 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I59d863e43a7e29e98d104d20371226ef59837e61 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
2021-06-23Fix sonar issuesm.miernik1-1/+1
Replaced methods size() to isEmpty() based on Sonar recommendations Issue-ID: SDNC-1568 Change-Id: I9b2548ba1d42e009a62ddd34f4f43452622c6ff0 Signed-off-by: m.miernik <m.miernik@samsung.com>
2021-05-19FaultApp bugfixesAijana Schumann5-30/+44
Fix alarm notifications not displayed, too many data-provider requests Issue-ID: CCSDK-3310 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I5f5433c8aed9d7c00d33cea5d3ee7ea7c01d0d03
2021-05-07Add customization of networkmapAijana Schumann30-557/+1158
Add customization capabilities to the networkmap Issue-ID: CCSDK-2938 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ibd3fe258d02939ea69b21de25569f20d9087f693
2021-04-08update odlux for notification changeMichael DÜrre74-1943/+3763
update due new notification protocol Issue-ID: CCSDK-3253 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: Iad65459fdc18603cd1ddbd97bb2211308744bd8b
2021-03-09Roll master version for IstanbulDan Timoney24-48/+48
Roll versions of ccskd parent poms to 2.2.0-SNAPSHOT and of ccsdk/features to 1.2.0-SNAPSHOT for Istanbul release Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I84865a3d0785df8a3cdad8a986a3d86299e8bf16
2021-02-23Release version 1.1.1 of ccsdk/featuresDan Timoney24-50/+49
Release version 1.1.1 of ccsdk/features and roll to next snapshot version. Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iceb1c8391efdffc1563946b79d71e77760b40f34
2021-02-23fixed login method for odluxMichael DÜrre1-1/+35
add config switch for oauth flag Issue-ID: CCSDK-3182 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I58ab6d5fa3c86e567c7fe40483bf4c1069238de9
2021-02-18Update NetworkMap and LinkCalculatorAijana Schumann24-188/+294
Update NetworkMap and LinkCalculator to use the topology-server-v2 API, minior bugfixes for NetworkMap Issue-ID: CCSDK-3172 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ia5690c5039d7a9431443bc131fe398cc79d08287
2021-02-15Add OAuth support to odluxAijana Schumann32-128/+12508
Extend odlux to support oauth, support external login provider for sign-in Issue-ID: CCSDK-3167 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Id5772e0026fa7ebda22c41c2620a7868598f41aa
2021-02-05Migrate odluxRavi Pendurty47-362/+287
Migrate odlux to Aluminium Issue-ID: CCSDK-3136 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I3200a809a31e87021c95fe103a9c95e03011f503 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-12-18ConfigurationApp BugfixAijana Schumann2-2/+2
Fix namespace of root element of augmented elements is wrong after update Issue-ID: CCSDK-3036 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I38c6b8bc5fc4826886dbf48ad6e6ee363702ecb2
2020-12-18Indenting POM's and running mvn tidy:pomSingal, Kapil (ks220y)3-6/+4
Issue-ID: CCSDK-3058 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I34da02e3dbfde1008b3dd0526ed402201b445484
2020-12-07Update ConfigurationAppAijana Schumann12-685/+935
Add grouping per yang module Issue-ID: CCSDK-3023 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I7fd15d0a7dc982c6d824e679b5a0d1eeaaa2e7a8
2020-12-07bump common-yang artifacts to 1.1.1-SNAPSHOTRavi Pendurty1-11665/+0
bump common-yang artifacts to 1.1.1-SNAPSHOT Issue-ID: CCSDK-3024 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: If3e11f2631a726ce9c9f8311fa397b77c36c5a59 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2020-12-02Bugfix InventoryAppAijana Schumann1-3/+3
Fix treeview details not getting displayed Issue-ID: CCSDK-2937 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ic02e26144da0607126f034b25a0ccea22117266c
2020-12-02Update odlux table filtersAijana Schumann2-65/+110
Update string and number filter and add date filter Issue-ID: CCSDK-2891 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: If7af4adbbb0159cbd489627404d94b17e0d3c1c0
2020-12-01NetworkMap bugfixAijana Schumann2-2/+3
Fix networkmap zooming in further than expected Issue-ID: CCSDK-2906 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I5e8c5a484705538722ad364619e605cf0c5a2c30
2020-11-30Merge "Add aria-labels"KAPIL SINGAL32-121/+145
2020-11-30Add aria-labelsAijana Schumann32-121/+145
Add aria-labels to odlux framework and apps Issue-ID: CCSDK-2886 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: If1fdf9f8a805b567dd65bcf2cfb029b71f9235b7
2020-11-30Release version 1.1.0 of featuresDan Timoney24-48/+48
Release initial Honolulu version of ccsdk/features and roll version to next snapshot Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1b65869fe2d27a3ea1367b3d48fab73f6181a11e
2020-11-09Update Link CalculatorMohammad8-199/+400
Add Worst Month analysis to rain loss, update gui Issue-ID: CCSDK-2888 Signed-off-by: Mohammad <mohammad.boroon@highstreet-technologies.com> Change-Id: Ibac53720f252840bcfd41daa8d5edc7ddde78b0f
2020-11-04Update material-ui and material-icons versionAijana Schumann20-96/+106
Update material-ui and material-icons to latest version Issue-ID: CCSDK-2884 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ic20e63f12e2ccaf985e43c99009fff9938a9fd02
2020-11-03FaultApp BugfixAijana Schumann3-5/+5
Fix stuck alarm window not closing Issue-ID: CCSDK-2902 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: If50fab81f0f87e68f4bdc7a593793dea57bf60b7
2020-10-23Update NetworkMapAijana Schumann2-22/+9
Change how pnfs/nodes are discovered; new lookup uses node-name Issue-ID: CCSDK-2940 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I2561d5a2478664fc975b25f08a7ef57122756e0a
2020-10-13NetworkMap bugfixAijana Schumann3-9/+17
Fix tile connection error displayed incorrectly Issue-ID: CCSDK-2905 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Id9619944f1330fde5ede94054162c7c5b1c044c9
2020-10-09Networkmap bugfixAijana Schumann4-304/+397
Fix icons don't show up after reload Issue-ID: CCSDK-2879 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ic752d969acb0985e4ae97cec101ac2bbe0895716
2020-10-09Fix faulty loginAijana Schumann2-1/+2
Fix faulty login Issue-ID: CCSDK-2896 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I9d5e3450138971986ac39e634ea41620941e1f50
2020-10-07ConfigApp bugfixAijana Schumann6-107/+60
Fix interface list is not visible Issue-ID: CCSDK-2880 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I090a298a925ada52eda603c8a24cf6d577a7b5e6
2020-10-07ConfigApp bugfixesAijana Schumann8-118/+418
fix remove button in lists and boolean filters not working, fix delay-period not configurable Issue-ID: CCSDK-2878 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I49f03840de6092f9ac4641b7c98785b5feb760b4
2020-09-10Roll to initial Honolulu release versionDan Timoney24-50/+49
Roll master branch to initial Honolulu release version Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7b00234f93bba5f10f590f0da11f0974f6099b82
2020-09-04odlux bugfixesAijana Schumann5-28/+13
fix info, guiguttrough not working fix aria-labels placed wrong Issue-ID: CCSDK-2732 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ic2aafa796fd2471160fa269974aef7767dad6a5c
2020-09-03Update NetworkMapAijana Schumann24-140/+290
update networkmap Issue-ID: CCSDK-2713 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I97b0950a4d7f98fdb9044c1e05dfa8dfca34efaf
2020-09-03Update LinkCalculatorAijana Schumann6-107/+255
update linkCalculator with latest changes Issue-ID: CCSDK-2714 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ie921da17f46a5e13e08a17d6433c80f7213220f2
2020-09-01Add Statistics to NetworkMapAijana Schumann2-6/+59
Add statistics/ link and site count information to the networkmap Issue-ID: CCSDK-2606 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I016f1767c0323d271bf2663c44354393d85a2a3c
2020-08-31Add searchbar to NetworkMapAijana Schumann5-0/+221
Add a searchbar to the networkmap Issue-ID: CCSDK-2563 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ia607f9c517d3ec7ca7681243ad13c7dc5864c5ae
2020-08-31Add networkMapAijana Schumann51-2/+3523
Add NetworkMap to odlux Issue-ID: CCSDK-2560 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I204bcace9d12f8a26edfa347ee9b7d292c52f030
2020-08-27Add link calculation appAijana Schumann58-382/+2392
Add link calculation app to odlux Issue-ID: CCSDK-2562 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ifc0a5b2a8bb974dfd85d70a9f05990b1f11925a3 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com>
2020-08-12Refactoring POMSSingal, Kapil (ks220y)4-5/+0
running mvn tidy:pom and removing few duplicate dependencies Change-Id: I73144605f24c2d9cb524ab8bcdd6aebb5f0ec682 Issue-ID: CCSDK-2647 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-08-12Switch odlux from Biermann-RestConf to RFC8040 interfaceAijana Schumann27-166/+235
Switched rest-calls in odlux to use RFC8040 interface Issue-ID: CCSDK-2565 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: Ia59dd02bc6456bad648083146c0256f204e134d1