Commit Graph

18705 Commits

Author SHA1 Message Date
Ben Marsh
d6432d62fb Horde: Produce an error if an input file is not specified to the bundle dump command.
#preflight none

[CL 25366220 by Ben Marsh in ue5-main branch]
2023-05-06 14:35:18 -04:00
Ben Marsh
bd9fd78c8c Horde: Reduce the number of small bundles created when archiving a mixture of small and large files.
#preflight none

[CL 25366210 by Ben Marsh in ue5-main branch]
2023-05-06 14:33:38 -04:00
Ben Marsh
6c4fe41b4b Horde: Add a separate option to route to the landing page by default, and enable it by default for new builds.
#preflight none
#fyi Josh.Engebretson

[CL 25366156 by Ben Marsh in ue5-main branch]
2023-05-06 14:15:15 -04:00
Ben Marsh
010075a0b0 UAT: Reduce number of decimal places when logging how long it took to execute an external program.
#preflight none

[CL 25366147 by Ben Marsh in ue5-main branch]
2023-05-06 14:11:41 -04:00
Ben Marsh
a22dc09430 Horde: Fix support for environment variables in command line tool.
#preflight none

[CL 25366004 by Ben Marsh in ue5-main branch]
2023-05-06 12:25:15 -04:00
Ben Marsh
3611c9814c Horde: Make bundle commands in Horde command line tool file-system centric.
Also fix generation of Blob ids/locators with empty prefixes.

#preflight none

[CL 25365991 by Ben Marsh in ue5-main branch]
2023-05-06 12:20:21 -04:00
Ben Marsh
f5fef77431 Horde: Add command line tools as a separate component to the installer.
#preflight none

[CL 25365921 by Ben Marsh in ue5-main branch]
2023-05-06 11:30:44 -04:00
Ben Marsh
c9f3fca958 Horde: Move utility commands into a standalone tool, so we can script processes from the command line.
#preflight none

[CL 25365888 by Ben Marsh in ue5-main branch]
2023-05-06 10:56:22 -04:00
tim smith
f994e99349 1) Fixed BoxExecutor to not use have any async methods due to Stop needing to happen on the same thread.
2) Fixed issue where Task.Run and SetResult were being invoked under a  lock which could result in deadlocks.

#rb self
#preflight 645650d1ed7ffaa0f510d02b

[CL 25365879 by tim smith in ue5-main branch]
2023-05-06 10:46:31 -04:00
joe kirchoff
a0bafcb13f UnrealBuildTool: If a specific windows sdk is request and is not found, print out all available sdks
#rnx
#rb trivial
#jira UE-185187

[CL 25365370 by joe kirchoff in ue5-main branch]
2023-05-06 02:07:53 -04:00
joe kirchoff
73e5b12969 UnrealBuildTool: Add ini and command line control for WindowsSDKVersion
#rnx
#rb trivial
#jira UE-185187

[CL 25365369 by joe kirchoff in ue5-main branch]
2023-05-06 02:07:48 -04:00
joe kirchoff
5323ee9ca1 UnrealBuildTool: Remove obsolete static analyzer code
#rnx
#rb trivial

[CL 25365367 by joe kirchoff in ue5-main branch]
2023-05-06 02:07:32 -04:00
henrik karlsson
7ceeb1939f [UBT]
* Fixed deadlock when done event is set (where task can recursively pickup done task which can cause a deadlock with some executors

#preflight 645561a26c35ad81e67e90dd
#rb none

[CL 25365365 by henrik karlsson in ue5-main branch]
2023-05-06 02:07:21 -04:00
Ben Marsh
98c8030701 Horde: Fix placement of documentation files in installed dashboard.
#preflight none

[CL 25365173 by Ben Marsh in ue5-main branch]
2023-05-06 00:45:06 -04:00
Ben Marsh
2b87fd6227 Horde: Fix typo in docs sidebar.
#preflight none

[CL 25365064 by Ben Marsh in ue5-main branch]
2023-05-05 23:47:21 -04:00
Ben Marsh
224c99919d Horde: Missing file.
#preflight none

[CL 25364998 by Ben Marsh in ue5-main branch]
2023-05-05 23:25:29 -04:00
Ben Marsh
6324ec5a13 Horde: Add UI to the installer, including a page that allows configuring the server URL.
#preflight none

[CL 25363493 by Ben Marsh in ue5-main branch]
2023-05-05 21:56:51 -04:00
henrik karlsson
29b6780798 [UBT]
* Fixed so manual runners are not used in TryStartOneAction if no runner is provided

#preflight skipped
#rb tim.smith

[CL 25363344 by henrik karlsson in ue5-main branch]
2023-05-05 21:37:36 -04:00
robert millar
a4c1e5016e Allow temporarily disabling Box executor on command line with -NoBox
#rb henrik.karlsson

[CL 25363117 by robert millar in ue5-main branch]
2023-05-05 20:56:02 -04:00
Josh Engebretson
c355da91cd Horde: Styling for markdown code element
#jira UE-185138
#preflight none
#rnx
#skipci

[CL 25359174 by Josh Engebretson in ue5-main branch]
2023-05-05 16:02:51 -04:00
Zousar Shaker
87a7ee439e Don't connect to host zenserver via uecommandline.txt if we are creating PAK files.
Original author: Dan Engelbrecht

#rb zousar.shaker
#preflight 64555a88d02ea5289f01c430

[CL 25359114 by Zousar Shaker in ue5-main branch]
2023-05-05 15:55:05 -04:00
Josh Engebretson
c85f12789d Horde: DocView changes and adding Home/Landing pages
#jira none
#preflight none
#skipci
#rnx

[CL 25358223 by Josh Engebretson in ue5-main branch]
2023-05-05 14:14:03 -04:00
Ben Marsh
1bda3e65c7 Horde: Fix registration of bundled tools with Horde Server.
#preflight none

[CL 25358018 by Ben Marsh in ue5-main branch]
2023-05-05 13:56:33 -04:00
Ben Marsh
de4e063d21 Horde: Fix cancellation exception preventing shutdown in MongoService.
#preflight none

[CL 25357665 by Ben Marsh in ue5-main branch]
2023-05-05 13:35:08 -04:00
Josh Engebretson
8290d3a448 Horde: Fix issue with CL previews in change button
#jira UE-185186
#rnx
#skipci
#preflight none

[CL 25357263 by Josh Engebretson in ue5-main branch]
2023-05-05 13:11:46 -04:00