cloudsync

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16676: UI: Production / CS-12: Device registration environment option in manufacturing setup

- Fixed the Quality config json values.

Merge branch 'DEN-16657-UI-BN-S116-production' into staging

DEN-16676: UI: Production / CS-12: Device registration environment option in manufacturing setup

- Versioning the CloudSync for the recent changes for the production

- setting the version to 0.4.9

DEN-16676: UI: Production / CS-12: Device registration environment option in manufacturing setup

- configured and tested the production CloudSync config

- for the other three the config files renamed to be able to use them with the new start.sh with -W option.

    • -20
    • +0
    /cloudsync/config/config-production-on-device.json.backup
    • -20
    • +0
    /cloudsync/config/config_STAGING.json
    • -0
    • +20
    /cloudsync/config/config_integration.json
    • -0
    • +20
    /cloudsync/config/config_production.json
    • -0
    • +20
    /cloudsync/config/config_quality.json
    • -0
    • +20
    /cloudsync/config/config_staging.json
Merge branch 'bugfix/DEN-16597-UI-BN-S114' into staging

DENBUG-191: Treatment logs are not sent properly when Wifi connection is OFF and then reconnected

- Incremented the CS version from 0.4.7 to 0.4.8

DENBUG-191: Treatment logs are not sent properly when Wifi connection is OFF and then reconnected

- removed an unnecessary check in the code.

- added the production config.

    • -0
    • +20
    /cloudsync/config/config-production-on-device.json.backup
    • -0
    • +21
    /cloudsync/config/config_PROD.json
Merge branch 'DEN-16526-UI-BN-S109-5' into staging

CloudSync 0.4.7

CS-3: CS: Heparin OFF o the HCP portal Treatment report

CS-7: Hard coded URL shall be moved to config

    • -5
    • +5
    /cloudsync/config/treatment_report_template.json
Merge branch 'DEN-16490-UI-BN-S108' into staging

DEN-16502: UI: CS: CloudSync out buff is created by UI which causes permission issue for CloudSync

wait for UI to prepare the configurations partition

DEN-16502: UI: CS: CloudSync out buff is created by UI which causes permission issue for CloudSync

- Added Check-In message (reused ID 4)

CloudSync v0.4.6

CS-5: UI: TxCode generation on device

CS-4: CS: Factory Reset

CS-3: CS: Heparin OFF on the HCP portal Treatment report

CS-2: CS: CloudSync should log on daily basis

    • -0
    • +1
    /cloudsync/config/treatment_report_template.json
Merge branch 'DEN-15905-UI-BN-S102-CloudSync-SonarQube' into staging

The SonarCube report addressed for Cybersecurity

    • -55
    • +49
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
Merge branch 'DEN-15279UI-BN-S97-Cybersecurity' into staging

DEN-15852: CS: CloudSync merge and code review [ v0.4.3 ]

- This CloudSync version is the update for the Cybersecurity

    • -0
    • +19
    /cloudsync/config/config_STAGING.json
    • -0
    • +1
    /cloudsync/config/treatment_report_template.json
    • -147
    • +191
    /cloudsync/handlers/cs_mft_dcs_request_handler.py
    • -86
    • +73
    /cloudsync/handlers/incoming/handler_mft_to_cs.py
    • -152
    • +252
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
    • -111
    • +124
    /cloudsync/handlers/ui_cs_request_handler.py
    • -142
    • +174
    /cloudsync/utils/helpers.py
Merge branch 'DEN-15037-UI-BN-S94-DeviceRegistration' into staging

DEN-15037-UI-BN-S94-DeviceRegistration

DEN-14268 : UI <=> Cloud (todo list)

DEN-13951 : UI/CS: UI should be able to initiate the device registration

    • -14
    • +26
    /cloudsync/handlers/cs_mft_dcs_request_handler.py
    • -0
    • +33
    /cloudsync/handlers/error.py
    • -0
    • +63
    /cloudsync/handlers/error_handler.py
    • -1
    • +1
    /cloudsync/handlers/network_request.py
    • -155
    • +211
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
    • -32
    • +55
    /cloudsync/handlers/outgoing/handler_cs_to_mft.py
Merge branch 'develop' into staging

The build version 0.2.4 to address the code review comments

    • -1
    • +21
    /cloudsync/busses/file_input_bus.py
    • -4
    • +24
    /cloudsync/busses/file_output_bus.py
    • -16
    • +15
    /cloudsync/handlers/incoming/handler_mft_to_cs.py
    • -0
    • +2
    /cloudsync/handlers/network_request.py
  1. … 5 more files in changeset.
Build 0.2.4

- Extracted from the provided compressed file cloudsync-release-GEN_DRT-0.2.4-build_1-110722

    • -0
    • +59
    /cloudsync/busses/file_input_bus.py
    • -0
    • +60
    /cloudsync/busses/file_output_bus.py
    • -0
    • +96
    /cloudsync/common/enums.py
    • -0
    • +19
    /cloudsync/config/config.json
    • -0
    • +19
    /cloudsync/config/config_INT.json
    • -0
    • +19
    /cloudsync/config/config_QA.json
    • -0
    • +55
    /cloudsync/config/treatment_report_template.json
    • -0
    • +249
    /cloudsync/handlers/cs_mft_dcs_request_handler.py
    • -0
    • +1
    /cloudsync/handlers/incoming/handler_dcs_to_cs.py
    • -0
    • +142
    /cloudsync/handlers/incoming/handler_mft_to_cs.py
    • -0
    • +27
    /cloudsync/handlers/network_request.py
    • -0
    • +251
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
    • -0
    • +85
    /cloudsync/handlers/outgoing/handler_cs_to_mft.py
    • -0
    • +160
    /cloudsync/handlers/ui_cs_request_handler.py
  1. … 7 more files in changeset.
Initial Commit