Skip to content

Conversation

@slifty
Copy link
Contributor

@slifty slifty commented Dec 18, 2025

This PR captures the outcome of our 2025 hackathon! Go team!

It adds support for a new record type: Web Archive, including the ability to render that content via detail view.

Before this PR is merged we should do some additional testing related to javascript security.

We should also consider using an npm package instead of loading the vendor script directly.

cecilia-donnelly and others added 5 commits December 17, 2025 15:59
Set up a special treatment for archive files (currently .wacz, .zip,
and .7zip). This is very MVP and currently is trying to show the
ReplayWeb example file for any archive uploaded to Permanent.

This doesn't work because the "service worker" is not loading correctly.
In order to render the replay-web-page we need a web worker to run
and we cannot use a remote one because of CORS, that is why we are
adding the files locally.
Co-authored-by: Liam Lloyd-Tucker <[email protected]>
We need to style the embed to actually fill the screen
We don't want to try to render zip files as web archives, so we're
introducing a brand new type.
@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.17%. Comparing base (6d223ac) to head (29a403f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #861   +/-   ##
=======================================
  Coverage   47.16%   47.17%           
=======================================
  Files         372      372           
  Lines       11495    11497    +2     
  Branches     1912     1912           
=======================================
+ Hits         5422     5424    +2     
+ Misses       5891     5887    -4     
- Partials      182      186    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

4 participants