dialin

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

Updated alarm IDs

Updated file description

Fixed dg valves rate test

    • -0
    • +74
    /tests/dg_valves_test_observer.py
Returning datetime object instead of string

Fixed alarms init

Publishing valve data

Added _publish to more classes, fixed valve state interpretation logic.

    • -1
    • +13
    /dialin/hd/dialysate_outlet_flow.py
Added _publish decorator, _AbstractSystem and _AbstractSubSystem classes

    • -0
    • +95
    /dialin/utils/base.py
Fixed valves bit masking

Fixed dialin.__version__ when read after installing the package

Cleaned up version, added get version unit tests.

Improved API version Added git commit sha to version Added git branch to version Added version information to documentation

Updated documentation

Added getter functions, cleanup

    • -5
    • +56
    /dialin/hd/dialysate_outlet_flow.py
    • -10
    • +49
    /dialin/hd/pressure_occlusion.py
Added getter functions, cleanup in dg classes.