Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into feature/cdn-updates #3230

Merged
merged 80 commits into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
7067629
Add `IRdpClient` to abstract some common functionality of RDP clients
danilo-delbusso Jul 11, 2023
9ea0a53
Catch `HRESULT E_FAIL` exceptions for `IRDPClient.Connect` calls
danilo-delbusso Jul 11, 2023
b8eb2b5
CA-379640: Do not reset remote consoles if they're still attempting c…
danilo-delbusso Jul 11, 2023
53fba19
Tidy up `XSVNCScreen`: remove `this` when unnecessary
danilo-delbusso Jul 11, 2023
5ba0a42
Tidy up `XSVNCScreen`: remove redundant initializers
danilo-delbusso Jul 11, 2023
bcb3fdc
Tidy up `XSVNCScreen`: use built-in type references
danilo-delbusso Jul 11, 2023
2287672
Tidy up `XSVNCScreen`: use expression-bodied properties
danilo-delbusso Jul 11, 2023
67dd31f
Tidy up `XSVNCScreen`: remove redundant `base()` call
danilo-delbusso Jul 11, 2023
a79eaa0
Tidy up `XSVNCScreen`: use `var` when possible
danilo-delbusso Jul 11, 2023
d0e63e7
Tidy up `XSVNCScreen`: remove redundant explicit delegate creation
danilo-delbusso Jul 11, 2023
a55cc8e
Tidy up `XSVNCScreen`: remove redundant type arguments
danilo-delbusso Jul 11, 2023
56274d7
Tidy up `XSVNCScreen`: merge conditional expression
danilo-delbusso Jul 11, 2023
d28ec66
Tidy up `XSVNCScreen`: remove cast with pattern variable
danilo-delbusso Jul 11, 2023
4cfb129
Tidy up `XSVNCScreen`: fix typo
danilo-delbusso Jul 11, 2023
133cd45
Tidy up `XSVNCScreen`: use `null` propagation and conditional access
danilo-delbusso Jul 11, 2023
85414de
Tidy up `XSVNCScreen`: Fix naming in file
danilo-delbusso Jul 11, 2023
baea368
Tidy up `XSVNCScreen`: fix missing uses of `null` propagation
danilo-delbusso Jul 11, 2023
9618c11
Tidy up `XSVNCScreen`: fix typos
danilo-delbusso Jul 11, 2023
559843f
Tidy up `XSVNCScreen`: use explicit modifiers
danilo-delbusso Jul 11, 2023
84e294b
Tidy up `XSVNCScreen`: fix whitespace
danilo-delbusso Jul 11, 2023
60a5580
Dispose of timer when creating new port polling `Timer`
danilo-delbusso Jul 12, 2023
23391e7
Improve variable naming in `RdpClient.cs`
danilo-delbusso Jul 27, 2023
72fd9d4
Merge remote-tracking branch 'upstream/feature/cdn-updates'
kc284 Aug 11, 2023
de18d64
CA-381216: Corrections to Help URL and message.
kc284 Aug 11, 2023
bee2388
Merge pull request #3197 from kc284/master
kc284 Aug 11, 2023
fd1c082
CA-381442: Disable the textboxes instead of making them readonly as i…
kc284 Aug 14, 2023
cda7982
XSI-1476: No need to disable the post-update tasks textbox.
kc284 Aug 14, 2023
046476c
Show a different alert message if the user has never synchronized.
kc284 Aug 15, 2023
2a81e63
Use different image for the RPM packages to distinguish them from the…
kc284 Aug 15, 2023
0680d9c
CA-381500: Ensure unlicensed hosts post Nile do not show as such in G…
danilo-delbusso Aug 15, 2023
81bf424
CA-381500: Remove "(Unlicensed)" for post Nile hosts in `MainWindow`
danilo-delbusso Aug 15, 2023
7839615
CA-375740: VMSS has no other_config, hence no custom fields can be set.
kc284 Aug 15, 2023
218d910
Typo.
kc284 Aug 15, 2023
143974e
CA-381502: Show the disabled reason in a new column because the toolt…
kc284 Aug 15, 2023
0d103e9
CA-381502: Improved the disabled reason for new servers.
kc284 Aug 15, 2023
1f7fbc0
CA-381500: Revert renaming of `Status` to `Expiry status`
danilo-delbusso Aug 16, 2023
b9f2779
CA-381500: Use custom wording for post-Nile license status in the Gen…
danilo-delbusso Aug 16, 2023
d9885d3
CA-381593: Remove CIS privacy policy link from Server Status Report
danilo-delbusso Aug 16, 2023
6e175a4
Corrected prechecks and calculation of post-update tasks for supp-pac…
kc284 Aug 16, 2023
a98a135
Applied supp-packs were not shown at pool level for new servers.
kc284 Aug 16, 2023
82f5522
Changed wording.
kc284 Aug 16, 2023
212543f
Improve readability of `ConnectToRemoteConsole` in `XSVNCScreen`
danilo-delbusso Aug 17, 2023
c1bb907
Remove useless lock around `RemoteConsole` calls
danilo-delbusso Aug 17, 2023
6cfba9f
Merge pull request #3169 from danilo-delbusso/bug/rdp-crash_CA-379640…
kc284 Aug 17, 2023
113c19f
Merge pull request #3199 from danilo-delbusso/bug/CA-381500_unlicensed
kc284 Aug 17, 2023
fbdcf5f
CA-381678: Fix misc wording issues in `ManageCdnUpdatesPage` export file
danilo-delbusso Aug 17, 2023
351c652
Merge pull request #3200 from kc284/CA-381502-reason
kc284 Aug 17, 2023
fdd5ca7
Merge pull request #3202 from kc284/supp-pack
kc284 Aug 17, 2023
e4b2b67
Merge pull request #3198 from kc284/master
kc284 Aug 18, 2023
fe8a28e
CA-381212, CA-381664: Corrections when fetching list of available upd…
kc284 Aug 18, 2023
e485a0a
CA-381215: Try waiting on host.apply_updates if it is not immediatel…
kc284 Aug 18, 2023
99612f2
CP-44618: Bumped branding to v5.1.
kc284 Aug 18, 2023
776dfc1
Updated introductory info for the HA configuration wizard.
kc284 Aug 18, 2023
002bcbf
Merge pull request #3204 from kc284/cdn-fixes
kc284 Aug 18, 2023
de1120f
More fixes including CA-381728, CA-381618, CA-381225 (#3205)
kc284 Aug 21, 2023
8644ed3
CA-381212 : The protocol is not always HTTP/1.1
kc284 Aug 21, 2023
214e245
Removed obsolete project xva_verify.
kc284 Aug 23, 2023
adec15e
CP-40739: Build with VS 2022.
kc284 Aug 23, 2023
54c2fbb
Manifest updates:
kc284 Aug 23, 2023
78ea00e
Update README.md
danilo-delbusso Aug 25, 2023
69e3c6c
Rename `CONTRIB` to `CONTRIBUTING.md`
danilo-delbusso Aug 25, 2023
9c37834
Stop retrieving values from Messages.resx by passing hardcoded string…
kc284 Jul 14, 2023
d990e37
Moved two WLB actions to the same folder as the rest of the WLB actio…
kc284 Jul 14, 2023
c5430d0
CA-381212 : The error is not always Internal Server Error;
kc284 Aug 21, 2023
49334fc
Merge pull request #3210 from danilo-delbusso/dev/readme
kc284 Sep 1, 2023
30e9924
Merge pull request #3209 from kc284/tech-debt
kc284 Sep 1, 2023
89fd16b
CP-45097: Show product brand alongside the version on the General and…
kc284 Aug 31, 2023
98c3814
Merge pull request #3212 from kc284/oil
kc284 Sep 4, 2023
53dd3d9
Update links between `CONTRIBUTING` and `MAINTAINERS`
danilo-delbusso Sep 4, 2023
dd98fe6
CP-45071: Convert XenCenter build scripts to PowerShell. (#3219)
kc284 Sep 6, 2023
bba9f43
CA-376887: Refactor thread management for `ArchiveMaintainer` (#3148)
danilo-delbusso Sep 7, 2023
560ebc5
Build script corrections.
kc284 Sep 7, 2023
78073c7
Missing null check.
kc284 Sep 7, 2023
3445f5a
Merge pull request #3220 from kc284/script
kc284 Sep 7, 2023
139186d
Parse unit "percent" (used by pvsaccelerator_space_utilization). Mino…
kc284 Sep 7, 2023
dbe7183
Updated to SDK v23.25.0.
kc284 Aug 20, 2023
9470e20
Removed obsolete project CFUValidator.
kc284 Sep 6, 2023
86fa2f6
CA-375900: Prepend `\\?\` to file paths when creating streams for arc…
danilo-delbusso Sep 22, 2023
8983ce9
CA-382850: Catch exception when listing pipe names with invalid chara…
danilo-delbusso Sep 11, 2023
1c18cba
CP-45372: Bumped branding to v5.3
kc284 Sep 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions AddManifest.targets

This file was deleted.

207 changes: 0 additions & 207 deletions CFUValidator/CFUValidator.cs

This file was deleted.

145 changes: 0 additions & 145 deletions CFUValidator/CFUValidator.csproj

This file was deleted.

Loading
Loading