aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/hordecompute.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-1/+1
| | | * Add `import-project` and `export-project` command line parsing
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-171-9/+3
| | | | | | | | | | | | | | | | | | - Bumped ZEN_SCHEMA_VERSION - CasStore no longer a public API, it is hidden behind CidStore - Moved cas.h from public header folder - CidStore no longer maps from Cid -> Cas, we store entries in Cas under RawHash - CasStore now decompresses data to validate content (matching against RawHash) - CasChunkSet renames to HashKeySet and put in separate header/cpp file - Disabled "Chunk" command for now as it relied on CAS being exposed as a service - Changed CAS http service to Cid http server - Moved "Run" command completely inside ZEN_WITH_EXEC_SERVICES define - Removed "cas.basic" test - Uncommented ".exec.basic" test and added return-skip at start of test - Moved ScrubContext to separate header file - Renamed CasGC to GcManager - Cleaned up configuration passing in cas store classes - Removed CAS stuff from GcContext and clarified naming in class - Remove migration code
* Horde execute compressed input blobs (#109)Joe Kirchoff2022-05-271-40/+123
|
* Use configured namespace in Jupiter if not explicit namespace is givenDan Engelbrecht2022-05-111-8/+8
| | | | | DdcNamespace -> DefaultDdcNamespace BlobStoreNamespace -> DefaultBlobStoreNamespace
* parameterize namespace for upstream (first hack)Dan Engelbrecht2022-05-111-8/+12
|
* Compute tweaks (#78)v1.0.0.3Joe Kirchoff2022-04-191-22/+8
| | | | Remove force upload, not necessary. Add a few more timepoints
* Compute updates (#74)Joe Kirchoff2022-04-141-0/+1388