| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update horde compute to use Jupiter for storage (#60) | Joe Kirchoff | 2022-03-17 | 1 | -4/+12 |
| | | |||||
| * | Minor cleanup of free functions. | Per Larsson | 2022-02-03 | 1 | -3/+3 |
| | | |||||
| * | Parse expire time from OpenID refresh token and added OpenId token provider. | Per Larsson | 2022-02-02 | 1 | -0/+19 |
| | | |||||
| * | Moved cloud cache token provider out from options. | Per Larsson | 2022-02-01 | 1 | -2/+3 |
| | | |||||
| * | Refactored cloud cache access token provider. | Per Larsson | 2022-02-01 | 1 | -12/+36 |
| | | |||||
| * | Parital completed cloud cache token provider interface. | Per Larsson | 2022-02-01 | 1 | -238/+122 |
| | | |||||
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 1 | -1/+0 |
| | | |||||
| * | Added trace scopes. | Per Larsson | 2021-12-15 | 1 | -0/+27 |
| | | |||||
| * | Partial revert b363c5b | Joe Kirchoff | 2021-12-13 | 1 | -67/+13 |
| | | |||||
| * | A 'long int' is larger on non-Windows causing narrowing warnings | Martin Ridgers | 2021-12-08 | 1 | -15/+23 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -13/+59 |
| |\ | |||||
| | * | Return status_code as ErrorCode from jupiter api if not successful | Joe Kirchoff | 2021-12-07 | 1 | -13/+59 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-25 | 1 | -0/+4 |
| |\| | |||||
| | * | Set empty body in Jupiter client. | Per Larsson | 2021-11-24 | 1 | -0/+4 |
| | | | |||||
| * | | Post-merge compile fixes | Martin Ridgers | 2021-11-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-17 | 1 | -19/+28 |
| |\| | |||||
| | * | Added connect/transfer timeout options for Jupiter client. | Per Larsson | 2021-11-17 | 1 | -19/+28 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-12 | 1 | -64/+151 |
| |\| | |||||
| | * | Horde remote execute (#25) | Joe Kirchoff | 2021-11-11 | 1 | -64/+151 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-03 | 1 | -2/+8 |
| |\| | |||||
| | * | Upload cache record before blobs and call finalize when processing upstream ↵ | Per Larsson | 2021-11-01 | 1 | -2/+8 |
| | | | | | | | | | to Jupiter. | ||||
| * | | Removed unnecessary include | Martin Ridgers | 2021-11-01 | 1 | -1/+0 |
| |/ | |||||
| * | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ↵ | Stefan Boberg | 2021-10-15 | 1 | -8/+3 |
| | | | | | | | | | are used without an explicit definition Also fixed up various code to compile with this, by using ZEN_THIRD_PARTY_INCLUDES_START/ZEN_THIRD_PARTY_INCLUDES_END macros Removed prewindows.h/postwindows.h since they are no longer to be used due to the above | ||||
| * | Add remote execute functions (#15) | Joe Kirchoff | 2021-10-13 | 1 | -4/+75 |
| | | | | Also fix request type for exists, should be head. | ||||
| * | Try upload missing payloads and finalize Jupiter cache ref. | Per Larsson | 2021-10-01 | 1 | -7/+96 |
| | | |||||
| * | Remove DerivedDataExists & Exists prop | Joe Kirchoff | 2021-09-28 | 1 | -52/+4 |
| | | |||||
| * | Add .Exists to CloudCacheResult | Joe Kirchoff | 2021-09-27 | 1 | -5/+15 |
| | | |||||
| * | Add Exists | Joe Kirchoff | 2021-09-27 | 1 | -0/+164 |
| | | |||||
| * | Add Get\PutBlob & Get\PutObject | Joe Kirchoff | 2021-09-27 | 1 | -0/+132 |
| | | |||||
| * | Respect Jupiter auth token expiration time. | Per Larsson | 2021-09-23 | 1 | -87/+121 |
| | | |||||
| * | Made upstream endpoints more resilient to failures by checking ↵ | Per Larsson | 2021-09-22 | 1 | -0/+30 |
| | | | | | health/reconnecting at regular intervals. | ||||
| * | Try authenticate with Jupiter instance when initializing upstream cache. | Per Larsson | 2021-09-20 | 1 | -0/+8 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-09-16 | 1 | -3/+9 |
| | | |||||
| * | Compact binary package caching support (#9) | Per Larsson | 2021-09-16 | 1 | -3/+3 |
| | | |||||
| * | Switched some Jupiter logging to not use `_format` - this is handled by the ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+1 |
| | | | | | logging anyway so can just pass in the format string and args | ||||
| * | Changed logging implementation | Stefan Boberg | 2021-09-15 | 1 | -10/+10 |
| | | | | | | | * Code should no longer directly `#include spdlog/spdlog.h`, instead use `#include <zencore/logging.h>` * Instead of explicit calls to `spdlog::info(...)` and such please use the logging macros defined in `zencore/logging.h`. I.e `ZEN_INFO`, `ZEN_DEBUG`, `ZEN_TRACE`, `ZEN_ERROR`, `ZEN_CRITITCAL` * The macros will pick up the "most local" logger via a `Log()` call to retrieve a logger instance. To override the default logger in a class please implement your own `Log()` function | ||||
| * | clang-format | Stefan Boberg | 2021-09-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed a number of unreferenced variable warnings | Stefan Boberg | 2021-09-09 | 1 | -0/+1 |
| | | |||||
| * | Return stats from Zen/Jupiter HTTP client. | Per Larsson | 2021-09-07 | 1 | -20/+13 |
| | | |||||
| * | Added custom cpr::Response formatter and removed duplicate logging code. | Per Larsson | 2021-09-07 | 1 | -43/+7 |
| | | |||||
| * | Support for switching between storing derived data using the legacy DDC ↵ | Per Larsson | 2021-09-06 | 1 | -7/+8 |
| | | | | | endpoint and the Commmon Blob Store endpoint. | ||||
| * | Zen upstream support (#7) | Per Larsson | 2021-09-03 | 1 | -22/+16 |
| | | |||||
| * | IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code | Stefan Boberg | 2021-09-02 | 1 | -2/+2 |
| | | |||||
| * | Compilation fix again (downloaded_bytes is integral since a while back) | Stefan Boberg | 2021-08-31 | 1 | -1/+1 |
| | | |||||
| * | Asynchronous upstream caching to Jupiter | Per Larsson | 2021-08-31 | 1 | -68/+167 |
| | | | | | Co-authored-by: Stefan Boberg <[email protected]> | ||||
| * | Implemented new URI addressing scheme for the Zen cache endpoints, and ↵ | Stefan Boberg | 2021-05-23 | 1 | -3/+3 |
| | | | | | prepared for additional indexing capabilities | ||||
| * | Split out structured cache store code into dedicated cpp/h pair | Stefan Boberg | 2021-05-22 | 1 | -1/+1 |
| | | |||||
| * | Partial refactoring of structured cache implementation - WIP | Stefan Boberg | 2021-05-21 | 1 | -8/+25 |
| | | |||||
| * | Fixed mis-merge | Stefan Boberg | 2021-05-20 | 1 | -11/+0 |
| | | |||||
| * | Merged from master | Stefan Boberg | 2021-05-20 | 1 | -0/+40 |
| |\ | |||||