josh adams
4b18982678
- Fixed a deprecation from config system changes
...
#rb trivial
[CL 27732058 by josh adams in ue5-main branch]
2023-09-08 18:17:55 -04:00
Josh Adams
67327bf60a
- Allow Gauntlet to run a .app, but running the exe inside of it
...
#jira UE-194222
#rb robert.seiver
[CL 27728666 by Josh Adams in ue5-main branch]
2023-09-08 17:10:29 -04:00
Ben Marsh
bc4765989f
Horde: Fix log message describing cache size.
...
[CL 27718375 by Ben Marsh in ue5-main branch]
2023-09-08 13:35:24 -04:00
david harvey
a1ed175f57
CustomConfig can be specified on the UBT command line
...
#jira UE-179187
#rnx
#rb Josh.Adams
[CL 27717688 by david harvey in ue5-main branch]
2023-09-08 13:20:07 -04:00
james singer
af3dc341fd
Linux: Fix IsVanilla check by implementing EnumerateLauncherEngineInstallations for Linux
...
- Also add -BuildId flag to allow released builds to be registered as "launcher" builds.
- This gets us telemetry and the ability to open projects made on the Mac and Windows builds without being prompted to open a copy
#jira UE-187968
#rb zack.neyland, ryan.hummer
[CL 27716361 by james singer in ue5-main branch]
2023-09-08 12:55:33 -04:00
andrew phillips
bf12dcee39
Fixing vulnerable NuGet deps.
...
System.Drawing.Common 4.7.0 => 4.7.2 (https://github.com/advisories/GHSA-rxg9-xrhp-64gj )
MongoDB.Driver 2.11.5 => 2.19.0 (https://github.com/advisories/GHSA-7j9m-j397-g4wx )
#jira UE-194453
#rb francis.hurteau
#lockdown michal.valient
[CL 27715945 by andrew phillips in ue5-main branch]
2023-09-08 12:44:45 -04:00
yuriy odonnell
a55c31dfe4
unsync - Fix new ParallelForEach helper
...
* Pass container in by reference to allow mutation
#rb none
[CL 27715295 by yuriy odonnell in ue5-main branch]
2023-09-08 12:27:41 -04:00
yuriy odonnell
a02ea83d83
unsync - Use multiple concurrent connections during file download query
...
* Bump version to 1.0.54
#rb none
[CL 27714879 by yuriy odonnell in ue5-main branch]
2023-09-08 12:19:57 -04:00
Ben Marsh
3af7fad8af
Horde: Add stats logger to bundle extract command.
...
[CL 27713908 by Ben Marsh in ue5-main branch]
2023-09-08 11:56:23 -04:00
Ben Marsh
406c88ea66
Horde: Increase max number of concurrent tasks to 16.
...
[CL 27713265 by Ben Marsh in ue5-main branch]
2023-09-08 11:45:52 -04:00
randy jones
a4d3798453
[Backout] - CL27605729
...
#fyi randy.jones
Original CL Desc
-----------------------------------------------------------------
UGS: Improve the performance of finding the last code change during syncing
#rn minor ugs/sync
[CL 27712555 by randy jones in ue5-main branch]
2023-09-08 11:24:12 -04:00
david harvey
cf438cded9
CustomDeployment handler can be specified on the command line.
...
- still only used on Windows at the moment.
#jira UE-179187
#rnx
#rb Tomasz.Obrebski
[CL 27712186 by david harvey in ue5-main branch]
2023-09-08 11:14:48 -04:00
Jerome Delattre
dcaf67b0e2
Fix Failed to save completion automated test report
...
#jira UE-194805
#rnx
#rb Sebastian.Lewicki, Oleg.Krasnov
[CL 27711431 by Jerome Delattre in ue5-main branch]
2023-09-08 10:47:27 -04:00
Ben Marsh
46884ce24d
Horde: Include download speed for log events output when retrieving bundles.
...
[CL 27710844 by Ben Marsh in ue5-main branch]
2023-09-08 10:26:51 -04:00
joe barnes
12054b6b88
[Mac] Invert Preference order for packaged and staged build so automation works.
...
#rb trivial
#jira ue-194222
[CL 27710716 by joe barnes in ue5-main branch]
2023-09-08 10:21:48 -04:00
Ben Marsh
d9d8b04bde
Horde: Increase max number of errors and warnings to 200 each.
...
[CL 27710590 by Ben Marsh in ue5-main branch]
2023-09-08 10:14:23 -04:00
carl bystrom
365740a959
Horde: Fix division-by-zero in lease utilization metric
...
[CL 27710053 by carl bystrom in ue5-main branch]
2023-09-08 09:45:48 -04:00
Ben Marsh
c4821bd030
Horde: Add linear hash for files to FileEntry instances, rather than using the hash of the Merkle tree underneath it. Allows verifying integrity of files extracted to the workspace.
...
[CL 27709404 by Ben Marsh in ue5-main branch]
2023-09-08 09:22:49 -04:00
Ben Marsh
b2a17d9aa1
Horde: Fix null reference warning.
...
[CL 27708760 by Ben Marsh in ue5-main branch]
2023-09-08 08:46:22 -04:00
Ben Marsh
f2b085674a
Horde: Output stats when copying data from temp storage.
...
[CL 27708691 by Ben Marsh in ue5-main branch]
2023-09-08 08:39:49 -04:00
Ben Marsh
859a372474
Horde: Fix warnings highlighted by VS 17.8 preview static analyzer.
...
[CL 27708585 by Ben Marsh in ue5-main branch]
2023-09-08 08:33:18 -04:00
david harvey
5da8ce3238
Added a command-line option to enable XCurl.
...
#jira UE-179187
#rb Wojciech.Krywult
[CL 27707302 by david harvey in ue5-main branch]
2023-09-08 06:50:20 -04:00
neil henning
2d871e9540
Add a cascading abort to AutoRTFM to abort an entire nest of transactions.
...
[FYI] michael.nicolella
[CL 27705122 by neil henning in ue5-main branch]
2023-09-08 04:08:50 -04:00
yuriy odonnell
f455aaecc7
unsync - Add support for HTTP HEAD requests
...
Also minor fixes and improvements:
* Fix error code handling when connecting a socket
* Fix some of the naming convention violations
* Add --print-http-header option to login command
#rb none
[CL 27702511 by yuriy odonnell in ue5-main branch]
2023-09-07 23:20:15 -04:00
Ben Marsh
eb6bc84881
Horde: Fix items moved from workspace cache not being correctly added back into the hash lookup.
...
[CL 27699650 by Ben Marsh in ue5-main branch]
2023-09-07 21:20:50 -04:00