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.
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
feat: default-required feature flag #2211
feat: default-required feature flag #2211
Changes from all commits
b27ed3b
c93fabd
7fe7919
d3d2d9b
0e17d52
3eb3a0c
5e6056f
2a98254
7b13799
2ffd606
d1d7258
d05c515
36bfdf4
59e769f
e88fa82
0246af6
acac49d
ac50291
b3988ee
adeebc3
4d7de02
37c9f28
5121822
829eecc
0179509
7ab1b8b
f7b77b4
755f7ce
a52c056
2e4ac72
e3a74f2
f05fd16
18f9a29
c948451
9f787c7
e257ce8
b45eaed
ab03c58
c4ffd81
b91fcf4
2c70de7
7900e4f
519d220
0e698fc
a758a27
c254463
5bcf902
1dd33c8
e612765
4037da6
f82b0f3
28dbfc9
0db5904
826bb09
3a2dc36
44fe5ec
1129035
78bdb71
e5965c4
96664d4
6fa3e2c
1ad2e58
c9ba849
b4adcbe
985114d
44367a6
a92602a
db974ce
e14b48e
cd3a266
8f0fb19
e19e3c5
1bc07c8
6e6472c
cc99d8d
b8e4996
4df3415
e766cba
a059543
7cf2339
7cca728
41b9d29
a2cf0e5
a7d9ccb
d3e342c
693b794
3bc3f97
fe8c233
2e823b7
57b0bd8
f61a836
6a16db9
8a0a33f
8873032
78cd6d7
0cbd06f
e166cba
2a66b29
2433771
bfc150a
0f8fa6d
e521098
8d2b5ba
9b25338
cc2d72a
7f17d63
6bd2941
2701990
16d6bcf
cdd4f9e
116f33b
1f5a719
c310870
d91590b
1e2404d
d4841d1
14786e2
b882fe7
baf3368
d492e17
7d7b3f8
298d250
9af072b
ff3110b
2916c45
2e3e175
bdf02e7
b6789e8
be2f2d8
7e4531c
3d33cd4
31d213d
ade37ca
aefb2c2
8a342dc
0c15945
9519392
2375770
e23d898
be6d51d
bab6b53
0e1ef9b
f12b143
e395d04
ece00d1
7cc9973
0368956
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I believe the
.metadata.features
field might not be necessary for this purpose. Have we considered keeping therequired
key optional in the schema and defaulting torequired: true
for all components unless explicitly set torequired: false
? This would achieve the same behavior as thedefault-required
flag but without needing the feature flag.