dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-3875_Logging_2of3' into DEN-4344_Sprint_25

Added common, improved ui folder structure

    • -0
    • +0
    /dialin/common/__init__.py
    • -0
    • +89
    /dialin/common/alarm_defs.py
    • -0
    • +175
    /dialin/common/msg_defs.py
    • -0
    • +121
    /dialin/ui/hd_proxy.py
    • -0
    • +146
    /dialin/ui/hd_proxy_alarms.py
Updated hd_simulator, hd buttons, and test hd simulator

DEN-4436: Denali Investigate and Fix the new VM issues

    • -223
    • +238
    /dialin/squish/denaliMessages.py
    • -15
    • +20
    /dialin/squish/messageBuilder.py
Updated changelog

Updated changelog

Updated changelog and version

Merge DEN-3964-Maintenance-2 into staging

    • -24
    • +32
    /dialin/dg/dialysate_generator.py
    • -28
    • +30
    /dialin/hd/dialysate_inlet_flow.py
    • -34
    • +36
    /dialin/hd/dialysate_outlet_flow.py
  1. … 3 more files in changeset.
Merge with Logging2of3

  1. … 20 more files in changeset.
In progress update

    • -0
    • +0
    /dialin/ui/dg_simulator.py
    • -0
    • +244
    /dialin/ui/hd_simulator.py
    • -0
    • +22
    /docs/source/dialin.ui.rst
    • -0
    • +32
    /tests/test_buttons.py
    • -0
    • +69
    /tests/test_hd_simulator.py
Updates to HD pump open loop control option. Added test scripts to calibrate accelerometers and flow sensors. Added test script to set RTCs. Added test script that tests open loop pump control.

    • -0
    • +49
    /dialin/hd/dialysate_outlet_flow.py
    • -0
    • +95
    /tests/hd_test_pumps_open_loop.py
    • -0
    • +59
    /tests/set_accels_cal.py
    • -0
    • +36
    /tests/set_flow_sensors_cal.py
Updated unit test script

DEN-3883: Coverage

DEN-4246: Merge Newly added Squish API Messages into Dial-In

DEN-4246: Merge Newly added Squish API Messages into Dial-In

    • -342
    • +286
    /dialin/squish/denaliMessages.py
DIAL-1: added open loop override capability to HD pumps

    • -20
    • +20
    /tests/hd_test_pumps_open_loop.py
DIAL-1: added open loop override capability to HD pumps

    • -0
    • +99
    /tests/hd_test_pumps_open_loop.py
DEN-4217: Added accelerometer class to DG. Fixed inspect issues.

    • -0
    • +301
    /dialin/dg/accelerometer.py
DEN-4212, DEN-4217: Added accelerometer class to HD. Added calibration set commands to HD blood and dialysate flow classes.

    • -0
    • +303
    /dialin/hd/accelerometer.py
Updated unit tests

    • -0
    • +29
    /tools/bring_can_interface_down.sh
    • -0
    • +39
    /tools/run_unit_tests.sh
Added helper function to find variable names of matching value and prefix

Added create_logger utility function, updated _LogManager and test_logging.py

Removed unneeded imports

Added logger typing information

  1. … 5 more files in changeset.
DIAL-10: Cleanup unneeded debug statements, updated logging test

DIAL-10: Improved logging mechanism for all the original print statements

    • -23
    • +31
    /dialin/dg/dialysate_generator.py
    • -28
    • +29
    /dialin/hd/dialysate_inlet_flow.py
    • -34
    • +35
    /dialin/hd/dialysate_outlet_flow.py
  1. … 10 more files in changeset.
DIAL-10 Change to self.print_and_log() instead of print()

    • -10
    • +10
    /dialin/dg/dialysate_generator.py
    • -27
    • +27
    /dialin/hd/dialysate_inlet_flow.py
    • -33
    • +33
    /dialin/hd/dialysate_outlet_flow.py
  1. … 5 more files in changeset.
Merge pull request #1 in VV/dialin from DEN-3922-dg-inlet-water-quality to staging

* commit '2adaaf1a16c352da0448b929f853f68b08249cf0':

DEN-3922 Removed cd1 and cd2 per code review

DEN-3922 Updated per code review

DEN-3922 Make class name in comment consistent

DEN-3922 Updated Dialin API for DG Conductivity sensors

DEN-3421 merged with DIAL19 to fix a bug

Cleanup