Draft
Conversation
Latta-siae/issue1092
put at the top one time, remove unused imports
Using constant file
…xpression is matched.
Latta siae/issue1048
- BequeathYourDataAndDieHandler - ElasticsearchPreparation - NotificationConverter - PrepareForwardingConfiguration - SoftwareUpgrade - SubscriberManagement
- cacheResponseBuilder - cacheUpdateBuilder
- Client - dispacher - requestBuilder
Bf mixed release
…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 logs and clean code.
Clean code removing var, using let instead
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
Latta siae/issue1048
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
MicroWaveDeviceInventory/server/service/individualServices/CyclicProcessService/metaDataUtility.js
Line 8 in 7acd48a
Those are the references
MicroWaveDeviceInventory/server/service/individualServices/CyclicProcessService/metaDataUtility.js
Line 119 in 7acd48a
MicroWaveDeviceInventory/server/service/individualServices/CyclicProcessService/metaDataUtility.js
Line 125 in 7acd48a
MicroWaveDeviceInventory/server/service/individualServices/CyclicProcessService/metaDataUtility.js
Line 180 in 7acd48a
MicroWaveDeviceInventory/server/service/individualServices/CyclicProcessService/metaDataUtility.js
Line 212 in 7acd48a
Issues fixed in previous packages:
Issue to be tested:
Issue to be closed: