Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Prompt users when cloning Git repositories using an invalid SSH key #995

Merged
merged 16 commits into from
Feb 23, 2021

Commits on Feb 2, 2021

  1. Use ssh plugin to upload ssh keys to GitHub

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    d05fe33 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into gh-13494-test

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    83f84b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Merge branch 'master' into gh-13494-test

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    dbf922c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge branch 'master' into gh-13494-test

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    bf7718a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Allow to clone projects with SSH uri

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    e6e67e5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into gh-13494-test

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    58abc59 View commit details
    Browse the repository at this point in the history
  3. Display SSH commands to resolve errors

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    9e8f3a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Update plugins/workspace-plugin/src/theia-commands.ts

    Co-authored-by: Eric Williams <ericwill@redhat.com>
    vitaliy-guliy and ericwill authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    8d57d06 View commit details
    Browse the repository at this point in the history
  2. Update plugins/workspace-plugin/src/git.ts

    Co-authored-by: Eric Williams <ericwill@redhat.com>
    vitaliy-guliy and ericwill authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    baf1b9f View commit details
    Browse the repository at this point in the history
  3. Fix command label

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7b91c2e View commit details
    Browse the repository at this point in the history
  4. Rename SSH* commands, remove "Pair" from commands names

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7432a54 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Fix typo in function name

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    f9e54c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Allow to pick the key from the list when adding it to GitHub

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4a9194f View commit details
    Browse the repository at this point in the history
  2. Use theia.TextDocumentContentProvider to open public keys

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    550b10b View commit details
    Browse the repository at this point in the history
  3. Allow to add public key to GitHub by clicking a notification button

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    0ccb05c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Update adding key to GitHub when cloning git project with git->clone

    Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
    vitaliy-guliy committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b006e8b View commit details
    Browse the repository at this point in the history