dialin

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

DEN-3922 Updated Dialin API for DG Conductivity sensors

    • -0
    • +170
    /dialin/dg/conductivity_sensors.py
Updated DG command method comments to include constraints.

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
Updated unit tests

Preventing pip3 from installing virtualenv

Added IDs to individual valve states, continued cleanup of denaliMessages

    • -14
    • +14
    /dialin/squish/denaliMessages.py
Made squish a module, improved PEP8 compliance, added bash script to install dialin to a venv

    • -0
    • +46
    /dialin/squish/README.md
    • -0
    • +0
    /dialin/squish/__init__.py
    • -261
    • +545
    /dialin/squish/denaliMessages.py
    • -16
    • +36
    /dialin/squish/messageBuilder.py
    • -0
    • +16
    /tools/install_to_venv.sh
Beginning migration of squishapi into dialin

    • -0
    • +51
    /dialin/squish/crc.py
    • -0
    • +458
    /dialin/squish/denaliMessages.py
    • -0
    • +16
    /dialin/squish/globals.py
    • -0
    • +56
    /dialin/squish/messageBuilder.py
    • -0
    • +49
    /dialin/squish/unittests.py
    • -0
    • +67
    /dialin/squish/utils.py
Added script to generate requirements

    • -0
    • +130
    /tests/test_gen_requirements.py
DEN-2379 addressed code review comments

    • -52
    • +57
    /dialin/dg/temperature_sensors.py
DEN-2379 merged with the staging branch

    • -18
    • +57
    /dialin/dg/dialysate_generator.py
    • -30
    • +34
    /dialin/hd/hemodialysis_device.py
DEN-2379 fixed a merge conflict in between remote and the local repositories

DEN-2379 committing the changes

    • -11
    • +45
    /dialin/dg/temperature_sensors.py
Merge branch 'master' into staging

Updated changelog and readme

Updated version

Added DG sub modes, rest of _AbstractSubSystems, @_publish decorators