cloudsync

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

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

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

- incorrectly removed comment, commented out again.

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
CS-10: The Log upload to the cloud [0.4.11]

- fixed a typo

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

- Potential fix for the CS stop running

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/

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
DENBUG-192: CS-9: code review comments.

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

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

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
DENBUG-192: CS-9: Log rotation handler implementation

Implementation

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