eclipse-archived / codewind-vscode

Extension for developing cloud-native, containerized applications from VS Code
https://codewind.dev
Eclipse Public License 2.0
17 stars 30 forks source link

Add auto-reconnect behaviour #607

Closed tetchel closed 4 years ago

tetchel commented 4 years ago

Pls rebase and merge

commit 5b30d3e5799c6d02f8b8d04740eae67efa4e3843 (HEAD -> autoReconnect, origin/autoReconnect)
Author: Tim Etchells <timetchells@ibm.com>
Date:   Fri May 22 15:21:25 2020 -0400

    Add auto-reconnect behaviour

    - Resolves https://github.com/eclipse/codewind/issues/2640
    - Try and reconnect to disconnected remote Codewinds in the background
    - Improve ping behaviour and error messages
    - Add more buttons to refresh and toggle enablement failure messages

    Signed-off-by: Tim Etchells <timetchells@ibm.com>

commit bb55fe7f2c5ea5fc5e92962f5a83ce960d768e0e
Author: Tim Etchells <timetchells@ibm.com>
Date:   Fri May 22 15:20:54 2020 -0400

    Fix a problem with cwctl commands with passwords

    Also add timestamps to cwctl command log

    Signed-off-by: Tim Etchells <timetchells@ibm.com>

What type of PR is this ?

What does this PR do ?

Which issue(s) does this PR fix ?

Link to the Codewind repository issue(s) this PR fixes or references:

Does this PR require a documentation change ?

Any special notes for your reviewer ?