Files
mattermost/server
Christopher Poile b33a7e362f [MM-63556] mmctl: Add compliance export download cmd (#30576)
* add mmctl compliance export download command and tests

- Introduced `ComplianceExportDownloadCmd` to facilitate downloading compliance export files.
- Implemented the `DownloadComplianceExport` method in the Client interface for handling file downloads.
- Added unit tests for the download command, covering successful downloads, error handling for non-existent jobs, and retries on failure.
- Included end-to-end tests to validate the command's functionality.
- Updated documentation to include usage examples and options for the new command.

* don't know why this was left out

* PR comments

* adjust test for new retry logic

* refactored download fn for compliance_export and export

* fix test due to fixed logic

* docs
2025-06-24 16:27:54 -04:00
..
2023-03-22 17:22:27 -04:00
2025-06-10 15:04:57 -03:00
2023-03-22 17:22:27 -04:00
2025-01-30 15:18:09 +01:00
2025-04-25 11:08:39 +02:00
2025-06-10 15:04:57 -03:00
2023-03-22 17:22:27 -04:00
2023-03-22 17:22:27 -04:00
2025-06-10 15:04:57 -03:00
2024-05-15 12:05:13 -03:00