Skip to content

Convert HideX, samsungSmartThings, mega, smyfilesStored, PodcastAddict to LAVA#734

Merged
abrignoni merged 1 commit into
mainfrom
lava-batch-next
Jun 19, 2026
Merged

Convert HideX, samsungSmartThings, mega, smyfilesStored, PodcastAddict to LAVA#734
abrignoni merged 1 commit into
mainfrom
lava-batch-next

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Converts five single-report artifacts to the LAVA output pipeline.

Each now uses @artifact_processor and returns (data_headers, data_list, source_path), adding LAVA output alongside the existing HTML/TSV (and timeline where a datetime column exists). Queries and row extraction are unchanged (verified structurally against main); datetime columns marked.

  • HideX — locked apps (no datetime)
  • samsungSmartThings — Quick Connect devices; also fixes a pre-existing typo where the file check looked for QcDb.db while the path/actual file is QcDB.db, so the artifact never fired
  • mega — chat history (JSON attachment parsing preserved)
  • smyfilesStored — My Files stored files (two datetime columns)
  • PodcastAddict — episodes (three datetime columns)

Verified: all five parse, are lint-clean, the plugin loader resolves them with no warnings, and their queries / rows match the pre-conversion versions.

Deferred: googleCallScreen (embeds audio media + protobuf — needs the media handler).

…t to LAVA

Convert five single-report artifacts to @artifact_processor, returning
(data_headers, data_list, source_path) and adding LAVA output alongside the
existing HTML/TSV (and timeline where a datetime column exists). Queries and row
extraction are unchanged; datetime columns marked.

samsungSmartThings also fixes a pre-existing typo: the file check looked for
'QcDb.db' while the path glob (and actual file) is 'QcDB.db', so the artifact
never fired. Function keys dropped since decorated functions resolve by name.
@abrignoni abrignoni merged commit 50eaae8 into main Jun 19, 2026
1 check passed
@abrignoni abrignoni deleted the lava-batch-next branch June 19, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant