monodevelop icon indicating copy to clipboard operation
monodevelop copied to clipboard

[Version Control] Notify wrong git credentials in CredentialsDialog

Open jsuarezruiz opened this issue 6 years ago • 3 comments

In case of doing a retry when obtaining the credentials (and show again the credentials dialog), show an error message.

Fixes VSTS #795845 Fixes VSTS #843391

jsuarezruiz avatar May 09 '19 14:05 jsuarezruiz

We have applied the following changes:

  • The error message now reuses the first Label.
  • We remember the last entered username without auth success to use in the retry.

The result: Screenshot 2019-05-28 at 13 11 03

jsuarezruiz avatar May 29 '19 08:05 jsuarezruiz

Applied changes in the error message. Screenshot 2019-06-04 at 16 02 41

Added some more telemetry (using LogInternalError) to Repository.RetryUntilSuccess and VersionControlTask too.

jsuarezruiz avatar Jun 04 '19 14:06 jsuarezruiz

Thanks to Maryanne's feedback, we applied some UI changes.

The result: Screenshot 2019-06-18 at 13 03 57

Using SSH: Screenshot 2019-06-18 at 13 32 00

NOTE: Screenshots updated on June 18 with the latest changes.

jsuarezruiz avatar Jun 11 '19 14:06 jsuarezruiz