This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Introduce feature flags #1631
Merged
+8,391
−15,171
Merged
Introduce feature flags #1631
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
410348a
introduce feature flags
senadir 16dd61c
move config to webpack-helper
senadir ec515e2
add flag to deploy command
senadir 3ea7289
remove package default
senadir d919b0a
add cross-env
senadir fa4f68f
add gating to frontendConfig and coreConfig
senadir 066b4d5
exclude entries from being built on stable mode
senadir aedc4d4
add feature gating to PHP
senadir c39b5e7
add flag to start command
senadir ace28d1
add flags to travis
senadir 3b8a92c
add endpoints
senadir c84ab24
add better defaults for php
senadir f9fc1a6
move code to Bootstrap.php
senadir efd57af
no need to spread single object
senadir 2488366
ignore blocks.ini
senadir 5d225c0
type check feature flag
senadir fbc0f5a
remove blocks.ini
senadir 3af279d
sanitize flag
senadir 790e2d7
remove flag from npm start
senadir d0aa8d2
format condition
senadir d7ce24c
keep spaces for package-lock.json
senadir 9159b75
check for env before going to block ini
senadir d7baf0b
add env vars to travis
senadir 4314ae2
whitelist env var
senadir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,4 @@ tests/cli/vendor | |
bin/languages | ||
woocommerce-gutenberg-products-block.zip | ||
storybook-static/ | ||
blocks.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea to split out the stable from experimental configuration!