dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'develop' of ssh://dvm-linux02:7999/vv/dialin into develop

Merged DEN-12224

DEN-12224 updated the blood leak sensor embedded mode commands

I'm ok with this either way. Ternary should not be viewed as confusing, but agree it is unnecessary.

I'm ok with this either way. Ternary should not be viewed as confusing, but agree it is unnecessary.

Mike, can you please look at updating these (and perhaps many others throughout Dialin)?

Mike, can you please look at updating these (and perhaps many others throughout Dialin)?

I'm open to suggestions. It's been this way forever and has been working fine, so I'm also good leaving this as is.

I'm open to suggestions. It's been this way forever and has been working fine, so I'm also good leaving this as is.

By "case", you mean a Jira bug? Sure, we can do that.

By "case", you mean a Jira bug? Sure, we can do that.

Merge branch 'DEN-12609-sw_dev-sprint-69_mg' into develop

DEN-12704: DIAL-162: Implemented getter for target_flow_rate.

Merge branch 'staging' into DEN-12609-sw_dev-sprint-69_mg

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Merge branch 'DEN-12258-UI-BN-S66' into staging

DEN-12224 initial commit of the HD/DG usage information scripts. Updated the NV data scripts

    • -0
    • +270
    /dialin/dg/usage_info_record.py
    • -0
    • +270
    /dialin/hd/usage_info_record.py
Merge branch 'DEN-12224-dg_hd_dev-switches-monitor' into develop

DEN-12224 updated the HD SW configuration

Merged DEN-12224

DEN-12224 updated the hd nvm code

DEN-12224 updated the dg nvm code

DEN-12224: Fixed post treatment handler to use the helper methods in conversions.py

DEN-12224 updated the DG software configurations

I don't see any reference/use to the created object. Why do we need to create all the objects while we don't even use them? This approach creates a lot of dependencies and also makes Dialin a very ...

I don't see any reference/use to the created object.
Why do we need to create all the objects while we don't even use them?
This approach creates a lot of dependencies and also makes Dialin a very heavy API to load.

Unnecessary/confusing use of ternary-if. please change to: self.alarm_clr_top_only[alarm_id[0]] = alarm_cto[0] == 1

Unnecessary/confusing use of ternary-if.
please change to:

self.alarm_clr_top_only[alarm_id[0]] = alarm_cto[0] == 1
It is big data to be reserved and filled with just default values, There should be a better way.

It is big data to be reserved and filled with just default values, There should be a better way.

Please use conversions.py

Please use conversions.py

Sean Nash, Dara Navaei, Please create a case for UI when something like the HD/DG changes in the common repository which definitely impacts UI behavior, and sometimes stops UI build. It should be d...

Sean Nash, Dara Navaei,
Please create a case for UI when something like the HD/DG changes in the common repository which definitely impacts UI behavior, and sometimes stops UI build.
It should be done when the actual code is changed in the common repo, not the dialin.
I am going to update UI now but the comment is for later.

Same here [ using conversaions.py ]

Same here [ using conversaions.py ]

We had a conversation with Michael Garthwaite and all these functions are going to use the functions in the conversions.py since this method of doing it is very error-prone. We should plan soon to ...

We had a conversation with Michael Garthwaite and all these functions are going to use the functions in the conversions.py since this method of doing it is very error-prone.
We should plan soon to make these changes.