Skip to content

V1.2.2 hotfix.1 impl#1372

Draft
latta-siae wants to merge 112 commits intodevelopfrom
v1.2.2-hotfix.1_impl
Draft

V1.2.2 hotfix.1 impl#1372
latta-siae wants to merge 112 commits intodevelopfrom
v1.2.2-hotfix.1_impl

Conversation

@latta-siae
Copy link
Contributor

@latta-siae latta-siae commented Jul 8, 2025

This is a PR for Hot fix branch related to MWDI 1.1.2

Note:
@PrathibaJee @openBackhaul @kmohr-soprasteria

There are some issue related to 1.2.1 release that has been introduced in Cyclic process
await exports.writeDeviceListToElasticsearch(metaDataListFromElasticSearch);
this line cannot be executed because function is defined in another file. I guess this is typo, you should reference to the function

exports.writeMetaDataListToElasticsearch = function (deviceList) {

defined in the same file:

exports.writeMetaDataListToElasticsearch = function (deviceList) {


Those are the references

await exports.writeDeviceListToElasticsearch(metaDataListFromElasticSearch);

await exports.writeDeviceListToElasticsearch(metaDataListFromElasticSearch);

await exports.writeDeviceListToElasticsearch(metaDataListFromElasticSearch);

await exports.writeDeviceListToElasticsearch(metaDataListFromElasticSearch);

Issues fixed in previous packages:

Issue to be tested:

Issue to be closed:

put at the top one time, remove unused imports
- BequeathYourDataAndDieHandler
- ElasticsearchPreparation
- NotificationConverter
- PrepareForwardingConfiguration
- SoftwareUpgrade
- SubscriberManagement
- cacheResponseBuilder
- cacheUpdateBuilder
- Client
- dispacher
- requestBuilder
…impl

Clean code and indentation of Testlab device files
- Update package.json
- Adding LoggingService.js
…s\rest\client

- Client.js
- dispatcher.js
- requestBuilder.js
- requestHeader.js
Update index.js with logger and debug option
- Adding log
- /v1/regard-device-attribute-value-change - value not updating in MWDI cache #1092
- [NotificationService] Cleared alarm notification is not updating the cache #901
Clean code removing var, using let instead
- IndividualServicesService.test (modifica vs modify function name)
- Add logger into IndividualServicesService.js
@latta-siae latta-siae self-assigned this Jul 8, 2025
Missing OAM_PATH_CONTROLLER_ATTRIBUTE_* Constants in configConstants.js
Fixes #1350
…he APIs when MWDI APIs are queried continuously by other application

Fixes #1048
…I APIs are queried continuously by other application

Fixes #1048

optimizing routine to fetch data and prepare response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants