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

Extensions: add a new option to deliver an "Experimental" subset of blocks. #14104

Merged
merged 11 commits into from
Dec 19, 2019

Commits on Nov 22, 2019

  1. Extensions: allow fetching a different subset of extensions

    This will allow one to get a different list of extensions based on different parameters:
    - plugin active
    - constant
    - filter
    jeherve committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    f371077 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23bfd93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cf336b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb33c1f View commit details
    Browse the repository at this point in the history
  5. Update block builder to build 3 bundles instead of 2

    We now build 3 bundles:
    - The default production bundle with just the production blocks.
    - The experimental bundle with production blocks as well as experimental blocks.
    - The beta bundle with all the blocks: production, experimental, and beta.
    jeherve committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    07f0429 View commit details
    Browse the repository at this point in the history
  6. Make sure we whitelist all necessary blocks

    - When using the experimental variation, we need both prod and experimental blocks.
    - When using beta blocks, we need all blocks.
    jeherve committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    7c52d16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36bb004 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    ce966f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    258350b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    be04755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f12adb View commit details
    Browse the repository at this point in the history