Some functions missing in the Endpoints page (PSU 5.0)

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:

  1. Method GET and POST color tag are swapped. It’s disturbing
    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 :innocent:)

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.

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.

Thank you very much for your quick response :wink:

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.

  1. Tags method color
    Thanks, now the colors are perfect

  2. Method tags not displayed correctly
    Unfortunately, there is still issue with that.

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

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

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

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:
image

  1. Page size selector
    There is still no page size selector :frowning_face:

  2. (New) Environments Startup Script
    It’s not possible to add one or multiple startup script in Environments Admin console (GUI).
    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 :slightly_smiling_face: