aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* add boost-worker oplog import export options (#693)Dan Engelbrecht2025-12-162-22/+73
* add otel instrumentation (#581)Stefan Boberg2025-12-113-0/+19
* upload to zen cache from oplog import now disabled by default (#680)Dan Engelbrecht2025-12-091-1/+1
* add missing patterns to objectstore service http routing (#674)Dan Engelbrecht2025-12-031-3/+7
* automatic scrub on startup (#667)Dan Engelbrecht2025-11-273-32/+46
* logging improvements (#664)Stefan Boberg2025-11-243-21/+24
* Added actions to drop all projects or all z$ namespaces. (#655)Martin Ridgers2025-11-183-2/+54
* Include version string on the dashboard's start page. (#651)Martin Ridgers2025-11-174-2/+26
* control cache upload (#646)Dan Engelbrecht2025-11-121-0/+2
* switch to xmake for package management (#611)Stefan Boberg2025-11-074-10/+55
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-018-34/+35
* make sure OpenProcessCache is initialized before use (#618)Stefan Boberg2025-10-291-4/+4
* fix --zentrace=no compile errors (#616)Stefan Boberg2025-10-282-2/+4
* move cpr in-tree (#605)Stefan Boberg2025-10-241-2/+1
* add host discovery and zen cache support for oplog import (#601)Dan Engelbrecht2025-10-231-13/+29
* add support for OTLP logging/tracing (#599)Stefan Boberg2025-10-2210-6/+168
* Mr/dashboard stats summary tweak (#592)Martin Ridgers2025-10-202-9/+14
* fix builds storage stats (#590)Dan Engelbrecht2025-10-201-18/+22
* restructured zenserver configuration (#575)Stefan Boberg2025-10-1513-210/+317
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-1432-44/+31
* split storage config from base config (#570)Stefan Boberg2025-10-136-1208/+1355
* extract storage server into separate source files (#569)Stefan Boberg2025-10-135-1185/+1236
* move service common code into base class (#567)Stefan Boberg2025-10-135-499/+626
* hide http.sys options when unavailable (#568)Stefan Boberg2025-10-132-3/+10
* add ability to limit concurrency (#565)Stefan Boberg2025-10-105-2/+13
* shorten thread pool names for Linux which has a limit of 15 characters (#563)Stefan Boberg2025-10-081-1/+1
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-061-2/+2
* move rpcrecorder out from cache subfolder (#552)Dan Engelbrecht2025-10-031-1/+1
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-033-15/+5
* zenutil cleanup (#550)Dan Engelbrecht2025-10-031-1/+1
* move zen vfs implementation to zenstore (#549)Dan Engelbrecht2025-10-036-617/+16
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-034-8/+26
* cache RPC replay fixes (minor) (#544)Stefan Boberg2025-10-031-1/+1
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-0313-5436/+6
* move projectstore to zenstore (#541)Dan Engelbrecht2025-10-0210-8831/+5
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-028-1681/+1524
* Zs/OIDC exe path handling (#538)Zousar Shaker2025-10-021-4/+10
* Fix bug in ReplayLogEntries for large op blobs (#537)Matt Peters2025-10-011-0/+1
* skip dropped oplogs in ScanForOplogs() (#534)Dan Engelbrecht2025-09-301-0/+5
* projectstore refactor (#531)Dan Engelbrecht2025-09-304-721/+667
* gracefully handle missing chunks when exporting an oplog (#526)Dan Engelbrecht2025-09-292-28/+66
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-295-185/+92
* some bug fixes (#522)Stefan Boberg2025-09-291-2/+2
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-227/+375
* Merge pull request #509 from ue-foundation/zs/put-overwrite-policy-responseZousar Shaker2025-09-251-5/+10
|\
| * Report Incomplete Records To Clientzousar2025-09-241-3/+5
| * Merge branch 'main' into zs/put-overwrite-policy-responsezousar2025-09-226-10/+40
| |\
| * | Change batch put responses for client reportingzousar2025-09-191-2/+5
* | | limit number of chunks per block (#508)Dan Engelbrecht2025-09-233-49/+77
| |/ |/|
* | dont set Size or RawSize when fetching chunkinfos if the payload can't be fou...Dan Engelbrecht2025-09-221-2/+7