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

Fix import of zip project in case the archive is hosted on the same cluster which uses self-signed certificate #672

Merged
merged 4 commits into from
Mar 23, 2020

Commits on Mar 23, 2020

  1. Fix import of zip project in case the archive is hosted on the same c…

    …luster which uses self-signed certificate
    
    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    17fa0c0 View commit details
    Browse the repository at this point in the history
  2. Use curl instead of wget

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    c79ce3c View commit details
    Browse the repository at this point in the history
  3. Use curl instead of wget

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6315e5a View commit details
    Browse the repository at this point in the history
  4. Update theia-commands.ts

    ```
    -S/--show-error
    When used with -s it makes curl show an error message if it fails.
    ```
    nickboldt authored and mmorhun committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    dd77487 View commit details
    Browse the repository at this point in the history