aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* harmonize ZenUpstreamEndpoint::PutCacheRecord with ↵de/reduce-upstream-apiDan Engelbrecht2022-09-161-46/+22
| | | | JupiterUpstreamEndpoint::PutCacheRecord
* 0.1.6-pre8v0.1.6-pre8Dan Engelbrecht2022-09-151-1/+1
|
* adjusted logging to be more in line with current configDan Engelbrecht2022-09-151-3/+7
|
* 0.1.6-pre7v0.1.6-pre7Dan Engelbrecht2022-09-151-1/+1
|
* fix log messageDan Engelbrecht2022-09-151-1/+1
|
* Add pkg-config requirement to README.mdDan Engelbrecht2022-09-131-0/+6
|
* 0.1.6-pre6v0.1.6-pre6Dan Engelbrecht2022-09-121-1/+1
|
* enable json log file (#164)Dan Engelbrecht2022-09-124-23/+179
| | | | | | * Include source location on ZEN_ERROR and ZEN_CRITICAL * Use proper logging for sentry init status * format file logger as json if .json extension is given * changelog
* create release in Sentry and set version string in executable (#162)Dan Engelbrecht2022-09-124-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | * create release in Sentry and set version string in executable * changelog * 0.1.6-pre0 * sentr-cli install dir * 0.1.6-pre1 * include org and project when creating Sentry release * 0.1.6-pre2 * move org and project options * 0.1.6-pre3 * need to first to "new", then finalize * 0.1.6-pre4 * read version before creating release * 0.1.6-pre5
* Merge branch 'main' of https://github.com/EpicGames/zenv0.1.6-pre5v0.1.6-pre3v0.1.6-pre2v0.1.6-pre1v0.1.6-pre0v0.1.5zousar2022-09-092-1/+11
|\
| * only try to parse payload hash if header exists (#163)Dan Engelbrecht2022-09-092-1/+11
| | | | | | | | * only try to parse payload hash if header exists * changelog
* | 0.1.5zousar2022-09-091-1/+1
|/ | | | 0.1.5
* 0.1.4v0.1.4Dan Engelbrecht2022-09-081-1/+1
|
* Adjust errors vs warnings messages (#160)Dan Engelbrecht2022-09-0810-41/+42
| | | | * demote a number of ZEN_ERROR to ZEN_WARN * changelog
* Remove legacy code (#161)Dan Engelbrecht2022-09-084-234/+11
| | | | * changelog * remove obsolete legacy code
* 0.1.4-pre27v0.1.4-pre27Dan Engelbrecht2022-09-081-1/+1
|
* Added CloudCacheSession::GetInlineBlob to properly get CacheValues (#159)Dan Engelbrecht2022-09-074-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 Engelbrecht2022-09-066-35/+298
| | | | * Implement proper GetCacheValues upstream * changelog
* updated codeowners (#157)Dan Engelbrecht2022-09-051-1/+7
|
* Fix/safer html folder detection (#153)v0.1.4-pre26Dan Engelbrecht2022-09-052-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 Engelbrecht2022-09-051-1/+1
| | | | expect (#156)
* 0.1.4-pre24v0.1.4-pre25Dan Engelbrecht2022-09-021-1/+1
|
* 0.1.4Dan Engelbrecht2022-09-021-1/+1
|
* changelogDan Engelbrecht2022-09-021-18/+18
|
* remove legacy derived data interface for Jupiter (#152)Dan Engelbrecht2022-08-316-118/+7
| | | * remove legacy derived data interface for Jupiter
* update changelog with changes since 0.1.3 (#151)Dan Engelbrecht2022-08-291-0/+20
|
* Add sentry log sink to capture error/critical log statements (#147)Dan Engelbrecht2022-08-263-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 Engelbrecht2022-08-266-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 namingDan Engelbrecht2022-08-262-6/+6
|
* 0.1.4-pre24v0.1.4-pre24Dan Engelbrecht2022-08-261-1/+1
|
* Upload symbol information to Sentry when creating release (#148)Dan Engelbrecht2022-08-262-1/+31
| | | * enable sentry upload
* Build script cleanup (#150)v0.1.4-pre23v0.1.4-pre20Dan Engelbrecht2022-08-253-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-pre11Dan Engelbrecht2022-08-222-121/+121
| | | | * re-enable MacOS build * bump vcpkg version
* De/fix crash on non responding upstream (#145)Dan Engelbrecht2022-08-196-30/+344
| | | * Fix ZenStructuredCacheClient lifetime issues
* bump vcpkg version to 2022.08.15 (#146)Dan Engelbrecht2022-08-192-6/+6
|
* Merge pull request #143 from EpicGames/remote_configsAlex Dunn2022-08-122-0/+75
|\ | | | | Remote config template
| * Adding CODEOWNERS file for reviewers.alex.dunn2022-08-121-0/+37
| |
| * Changing directory namealex.dunn2022-08-091-0/+0
| |
| * Adding upstream configuration template file.alex.dunn2022-08-091-0/+38
|/
* Update CODING.mdStefan Boberg2022-08-091-2/+2
|
* Update CODING.mdStefan Boberg2022-08-091-0/+2
|
* clang-format fixStefan Boberg2022-07-210-0/+0
|\
| * added suppression of warning C4189 to work around problems in fmtStefan Boberg2022-07-211-4/+5
| |
* | added suppression of warning C4189 to work around problems in fmtStefan Boberg2022-07-211-5/+6
|/
* Remove PutCacheRecordRequest::RecordBody and GetCacheRecordResult:RecordBody ↵Dan Engelbrecht2022-07-012-50/+50
| | | | (#140)
* Use cacherequest::* for zenserver tests (#135)Dan Engelbrecht2022-06-302-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 Engelbrecht2022-06-302-14/+55
| | | | GetCacheRecordsResult::Parse and CacheValuesResult::Parse (#138)
* add optional filter when writing GetCacheRecordsRequest and ↵Dan Engelbrecht2022-06-292-19/+67
| | | | GetCacheValuesRequest (#137)
* disable macos github agentDan Engelbrecht2022-06-272-119/+119
|
* cache requests API (#134)Dan Engelbrecht2022-06-273-0/+1761
|