aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/httpprojectstore.cpp
Commit message (Expand)AuthorAgeFilesLines
* move all storage-related services into storage tree (#571)Stefan Boberg2025-10-141-3307/+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-031-8/+5
* move projectstore to zenstore (#541)Dan Engelbrecht2025-10-021-2/+2
* projectstore refactor phase 2 (#539)Dan Engelbrecht2025-10-021-20/+875
* projectstore refactor (#531)Dan Engelbrecht2025-09-301-172/+310
* new in-memory storage strategy for oplogs (#490)Dan Engelbrecht2025-09-151-48/+52
* faster oplog entries with referenceset (#488)Dan Engelbrecht2025-09-081-23/+48
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-87/+117
* oplog memory usage reduction (#482)Dan Engelbrecht2025-09-041-3/+1
* projectstore lifetime improvements (#481)Dan Engelbrecht2025-08-291-19/+19
* revert multi-cid store (#475)Dan Engelbrecht2025-08-261-134/+33
* per namespace/project cas prep refactor (#470)Dan Engelbrecht2025-08-201-33/+134
* builds url discovery (#334)Dan Engelbrecht2025-04-011-3/+19
* Descriptive type conversion messageszousar2025-03-261-15/+39
* Moved AcceptType Handling From ProjectStore To HttpProjectStorezousar2025-03-251-2/+32
* reduced memory churn using fixed_xxx containers (#236)Stefan Boberg2025-03-061-14/+18
* remove all referenced attachments in op from pending chunk references (#267)Dan Engelbrecht2024-12-171-5/+7
* more memory tagging and fixes (#263)Stefan Boberg2024-12-161-2/+4
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-051-6/+6
* fix time regression on CI - iteratechunks block size (#249)Dan Engelbrecht2024-12-021-5/+5
* added support for dynamic LLM tags (#245)Stefan Boberg2024-12-021-0/+11
* stronger validation of payload existance (#229)Dan Engelbrecht2024-11-251-2/+3
* fix oplog chunk batch get (#221)Dan Engelbrecht2024-11-181-5/+7
* oplog prep gc fix (#216)Dan Engelbrecht2024-11-151-16/+141
* oplog capture new attachments for gc (#210)Dan Engelbrecht2024-11-061-0/+1
* Improved oplog import/export progress indicator at commandline (#206)Dan Engelbrecht2024-11-061-11/+11
* Add ability to read the oplog's ReferencedSet, as written by the cook… (#190)v5.5.9-pre7Matt Peters2024-10-111-27/+48
* Poorly cherry-pickMartin Ridgers2024-09-191-2/+2
* Surfaced oplog paging to HTTP handlerMartin Ridgers2024-09-191-3/+18
* clang-format on branch's changed filesMartin Ridgers2024-09-191-1/+2
* Mandatory IterateOplog() paging argumentMartin Ridgers2024-09-191-2/+2
* add compacting of oplogs as part of GC (#106)Dan Engelbrecht2024-08-121-12/+12
* make oplog lsn unsigned (#107)Dan Engelbrecht2024-08-121-14/+15
* project/oplog delete improvements (#105)Dan Engelbrecht2024-08-121-4/+11
* oplog iterate chunks content type (#65)Dan Engelbrecht2024-04-261-5/+0
* add "fieldnames" query param for GetProjectFiles/GetProjectChunkInfos (#29)Dan Engelbrecht2024-03-281-3/+45
* add filter to projectstore entries request (#25)Dan Engelbrecht2024-03-261-6/+65
* consistent paths encoding (#24)Dan Engelbrecht2024-03-251-14/+16
* non memory copy compressed range (#13)Dan Engelbrecht2024-03-201-4/+5
* Change naming to ChunkInfos instead of Chunkszousar2023-12-061-5/+5
* Add endpoint for all chunk infoszousar2023-12-011-0/+40
* faster oplog iteration (#471)Dan Engelbrecht2023-10-131-14/+13
* adding more stats (#429)Dan Engelbrecht2023-09-281-0/+6
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-141-0/+3
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-0/+1
* project store gc deadlock (#381)Dan Engelbrecht2023-08-311-2/+2
* add helper functions in HttpProjectService to help with readability (#378)Dan Engelbrecht2023-08-291-1195/+1306
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-181-2/+89