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

Add onUpdate event listener for installing starter blueprints on Playground urls #4249

Merged
merged 21 commits into from
Sep 8, 2022

Commits on Sep 6, 2022

  1. add tabs onUpdated event listener for starter blueprints

    Misha Holtz authored and Misha Holtz committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    61d9d76 View commit details
    Browse the repository at this point in the history
  2. install stater blueprints on playground urls

    Misha Holtz authored and Misha Holtz committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    841cfa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. fix starter blueprint tests

    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    814e831 View commit details
    Browse the repository at this point in the history
  2. refactor extract install starter blueprints loop

    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    121ce90 View commit details
    Browse the repository at this point in the history
  3. extract more installation methods

    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    44847c0 View commit details
    Browse the repository at this point in the history
  4. refactor installStarterBlueprints

    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e255c71 View commit details
    Browse the repository at this point in the history
  5. update starter blueprint onUpdate url

    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    00af9ef View commit details
    Browse the repository at this point in the history
  6. fix starterBlueprint test

    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    cd48429 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9da961c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    381c180 View commit details
    Browse the repository at this point in the history
  9. fix test typo

    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    df0222f View commit details
    Browse the repository at this point in the history
  10. feature/4245_playground_recovery' of https://github.com/pixiebrix/pix…

    …iebrix-extension into feature/4245_playground_recovery
    
     a commit message to explain why this merge is necessary,
    f it merges an updated upstream into a topic branch.
    
    ng with '#' will be ignored, and an empty message aborts
    fix test typo
    Misha Holtz authored and Misha Holtz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    84c0171 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. add installation lock

    Misha Holtz authored and Misha Holtz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0d81973 View commit details
    Browse the repository at this point in the history
  2. add debounce to starter blueprint installation for onUpdate events

    Misha Holtz authored and Misha Holtz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    dc0c521 View commit details
    Browse the repository at this point in the history
  3. remove trailing param

    Misha Holtz authored and Misha Holtz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    efcf5df View commit details
    Browse the repository at this point in the history
  4. readd trailing

    Misha Holtz authored and Misha Holtz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5ba96b4 View commit details
    Browse the repository at this point in the history
  5. add boolean return on error

    Misha Holtz authored and Misha Holtz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    271a258 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f35c539 View commit details
    Browse the repository at this point in the history
  7. call debouncedInstallStarterBlueprints for first time installs also

    Misha Holtz authored and Misha Holtz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c50cdf1 View commit details
    Browse the repository at this point in the history
  8. fix jest tests for new debounce refactor with fake timers'

    Misha Holtz authored and Misha Holtz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0ef4033 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e72687f View commit details
    Browse the repository at this point in the history