Commit Graph

23925 Commits

Author SHA1 Message Date
ben marsh
ecab99ed16 Horde: Fix static analysis warning.
#rnx

[CL 33094834 by ben marsh in ue5-main branch]
2024-04-18 22:36:38 -04:00
ben marsh
a915808347 Horde: Suppress cancellation exceptions in issuetagservice.
#rnx

[CL 33094745 by ben marsh in ue5-main branch]
2024-04-18 22:32:03 -04:00
ben marsh
4858628cd3 Horde: Manually spawn multiple tasks for checking issue tags to avoid parallel loop limiting concurrency.
#rnx

[CL 33093289 by ben marsh in ue5-main branch]
2024-04-18 21:28:32 -04:00
ben marsh
abaf513397 Horde: Fix static analysis warning.
[CL 33092802 by ben marsh in ue5-main branch]
2024-04-18 20:56:34 -04:00
ben marsh
44b92e2fb2 Horde: Include graphs in the IJob interface, and move methods for manipulating jobs onto the interface.
#jira UE-212016

[CL 33092205 by ben marsh in ue5-main branch]
2024-04-18 20:30:42 -04:00
ben marsh
b5a47e70e3 Horde: Fix static analysis warnings.
#rnx

[CL 33090317 by ben marsh in ue5-main branch]
2024-04-18 19:05:25 -04:00
ben marsh
6cec052c45 Horde: Recognize tags in Perforce changelists of the form '#horde 123' as indication that a change fixes a particular issue. The specific tag can be configured in the globals.json file to support multiple deployments with the same Perforce server.
#jira UE-112948

[CL 33089513 by ben marsh in ue5-main branch]
2024-04-18 18:39:49 -04:00
joshua shlemmer
acedfad23c .NET static analysis warnings in LogMessages.cs
[CL 33085216 by joshua shlemmer in ue5-main branch]
2024-04-18 16:53:40 -04:00
zousar shaker
95ce2445c4 Adding internal API to allow monolithic programs to optionally accept a uproject as a first argument and use that as its project directory even if it is an engine executable.
#rb paul.chipchase

[CL 33084091 by zousar shaker in ue5-main branch]
2024-04-18 16:23:21 -04:00
chris constantinescu
aaa08cfc45 Correctly set compilation flags for FoundationTests to build with UBT without -Mode=Test
#rb robert.millar
#jira UE-212721

[CL 33081458 by chris constantinescu in ue5-main branch]
2024-04-18 15:17:25 -04:00
joshua shlemmer
dceaf4ca2f Hordehttpclient changes adding GetGraph and log search calls.
#rb gary.yuan

[CL 33080726 by joshua shlemmer in ue5-main branch]
2024-04-18 14:50:59 -04:00
brendan lienau
58af198a36 [Gauntlet] Adds BuildSource improvements that were made to PS4BuildSources to PS5BuildSources.
Moves shared logic to SonyBuildSources
Packages can be bundled with configurations of other .self files to form packaged builds with different configuration (ex. shipping package + development .self = packaged development build)
Local development binaries will be able to be used with packaged and staged builds (-dev). The actual -dev logic will be added in a follow up CL

#rb Adolf.Stary, Wojciech.Krywult

[CL 33077436 by brendan lienau in ue5-main branch]
2024-04-18 13:20:46 -04:00
eric knapik
09666fe8e7 Re-order Ignore check so potential error does not fire inside the compare check.
[REVIEW] [at]Ben.Marsh

#rb Ben.Marsh

[CL 33074566 by eric knapik in ue5-main branch]
2024-04-18 12:01:27 -04:00
ben marsh
e9530f660e Horde: Add ReleaseNotes tool to regular solution. Remove a few hard-coded constants.
[CL 33074017 by ben marsh in ue5-main branch]
2024-04-18 11:46:55 -04:00
ben marsh
78a5bd3d8d Clear the default ASPNETCORE_HTTP_PORTS environment varialbe to prevent warnings about port overrides on server startup. We manage HTTP port configuration through Horde settings, and don't want the NET runtime image defaults.
[CL 33072752 by ben marsh in ue5-main branch]
2024-04-18 11:10:54 -04:00
ben marsh
3c08a71868 Horde: Downgrade obsolete endpoint logging to debug verbosity.
#rnx

[CL 33070286 by ben marsh in ue5-main branch]
2024-04-18 09:26:27 -04:00
ben marsh
b41652ca83 Horde: Disable the default URLs configured by the ASP.NET docker image to fix warnings during server startup.
[CL 33069621 by ben marsh in ue5-main branch]
2024-04-18 09:00:21 -04:00
ben marsh
96b7d56021 Horde: Update release notes.
#rnx

[CL 33069330 by ben marsh in ue5-main branch]
2024-04-18 08:49:26 -04:00
ben marsh
f44f65d2f1 Add missing AutomationTool.Tests project.
#rnx

[CL 33069059 by ben marsh in ue5-main branch]
2024-04-18 08:34:45 -04:00
carl bystrom
b01da5306c Horde: Add dashboard's time since last user activity to HTTP log
[CL 33068680 by carl bystrom in ue5-main branch]
2024-04-18 08:06:55 -04:00
henrik karlsson
19f7cccff9 [UBA]
* Fixed serious bug related to child processes on helper machines getting process ids that collides with ids of root processes coming from server
* Fixed bug in trace reader causing reusable processes to get no stats
* Added good-to-have asserts

[CL 33064711 by henrik karlsson in ue5-main branch]
2024-04-18 01:10:16 -04:00
ben marsh
2a0bf9d9f8 Horde: Fix agent registration not being invalidated when server is reinstalled. Server returns "unauthenticated" (401) response, not "forbidden" (403). Forbidden is only returned when the server deliberately invalidates an agent.
#jira UE-212359

[CL 33060475 by ben marsh in ue5-main branch]
2024-04-17 21:19:15 -04:00
ben marsh
793989b239 Horde: Send DMs to individual users rather than the notification channel when config updates succeed.
[CL 33060056 by ben marsh in ue5-main branch]
2024-04-17 21:08:40 -04:00
ben marsh
dfd99aa09a Horde: Fix revision range for config updates.
#rnx

[CL 33059524 by ben marsh in ue5-main branch]
2024-04-17 20:57:10 -04:00
joe kirchoff
eefaa14412 UnrealBuildTool: Allow invalidation if UBA compression is enabled
#rnx

[CL 33055158 by joe kirchoff in ue5-main branch]
2024-04-17 19:28:45 -04:00