aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore
Commit message (Expand)AuthorAgeFilesLines
...
* adding more stats (#429)Dan Engelbrecht2023-09-282-7/+15
* Improvement: Add names to background jobs for easier debugging (#412)Dan Engelbrecht2023-09-203-46/+60
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-202-8/+119
* increase jupiter oplog import/export connection timeout to 30 min (#411)Dan Engelbrecht2023-09-191-1/+1
* Add retry if FinalizeRef responds with non-empty "Needs" attachments (#409)Dan Engelbrecht2023-09-195-261/+377
* add more trace scopes (#362)Dan Engelbrecht2023-09-151-30/+39
* More statistics for Cache, Project Store and Cid Store (#405)Dan Engelbrecht2023-09-142-0/+4
* job queue and async oplog-import/export (#395)Dan Engelbrecht2023-09-1310-130/+350
* scan oplog object for fields (#397)Dan Engelbrecht2023-09-131-89/+130
* incremental oplog upload for block-based targets (#392)Dan Engelbrecht2023-09-128-72/+224
* better sorting of attachments in oplog blocks (#390)Dan Engelbrecht2023-09-111-13/+54
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-065-73/+119
* retry file create (#383)Dan Engelbrecht2023-09-041-2/+29
* project store gc deadlock (#381)Dan Engelbrecht2023-08-313-40/+57
* add helper functions in HttpProjectService to help with readability (#378)Dan Engelbrecht2023-08-292-1195/+1326
* Add `--embedloosefiles` option to `oplog-export` (#376)Dan Engelbrecht2023-08-243-73/+242
* use robinmap in compact cas (#368)Dan Engelbrecht2023-08-211-4/+5
* buffered file reading for oplog (#366)Dan Engelbrecht2023-08-211-5/+16
* add update/delete endpoint for project and oplog (#353)Dan Engelbrecht2023-08-183-2/+135
* check oplog op attachments when gathering references for GC (#363)Dan Engelbrecht2023-08-182-27/+24
* project store stats (#357)Dan Engelbrecht2023-08-144-37/+197
* update vcpkg dependencies (#356)Dan Engelbrecht2023-08-111-2/+2
* Make sure we always write "data" attachment hash for snapshotted oplog entrie...Dan Engelbrecht2023-08-114-9/+29
* Add `response.text` to output in log when jupiter request fails (#354)Dan Engelbrecht2023-08-101-2/+2
* Allow oplog file mapping where ServerPath is missing if a attachment hash is ...Dan Engelbrecht2023-08-101-4/+9
* Add `--assume-http2` option to cloud style import/export command to use a HTT...Dan Engelbrecht2023-08-093-2/+6
* fix asserts and exceptions (#344)Dan Engelbrecht2023-08-082-1/+12
* add requested item in oplog remote op (#340)Dan Engelbrecht2023-08-013-53/+155
* removed unnecessary cpr referenceStefan Boberg2023-06-301-4/+0
* file share support (#328)Stefan Boberg2023-06-163-38/+47
* fix jupiter access token for oplog upload (#330)Dan Engelbrecht2023-06-121-1/+1
* changed ZEN_ERROR to ZEN_WARN to reduce Sentry noiseStefan Boberg2023-06-081-3/+8
* oplog snapshot (#317)Stefan Boberg2023-05-251-6/+154
* minor: refcount bump eliminationStefan Boberg2023-05-251-1/+1
* named oplog upload worker pool threadsStefan Boberg2023-05-251-1/+12
* minor: comment fixStefan Boberg2023-05-251-1/+1
* added defaults to remote project store option definitionsStefan Boberg2023-05-253-5/+6
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-241-5/+5
* fixed bug where an oplog delete would not actually delete the oplogStefan Boberg2023-05-191-2/+9
* project store refactor (#316)Stefan Boberg2023-05-174-1518/+1559
* Additional trace instrumentation (#312)Stefan Boberg2023-05-161-0/+36
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-161-12/+12
* added ScrubStorage to GcStorage base classStefan Boberg2023-05-151-1/+1
* added scrubbing related loggingStefan Boberg2023-05-151-0/+2
* minor GC API cleanupStefan Boberg2023-05-152-8/+8
* WARN level log if we can't write snapshot/manifest/access times (#288)Dan Engelbrecht2023-05-111-4/+11
* Low disk space detector (#277)Dan Engelbrecht2023-05-092-38/+83
* project store gc lifetime (#257)Dan Engelbrecht2023-05-082-84/+343
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-021-2/+1
* move auth code from zenserver into zenhttp (#265)Stefan Boberg2023-05-021-1/+1