Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge branch 'DEN-15530-UI-VD-S99-Cybersecurity-BN-branch-off' into DEN-15279-UI-BN-S97-Cybersecurity

  1. … 11 more files in changeset.
DEN-15211 : CS: CloudSync Configuration Should Preserve after setup

- Made the code testable for CloudSync Device Registration.

DEN-15657 : UI: Cybersecurity: Add Enable Root SSH, in the Settings Service menu

- To be consistent and better find the entire feature later, changed the SettingsRootSSH to RootSSHAccess in the SettingsRootSSHAccess.qml.

    • -16
    • +16
    ./pages/settings/SettingsRootSSHAccess.qml
DEN-15657 : UI: Cybersecurity: Add Enable Root SSH, in the Settings Service menu

- Added the Root SSH Access screen, scripts, MVC

    • -0
    • +100
    ./pages/settings/SettingsRootSSHAccess.qml
  1. … 15 more files in changeset.
DEN-12842: Added - UI: prepopulate option on the create treatment screen (Phase 1b)

Refactored the adjust parameters model to add a stored prepopulate model

Added resetting and setting selection to gridSelection.qml component

Add a set of properties to store pre-confirmed treatment parameters

Add a model for storing unconfirmed data

Add handling of resetting and pre-populating treatment parameters

    • -0
    • +13
    ./components/SliderCreateTreatment.qml
  1. … 3 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -2
    • +2
    ./components/SliderCreateTreatment.qml
  1. … 1 more file in changeset.
Merge branch 'DEN-15425-UI-VD-S98-DialysateTemp' into staging

DEN-15604 : UI Encryption/Decryption during normal operation

- still needs work to clean up the execution order

- some of them have been disabled.

  1. … 17 more files in changeset.
DEN-15269: Changed - UI: Vitals Keyboard Appears during Treatment Paused Alarm/State

Updated to not show keyboard when the timer times out, keyboard will show when user selects input field

DEN-15442: Updated - UI: Cybersecurity: Decommissioning [Settings Menu, Service Mode]

Updated the decommission qml to reflect CR feedback

change condition to show decommission and factory reset options in settings

    • -7
    • +10
    ./pages/settings/SettingsDecommission.qml
  1. … 1 more file in changeset.
DEN-15441: Updated - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Update factory reset qml file based on CR feedback

    • -10
    • +3
    ./pages/settings/SettingsFactoryReset.qml
DEN-15361 : Changed - UI: Dialysate temp default in treatment settings is incorrect

Removed setting of value property in the pre-tx screen per CR feedback

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 2 more files in changeset.
DEN-15542 : Added : UI: Usability: Pressure Monitor window on "Additional" Saline bolus screen. Add stop cancel bolus

- Added the Arterial/Venous pressure to the Additional Rinseback.

DEN-15493 : Usability: UI, FW: rinseback flow rate

- removed the rinseback range slider form the create treatment screen and passing the default value of the 200 set in the configurations for the message.

- min max has also changed to 100 - 300 in ui.config repository.

  1. … 1 more file in changeset.
  1. … 1 more file in changeset.
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- completed the encryption partition creation

- used a function to get the settings home, which is going to be different when App is in manufacturing mode and in normal operation.

- now in normal mode it needs to be mounted to be used and needs some movements and threading.

- For now the application should use the -R CLIS to make the app use the root home folder for the configurations, and I add it to the run.sh, but it has to be removed later.

  1. … 19 more files in changeset.
DEN-15442: Added - UI: Cybersecurity: Decommissioning [Settings Menu, Service Mode]

Added decommission.sh script

Added the invoking code of decommission script from UI

    • -0
    • +47
    ./pages/settings/SettingsDecommission.qml
  1. … 12 more files in changeset.
DEN-15441: Updated - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Correct function typo

Changed TBD of setting file to actual location based on UI path in code

    • -1
    • +1
    ./pages/settings/SettingsFactoryReset.qml
  1. … 1 more file in changeset.
DEN-15441: Updated - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Added retaining service password in settings.conf file after the default is loaded via factory_reset.sh script

    • -0
    • +10
    ./pages/settings/SettingsFactoryReset.qml
  1. … 3 more files in changeset.
DEN-15441: Updated - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Modify to include clearer messages on factory reset settings screen

Updated debug messages

    • -4
    • +14
    ./pages/settings/SettingsFactoryReset.qml
  1. … 2 more files in changeset.
DEN-15441: Added - UI: Cybersecurity: Reset Factory [Settings Menu, Service Mode]

Add code to invoke the factory_reset script

    • -0
    • +37
    ./pages/settings/SettingsFactoryReset.qml
  1. … 13 more files in changeset.
DEN-11827: Updated - BP/HR screen missing a way to pair bluetooth cuff

Modify to use page() to add/remove the bt settings screen

DEN-15361: Updated - UI: Dialysate temp default in treatment settings is incorrect

Added defaultValue property to be set by slider component user

Remove previous default value code

update pre-treatment screen to set default value property

    • -4
    • +1
    ./components/SliderCreateTreatment.qml
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- The -KaukE added to run.sh which needs to be removed when done.

- Added the default service password

- fixed the issue after changing the confirm screen for the change password

- moved the settings post connections to a separate function to be called after the settings initialization.

  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 1 more file in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./pages/settings/SettingsExportLogs.qml
  1. … 5 more files in changeset.
DEN-15488 : Update - UI: Start Prime Button Colored After Starting Cartridge Prime

Comment out the bgColor property with todo note

DEN-13789 : Changed - Change Request: UI allows user to continue into treatment with a diastolic pressure greater than the systolic pressure

Remove "Skip" label logic

Set confirm button to rely on the valid state of bp/hr entry

add inclusion to the valid values for diasystolic and systolic pressures

DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition

- Fixed the Service password using the fixSalt

- //TODO: it needs to be appended to make ti less appear

- //TODO: work on the Encrypted Partition

    • -32
    • +50
    ./pages/settings/SettingsStack.qml
  1. … 20 more files in changeset.