Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Fix/scan message metadata

wakonig_k requested to merge fix/scan_message_metadata into master

Description

Simplified ScanMessage metadata. In the past, the ScanMessage included the entire scan status info. Not only is it not necessary, but it can also lead to memory issues for large scans. Therefore, I'd suggest to only include what is really needed / convenient. To remedy the removal, I added the scan status message as a dedicated field to the ScanItem.

Type of Change

  • Added the scan status message to the ScanItem
  • Removed all field of the scan info in the metadata of the ScanMessage. Only scanID, scan_type and scan_report_devices remain.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports