Commit Graph

23018 Commits

Author SHA1 Message Date
ben marsh
401347da11 Horde: Make account logins case-insensitive, and also ensure they are unique.
#jira UE-208580

[CL 31920431 by ben marsh in ue5-main branch]
2024-02-29 15:16:56 -05:00
ben marsh
bee723caad Horde: Add missing cancellation token to method call.
[CL 31920265 by ben marsh in ue5-main branch]
2024-02-29 15:14:05 -05:00
ben marsh
2a6c1cd49b Horde: Tidy up server log output.
#jira UE-208582
#rnx

[CL 31918935 by ben marsh in ue5-main branch]
2024-02-29 14:40:13 -05:00
josh engebretson
f6daf5bc79 Horde: Better initials generator
#rnx

[CL 31918091 by josh engebretson in ue5-main branch]
2024-02-29 14:20:42 -05:00
tim smith
fae5f7c09d [Backout] - CL31912492
[FYI] Tim.Smith
Original CL Desc
-----------------------------------------------------------------
Improve the support for notification that UObjects have been registered.  This includes the callback always being registered regardless of the target options.

#rb ben.zeigler

[CL 31917272 by tim smith in ue5-main branch]
2024-02-29 14:01:55 -05:00
josh engebretson
ecdb416c83 Horde: Use new-password autocomplete hint for account management
#rnx

[CL 31917209 by josh engebretson in ue5-main branch]
2024-02-29 14:01:11 -05:00
ben marsh
dba9980952 Horde: Attempt graceful socket shutdown for 30s before falling back to destroying everything. Also add more diagnostics around errors shutting down when we do so.
[CL 31916999 by ben marsh in ue5-main branch]
2024-02-29 13:58:10 -05:00
josh engebretson
ecff13ec87 Horde: Filter out duplicate lease/sessions from indexing
#rnx

[CL 31915901 by josh engebretson in ue5-main branch]
2024-02-29 13:27:47 -05:00
joe kirchoff
19fba1f97e UnrealVS: Rebuild vsix after resolving merge conflict
#rnx

[CL 31915499 by joe kirchoff in ue5-main branch]
2024-02-29 13:22:27 -05:00
chris constantinescu
b885d777d0 Fix postbuild command from TestTargetRules
#rb rob.huyett, sean.sweeney, sebastian.lewicki, stephen.ma
#jira UE-208563

[CL 31915440 by chris constantinescu in ue5-main branch]
2024-02-29 13:21:19 -05:00
DaveC79
b8f0081713 PR #11563: UnrealVS: Prefix encrypted Perforce server port address with "ssl:"
#jira UE-208444

[CL 31915150 by DaveC79 in ue5-main branch]
2024-02-29 13:14:48 -05:00
zousar shaker
ee56ca91a5 Automation support for using an HTTP2-only endpoint when publishing snapshots to the cloud. Also ensured that the snapshot descriptor can refer to an alternate endpoint that isn't HTTP2-only so that you can publish to one endpoint, but still leave the descriptor referring to another.
[CL 31913095 by zousar shaker in ue5-main branch]
2024-02-29 12:25:13 -05:00
tim smith
3a5892ffbe Improve the support for notification that UObjects have been registered. This includes the callback always being registered regardless of the target options.
#rb ben.zeigler

[CL 31912821 by tim smith in ue5-main branch]
2024-02-29 12:17:23 -05:00
ben marsh
89455d1556 Update allowed .NET versions to fix build warnings, and add support for parsing NET core versions.
#jira UE-208533

[CL 31910618 by ben marsh in ue5-main branch]
2024-02-29 11:26:16 -05:00
josh engebretson
3e9bcaeeee Horde: Fix development build, again
#rnx

[CL 31907411 by josh engebretson in ue5-main branch]
2024-02-29 09:58:30 -05:00
josh engebretson
c96e412793 Horde: Surface new agent status string
#rnx

[CL 31907020 by josh engebretson in ue5-main branch]
2024-02-29 09:47:18 -05:00
josh engebretson
2f98a132a6 Horde: Top nav reorg
#rnx

[CL 31906791 by josh engebretson in ue5-main branch]
2024-02-29 09:36:54 -05:00
ben marsh
0d368ff675 Horde: Update release notes.
#rnx

[CL 31906274 by ben marsh in ue5-main branch]
2024-02-29 09:16:23 -05:00
joakim lindqvist
4c3ee3e81f Unreal Cloud DDC - Delay waiting for bucket stats task for as long as possible allowing more work to run in parallel.
Also catch S3 issue if the blob does not exist when requesting metadata about it.

[CL 31906077 by joakim lindqvist in ue5-main branch]
2024-02-29 09:12:29 -05:00
ben marsh
4712281a7a Horde: Add an option to open a browser an enrol an agent to the trayapp.
#rnx

[CL 31905493 by ben marsh in ue5-main branch]
2024-02-29 08:54:17 -05:00
joakim lindqvist
dc18640add Unreal Cloud DDC - Fixed issue with s3 not returning metadata we want (instead it raised a exception) when requesting object metadata
[CL 31904130 by joakim lindqvist in ue5-main branch]
2024-02-29 07:47:09 -05:00
joakim lindqvist
cb9520345d Unreal Cloud DDC - If a do not find a local blob when looking in the filesystem store we want to raise a blobnotfound exception not a filenotfound exception
[CL 31903730 by joakim lindqvist in ue5-main branch]
2024-02-29 07:17:51 -05:00
paul chipchase
e206a99620 Changed the staging option '-Upload=LocalZen' to use IasTool rather than UnrealPak.
#rb Martin.Ridgers
#rnx

- Instead of passing in '-Upload=<PathToPaks>' the IasTool expects first a command 'Upload' followed by '<PathToPaks>' as it's own arg.
- Rather than adding an IasTool version of ::GetUnrealPakLocation, I have opted to keep the code all together in a single function as we are likely to remove this from the general staging scripts at some point.

[CL 31902068 by paul chipchase in ue5-main branch]
2024-02-29 05:20:55 -05:00
henrik karlsson
d9ce0963c2 [Uba]
* Fixed so visualizer does not crash with version 21 traces that contains log messages that have over 100 lines

[CL 31900281 by henrik karlsson in ue5-main branch]
2024-02-29 02:18:27 -05:00
buildmachine
e566d0f66c Horde: Updating schema documentation
[CL 31899918 by buildmachine in ue5-main branch]
2024-02-29 01:06:41 -05:00