Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/jetbrains-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 88fbdcfd72d31de896216e6904a73f53badd9ddd
Choose a base ref
...
head repository: coder/jetbrains-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e7855caa508a5acf8bb860d5eb8bca7c604e5aa
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 28, 2023

  1. Retry direct connection

    This will cover recent connections which connect directly without going
    through the whole setup flow.
    
    Pretty much the same logic as for listing editors but we display the
    errors in different ways since this all happens in a progress dialog.  I
    tried to combine what I could in the retry.
    
    Also the SshException is misleading; it seems to wrap the real error so
    unwrap it otherwise it is impossible to tell what is really wrong.  In
    particular this is causing us to retry on cancelations.
    code-asher committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    405fb43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7855c View commit details
    Browse the repository at this point in the history
Loading