TOSIT-IO / tdp-lib

Python library to configure, manage and deploy TDP
Apache License 2.0
4 stars 8 forks source link

`browse` the last deployments #617

Closed SteBaum closed 1 month ago

SteBaum commented 4 months ago

Which issue(s) this PR fixes

Fixes #616

Additional comments

Changed the order in query. Now showing the deployments in descending order.

Agreements

PACordonnier commented 4 months ago

Thanks @SteBaum. I just tried and it works. I reconsider what I said during the meeting and would rather have the most recent deployment at the end of the output, it makes more sense in a CLI. @rpignolet was right ! Can you modify it ?

Also, I think this is a fix rather than a refactor.

rpignolet commented 4 months ago

We should talk about it with @PaulFarault how to fix that (find the good query to do the job)

SteBaum commented 3 months ago

@PACordonnier see if it suits you now. The query returns the last deployments (15 by default) in ascending order.

PACordonnier commented 3 months ago

Works perfect thanks