-
-
Notifications
You must be signed in to change notification settings - Fork 55
Comparing changes
Open a pull request
base repository: webrecorder/browsertrix
base: c73512d
head repository: webrecorder/browsertrix
compare: e995811
- 9 commits
- 54 files changed
- 4 contributors
Commits on May 14, 2025
-
chore: Clean up data grid component (#2604)
- Moves data grid styles to separate stylesheet. - Adds `rowsSelectable` option, renames `rows-` properties to match. - Adds WIP `rowsExpandable` option. - Fixes showing tooltip on focus. - Cleans up rows controller typing. --------- Co-authored-by: Emma Segal-Grossman <hi@emma.cafe>
Configuration menu - View commit details
-
Copy full SHA for 7c9627f - Browse repository at this point
Copy the full SHA 7c9627fView commit details -
feat: Workflow "latest crawl" tab (#2605)
- Combines "Watch" and "Logs" into single "Latest Crawl" tab - Updates workflow routes and adds redirects - Enables replaying and downloading latest crawl from the workflow detail view - Tweaks crawl list table header labels and and archived item download button labels for consistency - Fixes crawl queue showing error when stopping crawl
Configuration menu - View commit details
-
Copy full SHA for 4b1e416 - Browse repository at this point
Copy the full SHA 4b1e416View commit details
Commits on May 19, 2025
-
storage: use s3v4 signature for presigning urls (#2611)
Use V4 ('s3v4') signature version for for all presigning URLs to support backblaze, fixes #2472 - add 'access_addressing_style' to be able to choose virtual/path addressing for access endpoint (default to 'virtual' as before) - fix minio presigning with v4 by using 'path' addressing style for minio - if path matches '/data/' for internal minio bucket, then always use 'path' - also make minio access path '/data/' configurable also simplify running in any namespace with default settings: - don't hardcode 'local-minio.default' - in crawlers namespace, add a 'local-minio' externalName service which maps to the main namespace service.
Configuration menu - View commit details
-
Copy full SHA for f1fd11c - Browse repository at this point
Copy the full SHA f1fd11cView commit details
Commits on May 20, 2025
-
Optimize presigning for replay.json (#2516)
Fixes #2515. This PR introduces a significantly optimized logic for presigning URLs for crawls and collections. - For collections, the files needed from all crawls are looked up, and then the 'presign_urls' table is merged in one pass, resulting in a unified iterator containing files and presign urls for those files. - For crawls, the presign URLs are also looked up once, and the same iterator is used for a single crawl with passed in list of CrawlFiles - URLs that are already signed are added to the return list. - For any remaining URLs to be signed, a bulk presigning function is added, which shares an HTTP connection and signing 8 files in parallels (customizable via helm chart, though may not be needed). This function is used to call the presigning API in parallel.
Configuration menu - View commit details
-
Copy full SHA for c134b57 - Browse repository at this point
Copy the full SHA c134b57View commit details -
docs: Document latest crawl (#2613)
Follows #2603 ## Changes - Updates documentation on "Latest Crawl" tab - Fixes extra fetch in workflow detail page - Reverts workflow detail labels from "Duration" back to "Run Duration" and "Pages" back to "Pages Crawled"
Configuration menu - View commit details
-
Copy full SHA for ef93c5a - Browse repository at this point
Copy the full SHA ef93c5aView commit details -
tests: fix nightly test config after #2611 (#2614)
remove namespace from minio config to match settings
Configuration menu - View commit details
-
Copy full SHA for e29db33 - Browse repository at this point
Copy the full SHA e29db33View commit details -
Add Org Check for Collection access (#2616)
Ensure collection access checks org membership
Configuration menu - View commit details
-
Copy full SHA for 86e35e3 - Browse repository at this point
Copy the full SHA 86e35e3View commit details
Commits on May 21, 2025
-
remove deleted collections from crawlconfigs (#2615)
simplified version of #2608, add a remove_collection_from_all_configs() in CrawlConfigs, also check org. update tests to ensure removal
Configuration menu - View commit details
-
Copy full SHA for 8a71315 - Browse repository at this point
Copy the full SHA 8a71315View commit details -
Configuration menu - View commit details
-
Copy full SHA for e995811 - Browse repository at this point
Copy the full SHA e995811View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff c73512d...e995811