Browsertrix Cloud v1.10.0-beta.0
Pre-release
Pre-release
·
720 commits
to main
since this release
Major Features
Initial Alpha QA support (requires Browsertrix-Crawler 1.1.0 Beta or higher)
Deployment
This release can be deployed with Helm by running:
helm upgrade --install btrix https://github.com/webrecorder/browsertrix-cloud/releases/download/v1.10.0-beta.0/browsertrix-cloud-v1.10.0-beta.0.tgz
See the development guide for more info how to deploy Browsertrix Cloud.
What's Changed
- Add new WIP QA Review page by @SuaYoo in #1500
- Deploy dev cluster with values from ops repo by @vnznznz in #1530
- Merge 1.9.2 Release -> main by @ikreymer in #1542
- Archived item nav button quickfix by @emma-sg in #1543
- Add crawl pages and related API endpoints by @tw4l in #1516
- Increase startup probe time to account for long-running migrations by @ikreymer in #1560
- Add crawl errors incrementally during crawl by @tw4l in #1561
- Refactor operator class into module by @ikreymer in #1564
- pages: set page status to 200 if unset and loadState != 0 by @ikreymer in #1563
- Add guide for customizing Helm chart values by @tw4l in #1556
- Temporarily remove pages migration by @tw4l in #1572
- Create
ArchivedItemPageandArchivedItemPageCommenttypes by @emma-sg in #1567 - Add updatable QA reviewStatus field to crawls by @tw4l in #1575
- Merge V1.9.3 changes into main by @ikreymer in #1583
- Bump cryptography from 41.0.1 to 42.0.4 in /ansible by @dependabot in #1574
- Frontend localhost icon fix by @SuaYoo in #1587
- Fix a couple linting issues by @emma-sg in #1565
- Configurable Max Scale for frontend by @ikreymer in #1557
- Browsertrix Cloud → Browsertrix frontend text rename by @Shrinks99 in #1466
- Manually approve pages in QA review by @SuaYoo in #1576
- Frontend: Icon updates! by @Shrinks99 in #1569
- Add QA tab to archived item detail by @SuaYoo in #1590
- Make storage deletion work on more S3 providers by @wvengen in #1600
- Update issue reporting templates by @SuaYoo in #1596
- profile browser fixes: better resource usage + load retry (main) by @ikreymer in #1604
- Docs: Update docs theme by @Shrinks99 in #1594
- Adds favicons! by @Shrinks99 in #1584
- kubernetes api: avoid overriding content-type header in kubernetes-asyncio, pass in via arg instead (main) by @ikreymer in #1605
- Add ESLint rules for import ordering by @emma-sg in #1608
- Fix mismatch in prettier import order config by @emma-sg in #1609
- Fix missing page component imports by @SuaYoo in #1610
- Upgrade Node 16 > 18 by @SuaYoo in #1612
- Fix asset imports in tests by @SuaYoo in #1611
- Update node version mentioned in docs by @emma-sg in #1615
- Add endpoints to read pages from older crawl WACZs into database by @tw4l in #1562
- Clean up ESLint warnings in main by @emma-sg in #1616
- Emit more modern code for browsers by @emma-sg in #1614
- Disable Prettier check in CI by @SuaYoo in #1619
- QA Runs Initial Backend Implementation by @ikreymer in #1586
- Fix intermittent crawl timeout test failure by @tw4l in #1621
- Add additional filters to page list endpoints by @tw4l in #1622
- Give test_crawl_timeout 10 mins to finish by @tw4l in #1627
- MetaController update by @ikreymer in #1630
- Frontend:
icon-buttonCleanup by @Shrinks99 in #1628 - Add single page QA GET endpoint by @tw4l in #1635
- merge 1.9.5 fixes by @ikreymer in #1637
- Crawler pod memory padding + auto scaling by @ikreymer in #1631
- add horizontal pod autoscaler for backend and frontend via helm charts by @ikreymer in #1633
- operator state fixes (follow up fomr #1639) by @ikreymer in #1640
- Adds documentation for exporting files by @Shrinks99 in #1643
- Frontend: Fixes the "Replay Latest Crawl" button path by @Shrinks99 in #1636
- QA Review UI by @SuaYoo in #1624
- fix issue with incorrect number of total pages if any of the seeds is a redirect by @ikreymer in #1649
- Track failed QA runs and include in list endpoint by @tw4l in #1650
New Contributors
- @dependabot made their first contribution in #1574
- @wvengen made their first contribution in #1600
Full Changelog: v1.9.6...v1.10.0-beta.0