cloudsync

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DENBUG-331 updated the cloudsync from KBM

    • -5
    • +15
    /cloudsync/busses/file_input_bus.py
    • -9
    • +13
    /cloudsync/busses/file_output_bus.py
    • -29
    • +0
    /cloudsync/config/config_STAGING.json
    • -0
    • +0
    /cloudsync/config/config_integration.json
    • -46
    • +68
    /cloudsync/handlers/cs_mft_dcs_request_handler.py
    • -25
    • +27
    /cloudsync/handlers/incoming/handler_mft_to_cs.py
    • -0
    • +0
    /cloudsync/handlers/network_request.py
    • -103
    • +123
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
    • -18
    • +21
    /cloudsync/handlers/outgoing/handler_cs_to_mft.py
  1. … 9 more files in changeset.
DENBUG-331: Message 2010 improvement

- Updated the message 2010 to have two more info on accepted, rejectionReason

- The line 47 in the cloud_sync.py looks incorrectly changed. ?????

    • -0
    • +29
    /cloudsync/config/config_STAGING.json
DENBUG-331: Release 0.5.3 - Build 3

- More logging features.

- safety for overloaded cloudsync logs pipe if the device is offline for a long period of time in debug mode.

    • -3
    • +32
    /cloudsync/handlers/logs_handler.py
DENBUG-331: Release 0.5.3 - Build 2

Fixed the regex for the duplicate file name detection issue with .u#. log extension sequence.

DENBUG-331: Release 0.5.3

- Fix the Duplicate log upload rejection issue.

    • -32
    • +68
    /cloudsync/handlers/cs_mft_dcs_request_handler.py
    • -1
    • +4
    /cloudsync/handlers/network_request.py
    • -16
    • +123
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
DENBUG-331: Release 0.5.2 - Build 4

- Fix the SonarQube issues for the /tmp folder use.

DENBUG-331: Release 0.5.2 - Build 3

- Fixed the message 2010 rejection reason parameter missing.

DENBUG-331: Release0.5.2-Build-2

- log duplicate fix.

    • -0
    • +0
    /cloudsync/config/config_integration.json
    • -0
    • +0
    /cloudsync/handlers/network_request.py
  1. … 8 more files in changeset.
DENBUG-331 added watchdog.py and filesystem.py

    • -0
    • +45
    /cloudsync/utils/filesystem.py
    • -0
    • +157
    /cloudsync/utils/watchdog.py
Merged DENBUG-332

DENBUG-332 added a try-except code in the helpers.py

DENBUG-332 imported the changes from KeborMed to patch treatment log infinity values

    • -15
    • +15
    /cloudsync/config/config_integration.json
DENBUG-331: Message 2010 improvement

- In the Update section the UPGRADE reverted back to UPDATE which was changed in previous commit.

Merge branch 'staging'

Merge branch 'DEN-16839-UI-BN-Whitney-1B1' into staging

DEN-16951-UI-BN-QA2

- Fixed a variable name typo

DEN-16951-UI-BN-QA2

- Adding QA2 configurations to the CloudSync

    • -0
    • +29
    /cloudsync/config/config_quality2.json
CS-10: The Log upload to the cloud [API versioning]

- CS 0.4.15 : API versioning

    • -11
    • +22
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
CS-10: The Log upload to the cloud [930]

- Fixing the 930 error to address the big log files upload.

    • -35
    • +48
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
CS-10: The Log upload to the cloud [Backward compatibility]

- Bumped up the version to 0.4.13

CS-10: The Log upload to the cloud [Backward compatibility]

- identifying the enum gaps for later ordering and adding more.

CS-10: The Log upload to the cloud [Backward compatibility]

- Fix the issue of creating the config.json from the environment when no WS is defined in update only mode, to use production as the default template.

    • -3
    • +10
    /cloudsync/config/config_production.json
CS-10: The Log upload to the cloud [Backward compatibility]

- Fixed the backward compatibility issue with the config.json files.

CS-10: The Log upload to the cloud

- Fixing the upgrade, update config reading location.

CS-10: The Log upload to the cloud

- set the /var/configurations as the primary config unless it does not exist.

CS-10: The Log upload to the cloud [0.4.12]

- changed the CS version one up to 0.4.12

CS-10: The Log upload to the cloud

- fixed the error in the log retention caused str to int conversion error.

Merge branch 'DEN-16690-UI-MG-S117' into DEN-16839-UI-BN-Whitney-1B1

Merge branch 'DEN-16690-UI-MG-S117' into DEN-16839-UI-BN-Whitney-1B1

DENBUG-192: CS-9: fixed log rotation handler checking incorrect parameters. Fixed usage ratio check.