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

Install shopify-extensions during gem installation #1496

Merged
merged 6 commits into from
Sep 17, 2021

Commits on Sep 17, 2021

  1. Install extension server

    Adds a new Ruby extension called `shopify-extensions` to download the
    development server during installation.
    t6d committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f7c5190 View commit details
    Browse the repository at this point in the history
  2. Rake tasks for managing shopify-extensions

    * Supports updating of shopify-extensions through shopify:extensions:update VERSION=vx.y.Z
    * Supports symlinking a local development build through shopify:extensions:symlink
    t6d committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    abd7361 View commit details
    Browse the repository at this point in the history
  3. Remove API calls to Github

    Removes API calls to Github in favor of constructing the download URL
    manually.
    t6d committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    ddfd179 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary dependencies

    t6d committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e3890eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f98a82 View commit details
    Browse the repository at this point in the history
  6. shopify-extensions version

    The version is now stored in a plain text file instead of being part of
    the Ruby code. This makes updating the contents a little easier.
    t6d committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    646eb64 View commit details
    Browse the repository at this point in the history