Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to install packed extensions from URL or local file #1456

Merged
merged 23 commits into from
Nov 25, 2020

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    6624287 View commit details
    Browse the repository at this point in the history
  2. DropFileInput: common component to handle droped files (replaced also…

    … in add-cluster-page)
    
    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    7d28a43 View commit details
    Browse the repository at this point in the history
  3. fix: install via url-string on input.submit

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    724ee86 View commit details
    Browse the repository at this point in the history
  4. ui tweaks & minor fixes

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    cc28424 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df6c07 View commit details
    Browse the repository at this point in the history
  6. more ui/ux tweaks & fixes

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    97bcb49 View commit details
    Browse the repository at this point in the history
  7. layout fixes

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    51f686c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f505dab View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. reworks -- part 1

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    78dcd5d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. fix downloading file, added common/utils/downloadFile

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    9284611 View commit details
    Browse the repository at this point in the history
  2. confirm before install, unpack tar first steps

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    5093262 View commit details
    Browse the repository at this point in the history
  3. installation flow, extracting .tgz

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    88950b0 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into extension_install_1277

    # Conflicts:
    #	src/common/utils/index.ts
    ixrock committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    de93812 View commit details
    Browse the repository at this point in the history
  5. clean up, fix lint issues

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    150c3dc View commit details
    Browse the repository at this point in the history
  6. update .azure-pipelines.yml

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    8b6616a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. fixes & refactoring

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5fc0c63 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into extension_install_1277

    # Conflicts:
    #	src/renderer/components/+extensions/extensions.tsx
    #	src/renderer/utils/downloadFile.ts
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e460b3f View commit details
    Browse the repository at this point in the history
  3. fix lint harder :/

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    12c3422 View commit details
    Browse the repository at this point in the history
  4. fix validation

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d050d6c View commit details
    Browse the repository at this point in the history
  5. fix validation harder

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1c17420 View commit details
    Browse the repository at this point in the history
  6. responding to comments, fixed package validation

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    55c284f View commit details
    Browse the repository at this point in the history
  7. common/utils/tar.ts: reject with Error-type

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    639bc1a View commit details
    Browse the repository at this point in the history
  8. fix: unit-tests

    Signed-off-by: Roman <[email protected]>
    ixrock committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4c3a8e2 View commit details
    Browse the repository at this point in the history