Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'LDT-5205-dd_nvm_update' into staging

  1. … 5 more files in changeset.
No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process. Not everyone have acces...

No, it won't cause an error. The execute() function checks for the leahi-common folder existence first, if it does not exists, it returns, skipping the whole update process.
Not everyone have access to that folder and a whl file don't need to run the update every time, it's more like for those who develop the code.

Also if it's not at the very beginning, the enums will be processed in the next imports, and updating them afterwards is meaningless as it won't reflect in the running code. The files needs to be updated before any other object tries to call them to make an instance.

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call....

This will be called when a user imports leahi-dialin, right? ( import leahi-dialin ) and thus cause a traceback cause the user wont have the path to the header files required for this execute call.

suggest keeping the call in if _name_ == '_main_': of enum_update and running that

Updates

  1. … 3 more files in changeset.
Updated alarm ids, reject reasons, msg ids from Leahi-common staging

  1. … 1 more file in changeset.
Merge branch 'LDT-5482-dry_self_test_update' into develop

  1. … 10 more files in changeset.
Merge branch 'LDT-5205-dd_nvm_update' into develop

  1. … 9 more files in changeset.
Added Blood Flow Motor Attribute

  1. … 4 more files in changeset.
merged LDT-5409 into develop

  1. … 1 more file in changeset.
LEAHI-DIALIN-LDT-5615_[Dialin] Update Priming related data for auto-priming service
LEAHI-DIALIN-LDT-5615_[Dialin] Update Priming related data for auto-priming service
LDT-5166 SW Misc & Enhc - SW - 01 - SW Integration - Calibration - R&I - 08: DEV - Dialin Implementation

sim add up to D12

  1. … 1 more file in changeset.
indent

indent

indent

indent

Updated comments

Added new enums to proxy

- Added new enums - Renamed some members - Added missing _str_lists - Adjusted code for renaming

  1. … 9 more files in changeset.
We will need to get the event_id first, to know how to process the content as Operation status content is different from rest. So this line is just for getting the event id, and based on the resul...

We will need to get the event_id first, to know how to process the content as Operation status content is different from rest.

So this line is just for getting the event id, and based on the result, process the rest into the correct variables

removed

removed

fixed

fixed

remove if we are sure about the message ID

remove if we are sure about the message ID

Will we need this after adding the below code?

Will we need this after adding the below code?

Fix typo

Fix typo