aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/hub/hydration.h
Commit message (Collapse)AuthorAgeFilesLines
* hub s3 hydrate improvements (#902)Dan Engelbrecht6 days1-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Feature: Added `--hub-hydration-target-config` option to specify the hydration target via a JSON config file (mutually exclusive with `--hub-hydration-target-spec`); supports `file` and `s3` types with structured settings ```json { "type": "file", "settings": { "path": "/path/to/hydration/storage" } } ``` ```json { "type": "s3", "settings": { "uri": "s3://bucket[/prefix]", "region": "us-east-1", "endpoint": "http://localhost:9000", "path-style": true } } ``` - Improvement: Hub hydration dehydration skips the `.sentry-native` directory - Bugfix: Fixed `MakeSafeAbsolutePathInPlace` when a UNC prefix is present but path uses mixed delimiters
* add tests for s3 and file hydrators (#886)Dan Engelbrecht13 days1-0/+10
|
* add --hub-hydration-target-spec to zen hub (#867)Dan Engelbrecht2026-03-191-1/+1
|
* hubservice refactor (#819)Dan Engelbrecht2026-03-101-1/+1
| | | | | * move Hub to separate class * move StorageServerInstance to separate files * refactor HttpHubService to not own Hub instance
* zen hub (#574)Stefan Boberg2026-01-211-0/+40
Initial implementation of zenserver "hub" mode. This is an experimental feature. zenserver can be started in hub mode by specifying `hub` as the first argument to zenserver