dialin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated unit test script

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.
Cleanup

Added rejection reasons to ui proxy

    • -0
    • +37
    /tests/unit_tests/test_ui_proxy.py
Merge branch 'staging' into DEN-3964-Maintenance-2

Updated version and changelog

Merge DEN-3832-Maintenance to staging

Patch to fix invalid dg handler function registration

Fix reference to old handler function

Bumping dialin minor version, updated changelog

Merge branch 'master' into staging

Merge branch 'DEN-3964-Maintenance' into staging

Merge with staging

    • -12
    • +21
    /dialin/hd/hemodialysis_device.py
Addressing code review comments

Addressed code review comments

Addressed code review comments

Updated changelog

Fixed changelog

Bumping minor version

Updated changelog

Bumping dialin version

Added subsystem field to _publish, standardized test names, moved logging to base class

    • -0
    • +0
    /tests/coverage/run_coverage.py
    • -0
    • +39
    /tests/test_can_xmit.py
    • -0
    • +101
    /tests/test_dg.py
    • -0
    • +58
    /tests/test_dg_valves.py
    • -0
    • +73
    /tests/test_dg_valves_observer.py
    • -0
    • +102
    /tests/test_uf.py
  1. … 3 more files in changeset.
Added convenience function to sort valves dictionary by id

    • -0
    • +60
    /tests/unit_tests.py