aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/projectstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* move projectstore to zenstore (#541)Dan Engelbrecht2025-10-021-8098/+0
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-021-1610/+415
* 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-301-473/+287
* gracefully handle missing chunks when exporting an oplog (#526)Dan Engelbrecht2025-09-291-23/+47
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-291-3/+2
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-227/+375
* limit number of chunks per block (#508)Dan Engelbrecht2025-09-231-47/+66
* dont set Size or RawSize when fetching chunkinfos if the payload can't be fou...Dan Engelbrecht2025-09-221-2/+7
* Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...Dan Engelbrecht2025-09-221-2/+2
* new in-memory storage strategy for oplogs (#490)Dan Engelbrecht2025-09-151-417/+598
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-13/+16
* faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-081-8/+2
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-65/+73
* oplog memory usage reduction (#482)Dan Engelbrecht2025-09-041-81/+178
* projectstore lifetime improvements (#481)Dan Engelbrecht2025-08-291-317/+488
* revert multi-cid store (#475)Dan Engelbrecht2025-08-261-111/+58
* oplog output improvements (#474)Dan Engelbrecht2025-08-221-8/+12
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-201-63/+121
* zen print fixes/improvements (#469)Dan Engelbrecht2025-08-191-3/+3
* use new builds api for oplogs (#464)Dan Engelbrecht2025-08-121-3/+5
* list build part content (#462)Dan Engelbrecht2025-08-111-2/+2
* 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
* 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-031-0/+22
* long filename support (#330)Dan Engelbrecht2025-03-311-53/+53
* Moved AcceptType Handling From ProjectStore To HttpProjectStorezousar2025-03-251-58/+3
* Add CookPackageArtifacts attachment to web uizousar2025-03-211-4/+39
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-14/+31
* builds upload command (#278)Dan Engelbrecht2025-02-261-1/+5
* moving and small refactor of chunk blocks to prepare for builds api (#282)Dan Engelbrecht2025-02-121-8/+8
* Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-221-4/+4
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-1/+1
* don't add overhead of verifying oplog presence on disk for "getchunks" rpc ca...Dan Engelbrecht2024-12-181-3/+5
* more memory tagging and fixes (#263)Stefan Boberg2024-12-161-0/+135
* Implemented temporary workaround for long paths in ComputeOpKeyStefan Boberg2024-12-131-3/+72
* fixed XXH3_128Stream so it initializes the state properlyStefan Boberg2024-12-131-1/+1
* added ComputeOpKey so all instances of mapping key -> Oid is in a single placeStefan Boberg2024-12-131-20/+19
* Builds API remote project store (#258)Dan Engelbrecht2024-12-121-3/+71
* reduce oplog job name (#261)Dan Engelbrecht2024-12-111-2/+2
* global open process cache for projectstore (#257)Dan Engelbrecht2024-12-051-13/+27
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-051-193/+1738