aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-06-26Remove docs/conf.pyc from treelondonCédric Ollivier1-0/+0
Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I1982440e7f7a0729d21c3b50735fee2d0ebad19e (cherry picked from commit 8efd8356d7ea705e282a72aeb74d4199cdf21851)
2023-06-22update .readthedocs.yaml, conf.py, tox.inithmsdt5-17/+15
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I17f70162b53e9f1c4b424481a1b612892ab35830 (cherry picked from commit 258ca721d952cffc919ad2265e97d73357abeeae)
2023-04-26Release version 1.5.1 of ccsdk/featuresDan Timoney1-0/+5
Release version 1.5.1 of ccsdk/features Issue-ID: CCSDK-3876 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I60d017eae2cfe2a699f249c569dd720ce26ce93e
2023-04-20Include env vars as defaultsRavi Pendurty3-8/+20
strimzikafka section updated in mountpoint-registrar.properties Issue-ID: SDNC-1796 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I2880442966291dd00293bf92e31fecd15d554e4c Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-04-14fix apigateway servletsMichael Dürre14-60/+61
fix missing whiteboard patterns Issue-ID: CCSDK-3890 Change-Id: I8d127d9a8b97ed91fb74a9ee384d3b4d07c9e242 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2023-04-06fix odlux core servletsMichael Dürre4-14/+25
add whiteboard annotations Issue-ID: CCSDK-3886 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I40e85179f4d353adffede90e2e3f2c4c181b8ce2 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2023-03-30Update to released ODL Chlorine parent pom versionsDan Timoney151-211/+155
Update to released ODL Chlorine version of parent poms Issue-ID: CCSDK-3812 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I20559b2b5bd148a13751e495a21cba72d4c2c126
2023-03-29Odlux Updatesai-neetha272-5773/+8012
Add eslint and custom icons update Issue-ID: CCSDK-3871 Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> Change-Id: If6b676128cc9cff0437a5dc54f85eaafd3b8c586 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2023-03-15Merge "websocketmanager now listens on a custom jetty port"Dan Timoney10-21/+197
2023-03-15Merge "Use Strimzi Kafka and Kafka native APIs"Dan Timoney41-624/+1105
2023-03-14websocketmanager now listens on a custom jetty portRavi Pendurty10-21/+197
This is to overcome the issues of paxweb and jetty versions in karaf used in ODL Chlorine Issue-ID: CCSDK-3869 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Id9551c34bb9d1b6258c2784988eb0323cc73b7b2 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-03-14Use Strimzi Kafka and Kafka native APIsRavi Pendurty41-624/+1105
dmaapClient library is no longer used as DMaaP-MR is being deprecated Issue-ID: CCSDK-3784 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I12b9b7c8c57ad983a162e04ad8e76a57978fa9ee Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-03-14Update oauth-provider to use new OSGi APIsRavi Pendurty8-35/+130
oauth-provider to use new OSGi APIs Issue-ID: CCSDK-3868 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I55704391fe2d7e051d9b204c948f72675a75d03a Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-03-14Merge "Change log levels to reduce the amount of logs generated"Dan Timoney12-47/+50
2023-03-14Merge "Use WhiteboardPattern annotations"Dan Timoney4-18/+22
2023-03-14Merge "javax to jakarta and refactoring"Dan Timoney22-83/+1771
2023-03-14Change log levels to reduce the amount of logs generatedRavi Pendurty12-47/+50
log level changed from INFO to DEBUG Issue-ID: CCSDK-3867 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I1a9d4890d92da444694b253c4b72f10862472953 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-03-14Support for PM (Performance Management)Ravi Pendurty20-152/+647
Code formatting Refactoring and log level changes Issue-ID: CCSDK-3866 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Iaeca01cddcd60c3a607b72dc5ab35507954d115e Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-03-14Use WhiteboardPattern annotationsRavi Pendurty4-18/+22
Introduced in OSGi Compendium 7 Issue-ID: CCSDK-3865 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Id2eca252a531470f2d6cd4792cf66861ae304a2f
2023-03-14javax to jakarta and refactoringRavi Pendurty22-83/+1771
change log level from INFO to DEBUG and Java17 changes Issue-ID: CCSDK-3864 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I60247aeea3d8daa70c8e17af8cbf694b86dd6946 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-03-13Merge "Bump parent version to 2.5.4-SNAPSHOT"Dan Timoney30-30/+30
2023-03-10Upgrade parents to 2.5.4-SNAPSHOTRavi Pendurty244-3277/+2540
Code changes as a result of changes induced by ODL Chlorine SR1 Issue-ID: CCSDK-3856 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Ic08786f050e58bdb8371c8f8c25fb0db9f258cd4 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2023-03-02Release version 1.5.0 of ccsdk/featuresDan Timoney151-151/+156
Release version 1.5.0 - pre-Chlorine London version Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I264601dc7361b1201b0c7e3258d3491f619594be
2023-03-02Bump parent version to 2.5.4-SNAPSHOTRavi Pendurty30-30/+30
2.5.4-SNAPSHOT represents ODL Chlorine SR1 Issue-ID: CCSDK-3857 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Iedc1b879b9e3da4483cc717f0920d7f27d662e56
2023-02-24Use version 2.5.3 parent pomsDan Timoney151-151/+151
Update to use latest released London parent poms v2.5.3 Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1aa197661ac5c5f851e447554874dba84daefed6
2023-01-04Use released version 2.5.1 parent pomsDan Timoney151-151/+151
Use released version 2.5.1 of parent pom Issue-ID: CCSDK-3831 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3ae40a790837d4d7f17b2673089d1fa3a3cd5038
2022-11-30Merge "SDNR UI don't process list which has more than one key"Dan Timoney2-9/+25
2022-11-30Merge "SDNR GUI always says 'Input is wrong.' for leaves with type ↵Dan Timoney1-1/+1
'inet:ip-address' Saving the data works just fine"
2022-11-30Merge "SDNR GUI is unable to display values of fields with enum type from ↵Dan Timoney1-3/+3
drop down"
2022-11-30Merge "SDNR UI module not showing under some parent module issue fix"Dan Timoney2-1/+17
2022-11-21SDNR UI don't process list which has more than one keyProjit Roy2-9/+25
Issue-ID: CCSDK-3799 Signed-off-by: Projit Roy <projitr@aarnanetworks.com> Change-Id: I79a0a028b0ff7b31740e3b83012b77e97843c806
2022-11-15Update to compile with Java 17Dan Timoney155-1550/+646
Updated to compile with Java 17 Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9d2a8ea42893b1d3d95e0bbe3810de2a4e7b72ed
2022-11-14Fix DOC config filesmarineMD6-74/+122
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: I406bfde3685d742254d86cd327fc7a46109e3f04
2022-11-12SDNR UI module not showing under some parent module issue fixProjit Roy2-1/+17
Issue-ID: CCSDK-3788 Signed-off-by: Projit Roy <projitr@aarnanetworks.com> Change-Id: I350a6341687a756ba0faa33e3848316826a1ff1b
2022-11-11SDNR GUI has a problem editing fields which allow negative numbersProjit Roy1-2/+2
Issue-ID: CCSDK-3791 Signed-off-by: Projit Roy <projitr@aarnanetworks.com> Change-Id: I2d96d853ac2c791979d619da4ec522cdefb921be
2022-11-11Update versions for LondonTimoney, Dan (dt5972)157-303/+303
Update version of master branch for London relesae Issue-ID: CCSDK-3779 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Change-Id: I04c1d1ba2fe46e4f7439b251559e2675c7511061
2022-11-10SDNR GUI always says 'Input is wrong.' for leaves with type ↵Projit Roy1-1/+1
'inet:ip-address' Saving the data works just fine Issue-ID: CCSDK-3800 Signed-off-by: Projit Roy <projitr@aarnanetworks.com> Change-Id: I5433f5a3bd4e8a41f023d0ad12223e98d9624100
2022-11-10SDNR GUI is unable to display values of fields with enum type from drop downProjit Roy1-3/+3
Issue-ID: CCSDK-3790 Signed-off-by: Projit Roy <projitr@aarnanetworks.com> Change-Id: I34f6ad1965e21bcdfeb8648f8d979cbf0583d023
2022-10-24Use latest released parent pomTimoney, Dan (dt5972)154-151/+305
Use latest release CCSDK parent pom version (2.4.4) Issue-ID: CCSDK-3779 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Change-Id: I026280dbf0436c694c115f4d7c868ef2600d5748
2022-10-24fix mariadb initMichael Dürre6-21/+1
fix mariadb startup with controllerId set Fixed compile issue due to expired sli version Issue-ID: CCSDK-3786 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I1edda62e928385f144245223281c5a3540016590 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-09-20Release version 1.4.0 of ccsdk/featuresDan Timoney151-151/+156
Release version 1.4.0 (initial Kohn) of ccsdk/features Issue-ID: CCSDK-3754 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I49f6ce377d7921af9b8746f5e651712874284f55
2022-09-14Use version 2.4.2 parent pomsDan Timoney151-153/+152
Use version 2.4.2 of parent poms Issue-ID: CCSDK-3754 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I215385203325d40adb5a14d9e73b729df941e63b
2022-09-08update odlux sourcesMichael Dürre81-1043/+2307
update basic odlux functionality for kohn Issue-ID: CCSDK-3765 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I3723c9c2f35b9012ba537920b294a54bb556cbc6 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-09-02fixed sdnr startup issuesMichael Dürre111-112/+111
resolved missing artifact. increse parent version Issue-ID: CCSDK-3751 Change-Id: Ia426505d8144ccaa200e83b4e691355af57bd56e Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-08-31add fixes for wt sulfurMichael Dürre33-845/+458
fix devmgrs and db access Issue-ID: CCSDK-3749 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I41018d2daa55b200a9ba89e784f8adf4200d32c3 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-08-31Force py3.8 in tox.iniCédric Ollivier1-3/+3
It allows leveraging on OpenStack Yoga's upper-contraints without any exception. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ibed83b1b641f58c3c22950d9cf9788c5dd7daf03
2022-08-04Fixes from local testingDan Timoney154-246/+172
Updates to ccsdk/features to address issues found in local testing with ODL Sulfur Issue-ID: CCSDK-3692 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia9479ca1ee853eded65ada7ac1f2356ffd64437f
2022-08-01Merge "reenable mountpoint registrar"Dan Timoney2-4/+4
2022-07-29update oauth-providerMichael Dürre12-31/+227
increase support and add logout and filters Issue-ID: CCSDK-3733 Change-Id: Id1f64a60e5e3b0b63a025281a97190ccc4065f47 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
2022-07-28reenable mountpoint registrarMichael Dürre2-4/+4
uncomment feature mountpoint-registrar Issue-ID: CCSDK-3732 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I65c5f084a188ba1ef93972656791f9880a9e7f44 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>