| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -459/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5 | Dan Engelbrecht | 2022-06-17 | 1 | -6/+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 | ||||
| * | Initialize upstream apply in background thread (#88)v1.0.1.2 | Joe Kirchoff | 2022-05-03 | 1 | -0/+22 |
| | | |||||
| * | Horde execute storage config (#75) | Joe Kirchoff | 2022-04-14 | 1 | -6/+11 |
| | | |||||
| * | Compute updates (#74) | Joe Kirchoff | 2022-04-14 | 1 | -1296/+8 |
| | | |||||
| * | Simple file-based compute (#65) | Joe Kirchoff | 2022-03-30 | 1 | -280/+402 |
| | | |||||
| * | Enable Horde compute code on Linux & Mac (#61) | Joe Kirchoff | 2022-03-22 | 1 | -81/+26 |
| | | |||||
| * | Update horde compute to use Jupiter for storage (#60) | Joe Kirchoff | 2022-03-17 | 1 | -108/+187 |
| | | |||||
| * | Moved cloud cache token provider out from options. | Per Larsson | 2022-02-01 | 1 | -4/+10 |
| | | |||||
| * | Refactored cloud cache access token provider. | Per Larsson | 2022-02-01 | 1 | -4/+4 |
| | | |||||
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -11/+6 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -31/+36 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -28/+30 |
| | |\ | |/ |/| | |||||
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -11/+17 |
| | |\ | |||||
| | * | | Wait on an event instead of using sleep() | Martin Ridgers | 2021-11-26 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep. | ||||
| | * | | Merged main | Martin Ridgers | 2021-11-22 | 1 | -11/+44 |
| | |\ \ | |||||
| | * \ \ | Merged main | Martin Ridgers | 2021-11-17 | 1 | -6/+6 |
| | |\ \ \ | |||||
| | * \ \ \ | Merged main | Martin Ridgers | 2021-11-16 | 1 | -6/+40 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merged main | Martin Ridgers | 2021-11-15 | 1 | -4/+5 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICES | Martin Ridgers | 2021-11-12 | 1 | -0/+5 |
| | | | | | | | | |||||
| * | | | | | | | Return status_code as ErrorCode from jupiter api if not successful | Joe Kirchoff | 2021-12-07 | 1 | -13/+13 |
| | | | | | | | | |||||
| * | | | | | | | Better error tracking when remote execute fails to post | Joe Kirchoff | 2021-12-02 | 1 | -15/+17 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Use 'Platform' instead of 'OSFamily' for Horde condition | Joe Kirchoff | 2021-12-01 | 1 | -11/+3 |
| | | | | | | | |||||
| * | | | | | | Write dummy file to ensure directories exist for remote execution | Joe Kirchoff | 2021-12-01 | 1 | -0/+14 |
| | | | | | | | |||||
| * | | | | | | Wait on an event instead of using sleep() | Martin Ridgers | 2021-11-26 | 1 | -4/+8 |
| | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep. | ||||
| * | | | | | Comment out unused variables to fix warnings. | Per Larsson | 2021-11-22 | 1 | -7/+7 |
| | | | | | | |||||
| * | | | | | Set horde worker requirements, limit to Win-RemoteExec pool | Joe Kirchoff | 2021-11-17 | 1 | -4/+37 |
| | |_|_|/ |/| | | | |||||
| * | | | | Format fix. | Per Larsson | 2021-11-16 | 1 | -6/+6 |
| | |_|/ |/| | | |||||
| * | | | Use upstream apply with Horde | Joe Kirchoff | 2021-11-15 | 1 | -17/+10 |
| | | | | |||||
| * | | | Horde Apply: Pass through | Joe Kirchoff | 2021-11-15 | 1 | -2/+43 |
| | |/ |/| | | | | | | | Currently only Windows is supported Add some additional error messaging on failure | ||||
| * | | Remote Apply: Get Expire timeout from worker | Joe Kirchoff | 2021-11-12 | 1 | -4/+5 |
| |/ | |||||
| * | Horde remote execute (#25) | Joe Kirchoff | 2021-11-11 | 1 | -0/+1491 |