aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/upstreamapply.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update horde compute to use Jupiter for storage (#60)Joe Kirchoff2022-03-171-108/+187
|
* Moved cloud cache token provider out from options.Per Larsson2022-02-011-4/+10
|
* Refactored cloud cache access token provider.Per Larsson2022-02-011-4/+4
|
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-11/+6
|
* Merged main.Per Larsson2021-12-141-31/+36
|\
| * Merged mainMartin Ridgers2021-12-081-28/+30
| |\ | |/ |/|
| * Merged mainMartin Ridgers2021-12-081-11/+17
| |\
| * | Wait on an event instead of using sleep()Martin Ridgers2021-11-261-4/+8
| | | | | | | | | | | | | | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep.
| * | Merged mainMartin Ridgers2021-11-221-11/+44
| |\ \
| * \ \ Merged mainMartin Ridgers2021-11-171-6/+6
| |\ \ \
| * \ \ \ Merged mainMartin Ridgers2021-11-161-6/+40
| |\ \ \ \
| * \ \ \ \ Merged mainMartin Ridgers2021-11-151-4/+5
| |\ \ \ \ \
| * | | | | | Wrapped "upstream apply" in ZEN_WITH_COMPUTE_SERVICESMartin Ridgers2021-11-121-0/+5
| | | | | | |
* | | | | | | Return status_code as ErrorCode from jupiter api if not successfulJoe Kirchoff2021-12-071-13/+13
| | | | | | |
* | | | | | | 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
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sleep() means it can take up to "update_interval * 2" (currently 10 seconds) to shutdown the thread. Not only is it desirable that binaries exit cleanly as quickly as possible, units tests were taking a considerable amount of time to run due to the sleep.
* | | | | Comment out unused variables to fix warnings.Per Larsson2021-11-221-7/+7
| | | | |
* | | | | Set horde worker requirements, limit to Win-RemoteExec poolJoe Kirchoff2021-11-171-4/+37
| |_|_|/ |/| | |
* | | | Format fix.Per Larsson2021-11-161-6/+6
| |_|/ |/| |
* | | Use upstream apply with HordeJoe Kirchoff2021-11-151-17/+10
| | |
* | | Horde Apply: Pass throughJoe Kirchoff2021-11-151-2/+43
| |/ |/| | | | | | | Currently only Windows is supported Add some additional error messaging on failure
* | Remote Apply: Get Expire timeout from workerJoe Kirchoff2021-11-121-4/+5
|/
* Horde remote execute (#25)Joe Kirchoff2021-11-111-0/+1491