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

Port #1344 and #1398 (endpoint fixes in dashboard) to main #1401

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

tlmii
Copy link
Member

@tlmii tlmii commented Dec 14, 2023

Manually ports #1344 and #1398 to main so we're better in sync. There were some refactorings in main so it wasn't a straight cherry-pick.

Microsoft Reviewers: Open in CodeFlow

@@ -55,3 +55,5 @@ public sealed class ResourceServiceSnapshot(string name, string? allocatedAddres
public int? AllocatedPort { get; } = allocatedPort;
public string AddressAndPort { get; } = $"{allocatedAddress}:{allocatedPort}";
}

public sealed record EndpointViewModel(string EndpointUrl, string ProxyUrl);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drewnoakes Guessing with your refactorings and naming changes that this shouldn't be called EndpointViewModel anymore?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is night time for Drew. We can merge this and update in a separate PR when Drew replies back.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm midway through that refactoring now, building on top of my latest PR. Please take a look at that PR if you have time, to help keep that work moving.

@tlmii tlmii enabled auto-merge (squash) December 14, 2023 19:44
@tlmii tlmii merged commit b7ef661 into dotnet:main Dec 14, 2023
8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants