Some functions missing in the Endpoints page (PSU 5.0)

Some functions missing in the Endpoints page (PSU 5.0)

avatar
(anonymous user)
Product: PowerShell Universal
Version: 5.0.9


Hello everyone,

We are using PSU since version 3.X, and we are planning to migrate to 5.0.X soon.

But it seems that some functions is missing in the Endpoints page of PSU:

Method GET and POST color tag are swapped. It’s disturbing

  1. Is this normal ? Now, GET is in green and POST is in blue. But in swagger, color are still like in version 4.X. That something is gonna be fixed or maybe something we can change in option (in the futur) ?
  2. We can’t set the number of endpoints displayed per page. When we have a lot of endpoints, it’s difficult to go through the pages. We can force through the URL but it’s not saved.
  3. There is no more “Folder” view in the Endpoints page. Is it something that will come back later ?

Thank you. (Sorry if the questions was already asked before )

All Comments (4)

avatar

Sorry,

I forgot to mention another bug on the Endpoints pages:

  1. Method tags are not displayed correctly

If I take for example page 2 of my endpoints:
Tags bugged

It list that all my methods are GET (this is wrong).

If I modify the first endpoint and then I come back, now it’s displayed correctly:
Tags Ok

Of course, the bug come back if I click on the Endpoints page again.

avatar

We can get these issues resolved. I opened an issue here: Endpoint Issues · Issue #3848 · ironmansoftware/powershell-universal · GitHub

As for the folder view, this will come back in a future release. We are looking at ways to better organize endpoints in general (file system folders) and would like to implement that along with a folder system.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

avatar

Thank you very much for your quick response

avatar

Product: PowerShell Universal
Version: 5.0.10
Installation : Windows MSI

Hello,

I would like to make a feedback about the Endpoint issues that was corrected in the new version 5.0.10.

Tags method color

  1. Thanks, now the colors are perfect

Method tags not displayed correctly

  1. Unfortunately, there is still issue with that.

If I list my endpoint in the first page, it display correctly:
2edf9179bb42a9be0014aa92cd5962dac253fc35


But if I go the the second page, I’ve multiple tags on endpoints. But I don’t have endpoints with multiple method:
bea66866cd8dfcb62e8a171d836dfccf6effdc99


If I get back to the first page, now multiple tags are at the same position:
a6ee6875e0fe30bd0d9138d11e9495a43deff594


Seems that tags are kept in the same place, and more I go through pages, more it add tags on endpoints. It doesn’t flush.
See the first page again:
bd6d923e02500aae5fa8232452c16c0a80b38ff3


Page size selector

  1. There is still no page size selector

(New) Environments Startup Script
It’s not possible to add one or multiple startup script in Environments Admin console (GUI).

  1. Each time I try to add script path and save, it disappear from the environment parameters. I’ve check the configuration file .universal/environments.ps1, but the startup script it’s not added.

The only workaround is to add manualy and directly on the environments.ps1 file ( -startupscript @(script1, script2) ).

This is working and saved. But, startup script are not displayed in the environment parameters in the GUI.

Thank you

bd6d923e02500aae5fa8232452c16c0a80b38ff3.png

a6ee6875e0fe30bd0d9138d11e9495a43deff594.png

bea66866cd8dfcb62e8a171d836dfccf6effdc99.png

2edf9179bb42a9be0014aa92cd5962dac253fc35.png