aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore
Commit message (Expand)AuthorAgeFilesLines
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-142-3418/+0
* added Hidden option to oidctoken creation with oidc token exe (#556)Dan Engelbrecht2025-10-061-2/+2
* remove zenutil dependency in zenremotestore (#547)Dan Engelbrecht2025-10-031-3/+21
* move remoteproject to remotestorelib (#542)Dan Engelbrecht2025-10-0311-5431/+5
* move projectstore to zenstore (#541)Dan Engelbrecht2025-10-026-8825/+3
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-027-1674/+1516
* 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-303-707/+664
* 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-292-8/+11
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-227/+375
* 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
* more responsive cancel during oplog import (#505)Dan Engelbrecht2025-09-221-0/+18
* Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-225-8/+15
* new in-memory storage strategy for oplogs (#490)Dan Engelbrecht2025-09-154-518/+748
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-102-769/+803
* faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-085-56/+86
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-045-168/+218
* oplog memory usage reduction (#482)Dan Engelbrecht2025-09-043-99/+195
* projectstore lifetime improvements (#481)Dan Engelbrecht2025-08-293-366/+550
* revert multi-cid store (#475)Dan Engelbrecht2025-08-264-252/+99
* oplog output improvements (#474)Dan Engelbrecht2025-08-225-32/+43
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-204-106/+265
* zen print fixes/improvements (#469)Dan Engelbrecht2025-08-191-3/+3
* Ensure that FinalizeContainer finalizes both part and buildzousar2025-08-141-0/+31
* use new builds api for oplogs (#464)Dan Engelbrecht2025-08-123-309/+294
* list build part content (#462)Dan Engelbrecht2025-08-115-8/+10
* graceful wait in parallelwork destructor (#438)Dan Engelbrecht2025-06-161-67/+104
* missing chunks bugfix (#424)Dan Engelbrecht2025-06-091-1/+1
* pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-3/+6
* faster oplog validate (#408)Dan Engelbrecht2025-05-301-9/+16
* handle exception with batch work (#401)Dan Engelbrecht2025-05-191-23/+17
* keep snapshot on log delete fail (#391)Dan Engelbrecht2025-05-121-54/+7
* optimize block store CompactBlocks (#384)Dan Engelbrecht2025-05-071-16/+8
* builds allow redirect option (#379)Dan Engelbrecht2025-05-052-33/+23
* iterate chunks crash fix (#376)Dan Engelbrecht2025-05-021-1/+1
* `zen oplog-export`, `zen oplog-import` for `--url` (cloud) and `--builds` (bu...Dan Engelbrecht2025-04-035-24/+64
* added --find-max-block-count option to builds upload (#337)Dan Engelbrecht2025-04-021-1/+1
* builds url discovery (#334)Dan Engelbrecht2025-04-012-5/+28
* long filename support (#330)Dan Engelbrecht2025-03-313-61/+61
* Descriptive type conversion messageszousar2025-03-261-15/+39
* Moved AcceptType Handling From ProjectStore To HttpProjectStorezousar2025-03-253-61/+35
* Add CookPackageArtifacts attachment to web uizousar2025-03-211-4/+39
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-062-28/+49
* builds upload command (#278)Dan Engelbrecht2025-02-266-43/+54
* improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-252-67/+19
* move WriteToTempFile to basicfile.h (#283)Dan Engelbrecht2025-02-121-60/+40