cloudsync

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

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into DEN-16839-UI-BN-Whitney-1B1

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

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

CS-10: The Log upload to the cloud [0.4.11 - B5 - 2]

- incorrectly removed comment, commented out again.

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

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

- Fixing the report (txr) upload not visible on the cloud after says successfully uploaded.

    • -0
    • +1
    /cloudsync/config/treatment_report_template.json
Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

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

- fixed a typo

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

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

- Potential fix for the CS stop running

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

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

- try to identify what can go wrong between registrations and writing config.json to the /var/configurations/

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

    • -134
    • +136
    /cloudsync/common/enums.py
    • -156
    • +156
    /cloudsync/utils/globals.py
    • -171
    • +181
    /cloudsync/utils/helpers.py
CS-10: The Log upload to the cloud [0.4.11]

- Added the updated config files.

    • -6
    • +13
    /cloudsync/config/config_integration.json
    • -4
    • +11
    /cloudsync/config/config_quality.json
    • -3
    • +10
    /cloudsync/config/config_staging.json
CS-10: The Log upload to the cloud [0.4.11]

- python files changes

- I separated the configs since the content was not consistent and needed confirmation from KBM.

    • -0
    • +33
    /cloudsync/config/log_upload_template.json
    • -0
    • +1
    /cloudsync/config/treatment_report_template.json
    • -52
    • +39
    /cloudsync/handlers/cs_mft_dcs_request_handler.py
    • -75
    • +128
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
    • -171
    • +181
    /cloudsync/utils/helpers.py
Merge branch 'DEN-16690-UI-MG-S117' into develop

DENBUG-192: CS-9: code review comments.

DENBUG-192: CS-9: code review comments.

Merge branch 'DEN-16690-UI-MG-S117' into develop

    • -768
    • +771
    /cloudsync/utils/helpers.py
DENBUG-192: CS-9: code review comments.

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

Merge branch 'DEN-16657-UI-BN-S116-LogUpload' into develop

    • -128
    • +134
    /cloudsync/common/enums.py
    • -132
    • +156
    /cloudsync/utils/globals.py
    • -530
    • +768
    /cloudsync/utils/helpers.py
    • -0
    • +216
    /cloudsync/utils/logging.py
CS-10: The Log upload to the cloud

- Logging structure updated.

- Added a complete logger class.

- Added log level and timeout in config.

- Added ability to change the log level by request from device dashboard.

- ...

    • -1
    • +3
    /cloudsync/config/config_integration.json
    • -1
    • +3
    /cloudsync/config/config_production.json
    • -0
    • +17
    /cloudsync/config/device_log_template.json
    • -0
    • +7
    /cloudsync/config/log_state.json
    • -3
    • +13
    /cloudsync/config/treatment_report_template.json
    • -18
    • +221
    /cloudsync/handlers/cs_mft_dcs_request_handler.py
    • -0
    • +73
    /cloudsync/handlers/logs_handler.py
    • -40
    • +145
    /cloudsync/handlers/outgoing/handler_cs_to_dcs.py
    • -0
    • +216
    /cloudsync/utils/logging.py
Merge branch 'DEN-16690-UI-MG-S117' into develop

DENBUG-192: CS-9: Log rotation handler implementation

Implementation

Merge branch 'staging' into DEN-16690-UI-MG-S117