| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | disable macos github agent | Dan Engelbrecht | 2022-06-27 | 2 | -119/+119 |
| | | |||||
| * | cache requests API (#134) | Dan Engelbrecht | 2022-06-27 | 3 | -0/+1761 |
| | | |||||
| * | add macos builds (#133) | Dan Engelbrecht | 2022-06-24 | 4 | -13/+140 |
| | | | | | | | | * add macos builds * bump timeout to 15 minutes and add timeout to create-release flow * strip -pre suffix from version when running config * fix pre-release check * bump version | ||||
| * | Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5 | Dan Engelbrecht | 2022-06-17 | 40 | -2147/+1033 |
| | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | fixed merge mistake which caused a build error | Stefan Boberg | 2022-06-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-06-16 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #131 from EpicGames/de/version-tag-automation | Dan Engelbrecht | 2022-06-15 | 5 | -13/+21 |
| | |\ | | | | | | | De/version tag automation | ||||
| | | * | cleanup | Dan Engelbrecht | 2022-06-15 | 1 | -3/+0 |
| | | | | |||||
| | | * | fix version.txt casing | Dan Engelbrecht | 2022-06-15 | 1 | -2/+2 |
| | | | | |||||
| | | * | bump version | Dan Engelbrecht | 2022-06-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | ignore changelog and version on pr push | Dan Engelbrecht | 2022-06-15 | 1 | -0/+3 |
| | | | | |||||
| | | * | fix release trigger version.txt name | Dan Engelbrecht | 2022-06-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | bump version | Dan Engelbrecht | 2022-06-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | extract version name from VERSION.txt on release build | Dan Engelbrecht | 2022-06-15 | 1 | -30/+9 |
| | | | | |||||
| | | * | VERSION-tmp.txt -> VERSION.txt | Dan Engelbrecht | 2022-06-15 | 1 | -0/+0 |
| | | | | |||||
| | | * | version.txt -> VERSION-tmp.txt | Dan Engelbrecht | 2022-06-15 | 1 | -0/+0 |
| | | | | |||||
| | | * | No prefix in VERSION.txt | Dan Engelbrecht | 2022-06-15 | 2 | -4/+2 |
| | | | | |||||
| | | * | read VERSION.txt in zencore:on_load | Dan Engelbrecht | 2022-06-13 | 2 | -3/+9 |
| | | | | |||||
| | | * | automate bump version | Dan Engelbrecht | 2022-06-13 | 3 | -3/+28 |
| | | | | |||||
| | * | | Merge pull request #129 from EpicGames/de/better-iterate-chunksv0.1.4-pre2 | Dan Engelbrecht | 2022-06-14 | 7 | -137/+321 |
| | |\ \ | | | | | | | | | Improved BlockStore::IterateChunks | ||||
| | | * | | Make sure we don't try to create a ZipFS IoBuffer of zero size | Dan Engelbrecht | 2022-06-15 | 2 | -1/+9 |
| | | | | | |||||
| | | * | | review feedback | Dan Engelbrecht | 2022-06-14 | 4 | -78/+79 |
| | | | | | |||||
| | | * | | small cleanup | Dan Engelbrecht | 2022-06-14 | 1 | -4/+1 |
| | | | | | |||||
| | | * | | clang format | Dan Engelbrecht | 2022-06-14 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Add validation to ZenCacheDiskLayer::CacheBucket::Scrub | Dan Engelbrecht | 2022-06-13 | 2 | -33/+128 |
| | | | | | |||||
| | | * | | Improved BlockStore::IterateChunks | Dan Engelbrecht | 2022-06-13 | 3 | -84/+167 |
| | |/ / | | | | | | | | | | | | | | | | Simplified interface Go through one block at a time Report back out of range ChunkLocations | ||||
| * | | | merged from main | Stefan Boberg | 2022-06-16 | 11 | -149/+341 |
| | | | | |||||
| * | | | asio: added some context to error reporting | Stefan Boberg | 2022-06-16 | 1 | -2/+8 |
| | | | | |||||
| * | | | trivial: removed some unnecessary WriteToString in unit tests | Stefan Boberg | 2022-06-13 | 1 | -20/+15 |
| |/ / | |||||
| * | | added _WIN32_WINNT define to be consistent with xmake file | Stefan Boberg | 2022-06-13 | 1 | -0/+3 |
| | | | |||||
| * | | removed more unnecessary CasStore related code | Stefan Boberg | 2022-06-13 | 4 | -44/+0 |
| | | | |||||
| * | | removed unnecessary CasStore forward declarations | Stefan Boberg | 2022-06-13 | 2 | -2/+0 |
| | | | |||||
| * | | removed LocalProjectService prototype | Stefan Boberg | 2022-06-13 | 4 | -338/+10 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-06-11 | 24 | -187/+704 |
| |\ | |||||
| | * | clang-format fix | Stefan Boberg | 2022-06-10 | 1 | -2/+2 |
| | | | |||||
| | * | fixed Linux build issue | Stefan Boberg | 2022-06-10 | 1 | -2/+2 |
| | | | |||||
| | * | Update CODING.md | Stefan Boberg | 2022-06-10 | 1 | -0/+3 |
| | | | |||||
| | * | fixed issue in CbPackage marshaling of local references | Stefan Boberg | 2022-06-10 | 1 | -1/+3 |
| | | | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-06-10 | 2 | -6/+8 |
| | |\ | |||||
| | | * | namespace/bucket validation now uses AsciiSet for more efficient validation ↵ | Stefan Boberg | 2022-06-10 | 2 | -6/+8 |
| | | | | | | | | | | | | | (#127) | ||||
| | * | | clang-format fixes | Stefan Boberg | 2022-06-10 | 3 | -3/+5 |
| | |/ | |||||
| | * | extended zen print command to also handle CbPackage and CompressedBuffer ↵ | Stefan Boberg | 2022-06-10 | 1 | -9/+91 |
| | | | | | | | | | format payloads | ||||
| | * | cbpackage: added initial support for marshaling of attachment by local reference | Stefan Boberg | 2022-06-10 | 2 | -30/+380 |
| | | | | | | | | | this mode allows local clients to avoid unnecessary copying of data from zen and instead reference data directly | ||||
| | * | cidstore: propagate the correct content type | Stefan Boberg | 2022-06-10 | 1 | -0/+2 |
| | | | |||||
| | * | frontend: simplified content-type logic | Stefan Boberg | 2022-06-10 | 1 | -26/+15 |
| | | | |||||
| | * | fixed issue where projects would not be discovered via DiscoverProjects due ↵ | Stefan Boberg | 2022-06-10 | 2 | -11/+102 |
| | | | | | | | | | | | | | to use of stem() vs filename() added /prj/{project}/oplog/{log}/{op} endpoint to allow retrieval of an op entry by LSN. Supports returning CbObject or CbPackage format payloads | ||||
| | * | gc: improved message indicating no GC is scheduled | Stefan Boberg | 2022-06-10 | 1 | -1/+1 |
| | | | |||||
| | * | sentry: added logging of sentry_init error code | Stefan Boberg | 2022-06-10 | 1 | -1/+1 |
| | | | |||||
| | * | zenserver: removed unimplemented SOS interface | Stefan Boberg | 2022-06-10 | 2 | -66/+0 |
| | | | |||||
| | * | build: added catch2 option | Stefan Boberg | 2022-06-10 | 1 | -1/+11 |
| | | | | | | | | | also added some comments for the vfs option | ||||