dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
2.98k stars 280 forks source link

[release/8.0] Change which category/group servers are placed under in PGAdmin. #3964

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

Backport of #3962 to release/8.0

/cc @mitchdenny

Customer Impact

Usability change. We had a customer on Discord who didn't spot the servers that we pre-registered in the Aspire instances group in PGAdmin. This change eliminates that potential source of confusion by adding the servers to the "Servers" group instead so there is only one option.

Testing

Manual, and tweaked some unit tests which failed as a result of this change (as they should).

Risk

Low.

Regression?