Commit Graph

19 Commits

Author SHA1 Message Date
Yuriy ODonnell
0cd11e30d0 UnsyncUI - Trim trailing backslashes from paths when generating unsync command line
#rb none
#preflight skip

[CL 25499315 by Yuriy ODonnell in ue5-main branch]
2023-05-16 18:27:47 -04:00
Yuriy ODonnell
c2d267e55c UnsyncUI - Automatically use scavenge mode when using "Append Build Name" option
#rb none
#preflight skip

[CL 25436095 by Yuriy ODonnell in ue5-main branch]
2023-05-11 17:02:42 -04:00
Yuriy ODonnell
8cb0fc1bd9 UnsyncUI - Ignore inaccessible directories in EnumerateDirectoriesAsync
* Update version to 1.0.17

#rb none
#preflight skip

[CL 25434647 by Yuriy ODonnell in ue5-main branch]
2023-05-11 16:00:24 -04:00
jonathan bard
eeb7f1f390 UnsyncUI v1.0.16 :
* Changed Queued jobs to act as FIFO, so that we end up downloading all platforms from a given build before starting to process another build.
* Avoid enqueuing a job for a build+platform if it's a duplicate of one that's currently in-flight or queued up

#rb Yuriy.ODonnell
#jira none
#preflight na
#skipci

[CL 25230771 by jonathan bard in ue5-main branch]
2023-04-28 08:30:40 -04:00
jonathan bard
b2ddd170ca UnsyncUI v1.0.15 :
* Adjusted the Append Build Name tooltip to warn the user about increased sync times
* Bound the Reset button visibility to the final path (so that Append build name is taken into account)
* Uncheck Append build name on Reset
* Disabled Append build name when no build is selected

#rb Yuriy.ODonnell
#jira none
#preflight na
#skipci

[CL 25039070 by jonathan bard in ue5-main branch]
2023-04-14 08:49:21 -04:00
jonathan bard
afef754d25 UnsyncUI :
* Added context menu option to build selector (Copy Build Name : copies the selected build's folder name to the clipboard)
* Added checkbox to append the selected build's name to the destination folder
* Added hyperlink to open the destination folder

#rb Yuriy.ODonnell
#jira none
#preflight none

[CL 25006923 by jonathan bard in ue5-main branch]
2023-04-12 10:30:19 -04:00
Yuriy ODonnell
2eb56c17b1 UnsyncUI - Report errors in the build list area if any were encountered during enumeration
* Bump version to 1.0.13

#rb Arciel.Rekman
#preflight skip

[CL 23921162 by Yuriy ODonnell in ue5-main branch]
2023-01-30 22:17:25 -05:00
Yuriy ODonnell
23c1262be0 UnsyncUI - Use .Net Core 3.1 (same as UGS)
#rb Rob.Millar
#preflight skip

[CL 21708621 by Yuriy ODonnell in ue5-main branch]
2022-08-30 16:21:51 -04:00
Robert Millar
07e73ec536 Add support for syncing subsets of files in a directory in UnsyncUI.
File group is activated by finding any file that matches the regex, then groups from the regex can be used to populate the --include argument to Unsync CLI

#jira none
#rb yuriy.odonnell
#preflight none

[CL 21488502 by Robert Millar in ue5-main branch]
2022-08-22 14:42:55 -04:00
UnrealBot
73409369c0 Branch snapshot for CL 21319338
[CL 21319338 in ue5-main branch]
2022-08-10 16:03:37 +00:00
Yuriy ODonnell
484c4e8fb2 UnsyncUI - Bump version to 1.0.11
#rb none (trivial)
#preflight skip

[CL 20650480 by Yuriy ODonnell in ue5-main branch]
2022-06-14 11:58:55 -04:00
Graeme Thornton
f352a5f022 Ignore new PopulatePlatform requests if we already have one in progress
#jira none
#rb yuriy.odonnell
#preflight skip

[CL 20368356 by Graeme Thornton in ue5-main branch]
2022-05-25 13:57:35 -04:00
Yuriy ODonnell
59dd68f5bc UnsyncUI - Bump version to 1.0.10
[CL 19982034 by Yuriy ODonnell in ue5-main branch]
2022-04-29 13:39:38 -04:00
Yuriy ODonnell
7af534c622 Add build Flavor to relative download directory if set.
#rb none
#jira none

#ushell-cherrypick of 19981506 by Robert.Millar
#preflight skip

[CL 19981584 by Yuriy ODonnell in ue5-main branch]
2022-04-29 13:00:16 -04:00
Yuriy ODonnell
e6b110ddc8 UnsyncUI additions:
Add a Flavor attribute that can be used for different types of package or build configuration. (e.g. with embedded data rather than content-on-demand)
Remove unused Build struct
Modify "Platforms" (could be renamed in future) control to show Platform or Platform + Flavor for discovered items.
Modify Platforms view to sync the size of all checkboxes by wrapping each one in a Grid.

#rb yuriy.odonnell@epicgames.com
#jira FORT-453980

#ushell-cherrypick of 19981339 by Robert.Millar
#preflight skip

[CL 19981575 by Yuriy ODonnell in ue5-main branch]
2022-04-29 12:59:27 -04:00
Yuriy ODonnell
6a5ed1dc98 UnsyncUI - Fix slow expansion of completed job logs, bump version to 1.0.9
#preflight skip
#rb Luke.Thatcher

[CL 19590429 by Yuriy ODonnell in ue5-main branch]
2022-04-01 12:41:42 -04:00
Yuriy ODonnell
9967857a91 UnsyncUI - Fix virtualization of the log control, fixes performance issue when processing a large number of log lines
#rb Luke.Thatcher
#preflight skip

[CL 19587529 by Yuriy ODonnell in ue5-main branch]
2022-04-01 09:41:38 -04:00
Yuriy ODonnell
0224840b6c UnsyncUI - Automatically discover the proxy server list from a seed server specified by host name in the config, bump version to 1.0.8
#rb Luke.Thatcher
#preflight skip

[CL 19372166 by Yuriy ODonnell in ue5-main branch]
2022-03-14 09:48:56 -04:00
Yuriy ODonnell
79fa17d9f2 Move UnsyncUI code into Engine/Source/Programs
#rb Luke.Thatcher
#preflight skip

[CL 18997361 by Yuriy ODonnell in ue5-main branch]
2022-02-15 11:35:28 -05:00