aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream
Commit message (Expand)AuthorAgeFilesLines
...
| * Partial revert b363c5bJoe Kirchoff2021-12-131-67/+13
| * A 'long int' is larger on non-Windows causing narrowing warningsMartin Ridgers2021-12-081-15/+23
| * Merged mainMartin Ridgers2021-12-082-41/+89
| |\
| * \ Merged mainMartin Ridgers2021-12-081-11/+17
| |\ \
| * | | Wait on an event instead of using sleep()Martin Ridgers2021-11-261-4/+8
| * | | Merged mainMartin Ridgers2021-11-251-0/+4
| |\ \ \
| * \ \ \ Merged mainMartin Ridgers2021-11-223-48/+102
| |\ \ \ \
| * \ \ \ \ Merged mainMartin Ridgers2021-11-171-13/+55
| |\ \ \ \ \
| * | | | | | Post-merge compile fixesMartin Ridgers2021-11-171-1/+1
| * | | | | | Merged mainMartin Ridgers2021-11-176-63/+67
| |\ \ \ \ \ \
| * | | | | | | Compile fixMartin Ridgers2021-11-171-1/+1
| * | | | | | | Merged mainMartin Ridgers2021-11-175-25/+63
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-11-161-6/+40
| |\ \ \ \ \ \ \ \
| * | | | | | | | | GCC does not like CacheKey member being named the same as its typeMartin Ridgers2021-11-152-34/+34
| * | | | | | | | | Merged mainMartin Ridgers2021-11-156-33/+417
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICESMartin Ridgers2021-11-122-0/+11
| * | | | | | | | | | Merged mainMartin Ridgers2021-11-124-64/+1833
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged mainMartin Ridgers2021-11-032-96/+111
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Removed unnecessary includeMartin Ridgers2021-11-011-1/+0
| * | | | | | | | | | | | Signed/unsigned mismatchesMartin Ridgers2021-11-011-6/+6
| * | | | | | | | | | | | Missing includeMartin Ridgers2021-11-011-0/+1
| * | | | | | | | | | | | Use ZEN_THIRD_PARTY macros instead of '#pragma warning'Martin Ridgers2021-11-011-3/+2
* | | | | | | | | | | | | Merged main.Per Larsson2021-12-092-54/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Return status_code as ErrorCode from jupiter api if not successfulJoe Kirchoff2021-12-072-26/+72
| * | | | | | | | | | | | Better error tracking when remote execute fails to postJoe Kirchoff2021-12-021-15/+17
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Use 'Platform' instead of 'OSFamily' for Horde conditionJoe Kirchoff2021-12-011-11/+3
| * | | | | | | | | | | Write dummy file to ensure directories exist for remote executionJoe Kirchoff2021-12-011-0/+14
| * | | | | | | | | | | Wait on an event instead of using sleep()Martin Ridgers2021-11-261-4/+8
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merged main.Per Larsson2021-11-252-7/+11
|\| | | | | | | | | |
| * | | | | | | | | | Set empty body in Jupiter client.Per Larsson2021-11-241-0/+4
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Comment out unused variables to fix warnings.Per Larsson2021-11-221-7/+7
* | | | | | | | | | merge from mainStefan Boberg2021-11-188-270/+2610
|\| | | | | | | | |
| * | | | | | | | | Set horde worker requirements, limit to Win-RemoteExec poolJoe Kirchoff2021-11-171-4/+37
| * | | | | | | | | Changed upstream DisplayName to UpstreamEndpointInfo with name and url.Per Larsson2021-11-172-30/+39
| * | | | | | | | | Added health check and return missing error message.Per Larsson2021-11-171-7/+19
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Log upstream HTTP errors as errors.Per Larsson2021-11-171-13/+55
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Check both success and error code when initializing Jupiter upstream.Per Larsson2021-11-171-1/+1
| * | | | | | | Added connect/transfer timeout options for Jupiter client.Per Larsson2021-11-176-62/+66
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Format fix.Per Larsson2021-11-161-6/+6
| * | | | | | Added upstream connect/transfer timeout options.Per Larsson2021-11-164-19/+57
| | |_|_|_|/ | |/| | | |
| * | | | | Use upstream apply with HordeJoe Kirchoff2021-11-151-17/+10
| * | | | | Horde Apply: Pass throughJoe Kirchoff2021-11-151-2/+43
| | |_|_|/ | |/| | |
| * | | | Fixed bug in upstream jupiter endpoint.Per Larsson2021-11-131-2/+2
| * | | | Format fix.Per Larsson2021-11-131-1/+1
| * | | | Merge branch 'main' into zcache-batchPer Larsson2021-11-134-64/+1833
| |\ \ \ \
| | * | | | Remote Apply: Get Expire timeout from workerJoe Kirchoff2021-11-122-5/+5
| | | |_|/ | | |/| |
| | * | | Horde remote execute (#25)Joe Kirchoff2021-11-114-64/+1833
| | | |/ | | |/|
| * | | Movec cache utility types to zenutil and fixed unit tests.Per Larsson2021-11-121-2/+1
| * | | Changed from batch to RPC.Per Larsson2021-11-111-1/+1
| * | | Merge branch 'main' into zcache-batchPer Larsson2021-11-111-3/+3
| |\| |