dialin

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated to Projects instead of projects

DEN-4344, DIAL-9: Documentation fixes

Removed empty file

DIAL-28, DEN-4589, DEN-4344: Ensure unit tests don't mix with hardware reliant tests, finalized import test

    • -0
    • +35
    /tests/test_ui_proxy.py
    • -60
    • +0
    /tests/unit_tests/test_dg_valves.py
DIAL-28, DEN-4589, DEN-4344: Simplified dialin import system

Updated hd simulator test

Added canbus convenience functions

Fixed ro pump msg ids, added fpga version to dg and hd versions, added test imports to unit tests, cleaned up get alarm states

    • -0
    • +79
    /tests/unit_tests/test_imports.py
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
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
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
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
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 44 more files in changeset.
Merge branch 'staging' into DEN-3964-Maintenance-2