feat: Rename allFlags to 'Generate bootstrap details' and add storing data features #328
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.
Summary
This PR makes two changes to the SDK feature metadata:
allFlagsfeature from "Getting all flags" to "Generate bootstrap details" (keeping the sameallFlagsID)storingDataConsul- Storing data (Consul)storingDataDynamodb- Storing data (DynamoDB)storingDataRedis- Storing data (Redis)Both
products/feature_info.jsonandschemas/sdk_metadata.sqlare updated to keep them in sync.Review & Testing Checklist for Human
feature_info.jsonwhere the newstoringData*entries use 4-space indentation while the rest of the file uses 2-space. Verify the JSON is valid and consider fixing the indentation for consistency.storingDataConsul,storingDataDynamodb,storingDataRedis) follow the expected naming conventionsTest Plan
python3 -m json.tool products/feature_info.jsonNotes
This change is part of updating SDK metadata to support more granular tracking of storing data features across different database backends.
Requested by: @jsonbailey
Link to Devin run: https://app.devin.ai/sessions/49b44fe704ac4382802b7b3dc07970a6