| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 0.1.4v0.1.4 | Dan Engelbrecht | 2022-09-08 | 1 | -1/+1 |
| | | |||||
| * | Adjust errors vs warnings messages (#160) | Dan Engelbrecht | 2022-09-08 | 10 | -41/+42 |
| | | | | | * demote a number of ZEN_ERROR to ZEN_WARN * changelog | ||||
| * | Remove legacy code (#161) | Dan Engelbrecht | 2022-09-08 | 4 | -234/+11 |
| | | | | | * changelog * remove obsolete legacy code | ||||
| * | 0.1.4-pre27v0.1.4-pre27 | Dan Engelbrecht | 2022-09-08 | 1 | -1/+1 |
| | | |||||
| * | Added CloudCacheSession::GetInlineBlob to properly get CacheValues (#159) | Dan Engelbrecht | 2022-09-07 | 4 | -4/+60 |
| | | | | | | * Added CloudCacheSession::GetInlineBlob to properly get CacheValues from Horde Issue #UE-162151 * validate uncompressed binary from Horde "application/x-jupiter-inline" response | ||||
| * | Implement proper GetCacheValues upstream (#155) | Dan Engelbrecht | 2022-09-06 | 6 | -35/+298 |
| | | | | | * Implement proper GetCacheValues upstream * changelog | ||||
| * | updated codeowners (#157) | Dan Engelbrecht | 2022-09-05 | 1 | -1/+7 |
| | | |||||
| * | Fix/safer html folder detection (#153)v0.1.4-pre26 | Dan Engelbrecht | 2022-09-05 | 2 | -9/+20 |
| | | | | | * safer detection of html folder for frontend in debug mode * changelog | ||||
| * | Don't use -r option for 7z, it is not needed and picks up more than you ↵ | Dan Engelbrecht | 2022-09-05 | 1 | -1/+1 |
| | | | | | expect (#156) | ||||
| * | 0.1.4-pre24v0.1.4-pre25 | Dan Engelbrecht | 2022-09-02 | 1 | -1/+1 |
| | | |||||
| * | 0.1.4 | Dan Engelbrecht | 2022-09-02 | 1 | -1/+1 |
| | | |||||
| * | changelog | Dan Engelbrecht | 2022-09-02 | 1 | -18/+18 |
| | | |||||
| * | remove legacy derived data interface for Jupiter (#152) | Dan Engelbrecht | 2022-08-31 | 6 | -118/+7 |
| | | | | * remove legacy derived data interface for Jupiter | ||||
| * | update changelog with changes since 0.1.3 (#151) | Dan Engelbrecht | 2022-08-29 | 1 | -0/+20 |
| | | |||||
| * | Add sentry log sink to capture error/critical log statements (#147) | Dan Engelbrecht | 2022-08-26 | 3 | -6/+62 |
| | | | | | Attach log file to sentry error reports Log ERROR when std::terminate() is called | ||||
| * | Use "\\?\" prefixed paths and fix hardcoded path delimiters (#149) | Dan Engelbrecht | 2022-08-26 | 6 | -46/+77 |
| | | | | | | | * use "\\?\" prefix for windows paths * fix path delimiters * disable vcpkg caching * Workaround for spdlog not being able to create directories prefixed with `\\?\` | ||||
| * | redefine vcpkg cache naming | Dan Engelbrecht | 2022-08-26 | 2 | -6/+6 |
| | | |||||
| * | 0.1.4-pre24v0.1.4-pre24 | Dan Engelbrecht | 2022-08-26 | 1 | -1/+1 |
| | | |||||
| * | Upload symbol information to Sentry when creating release (#148) | Dan Engelbrecht | 2022-08-26 | 2 | -1/+31 |
| | | | | * enable sentry upload | ||||
| * | Build script cleanup (#150)v0.1.4-pre23v0.1.4-pre20 | Dan Engelbrecht | 2022-08-25 | 3 | -52/+68 |
| | | | | | | * always do 'config' to avoid user input problems in CI * always bundle on validate release, remove separate build release * bump vcpkg cache | ||||
| * | re-enable MacOS build (#144)v0.1.4-pre19v0.1.4-pre14v0.1.4-pre13v0.1.4-pre11 | Dan Engelbrecht | 2022-08-22 | 2 | -121/+121 |
| | | | | | * re-enable MacOS build * bump vcpkg version | ||||
| * | De/fix crash on non responding upstream (#145) | Dan Engelbrecht | 2022-08-19 | 6 | -30/+344 |
| | | | | * Fix ZenStructuredCacheClient lifetime issues | ||||
| * | bump vcpkg version to 2022.08.15 (#146) | Dan Engelbrecht | 2022-08-19 | 2 | -6/+6 |
| | | |||||
| * | Merge pull request #143 from EpicGames/remote_configs | Alex Dunn | 2022-08-12 | 2 | -0/+75 |
| |\ | | | | | Remote config template | ||||
| | * | Adding CODEOWNERS file for reviewers. | alex.dunn | 2022-08-12 | 1 | -0/+37 |
| | | | |||||
| | * | Changing directory name | alex.dunn | 2022-08-09 | 1 | -0/+0 |
| | | | |||||
| | * | Adding upstream configuration template file. | alex.dunn | 2022-08-09 | 1 | -0/+38 |
| |/ | |||||
| * | Update CODING.md | Stefan Boberg | 2022-08-09 | 1 | -2/+2 |
| | | |||||
| * | Update CODING.md | Stefan Boberg | 2022-08-09 | 1 | -0/+2 |
| | | |||||
| * | clang-format fix | Stefan Boberg | 2022-07-21 | 0 | -0/+0 |
| |\ | |||||
| | * | added suppression of warning C4189 to work around problems in fmt | Stefan Boberg | 2022-07-21 | 1 | -4/+5 |
| | | | |||||
| * | | added suppression of warning C4189 to work around problems in fmt | Stefan Boberg | 2022-07-21 | 1 | -5/+6 |
| |/ | |||||
| * | Remove PutCacheRecordRequest::RecordBody and GetCacheRecordResult:RecordBody ↵ | Dan Engelbrecht | 2022-07-01 | 2 | -50/+50 |
| | | | | | (#140) | ||||
| * | Use cacherequest::* for zenserver tests (#135) | Dan Engelbrecht | 2022-06-30 | 2 | -401/+168 |
| | | | | | | * use cacherequests in zcache.rpc * use cacherequests for zcache.rpc.allpolicies | ||||
| * | Add ability to control where in the result array results go in ↵ | Dan Engelbrecht | 2022-06-30 | 2 | -14/+55 |
| | | | | | GetCacheRecordsResult::Parse and CacheValuesResult::Parse (#138) | ||||
| * | add optional filter when writing GetCacheRecordsRequest and ↵ | Dan Engelbrecht | 2022-06-29 | 2 | -19/+67 |
| | | | | | GetCacheValuesRequest (#137) | ||||
| * | 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 |
| | | | | |||||