openflighthpc / flight-desktop

Manage interactive GUI desktop sessions
Eclipse Public License 2.0
0 stars 2 forks source link

Include the started_at, last_accessed_at, and screenshot path in outputs #30

Closed WilliamMcCumstie closed 3 years ago

WilliamMcCumstie commented 3 years ago

These parameters where missing from the output and had to be inferred by the API. The logic used to determine them has been ported into the CLI. The websocket port has also been added to the show output.

The human readable outputs have not been modified as these parameters are not relevant to it.

benarmston commented 3 years ago

I've added a commit to 1) use the session directory's ctime as a potential source of creation time; and 2) include the creation time in the output for broken sessions if available.

benarmston commented 3 years ago

LGTM.