-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve handling of IndexedDB databases and restructure code (#36)
* feat: extend gh action to run on MS Teams 2.0 datasets * refactor: disable continue-on-error 🪲 * fix: unsupported operand type(s) for +: 'NoneType' and 'int' * refactor: use WrappedIndexDB instead of FastIndexedDB * feat: implement basic parser for the object stores * feat: add option to pass .blob folder * chore: update path of submodule * chore: update path to chromedb package * fix: parse v1 and v2 separately where necessary * fix: skip unnecessary object stores in parser mode --------- Co-authored-by: Alexander Bilz <mail@alexbilz.com>
- Loading branch information
Showing
8 changed files
with
286 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.