[AI-FSSDK] [FSSDK-12369] Add local holdouts support with includedRules field#398
Open
Mat001 wants to merge 4 commits into
Open
[AI-FSSDK] [FSSDK-12369] Add local holdouts support with includedRules field#398Mat001 wants to merge 4 commits into
Mat001 wants to merge 4 commits into
Conversation
- Fix Layout/SpaceInsideHashLiteralBraces in datafile_project_config_spec.rb - Fix Lint/UselessAssignment by removing unused feature_flag variable in decision_service_holdout_spec.rb Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…outs, use next pattern
…00% local holdout
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Adds Local Holdouts support to the Ruby SDK. Local holdouts allow targeting specific experiment and delivery rules within a flag via a new
includedRulesfield, while global holdouts (whereincludedRulesis absent or nil) continue to apply to all rules across all flags.Changes
includedRulesoptional field support to holdout data model inDatafileProjectConfigholdout_global?predicate,get_global_holdouts, andget_holdouts_for_rulemethods to configget_variation_from_experiment_ruleandget_variation_from_delivery_ruleinDecisionServiceto check local holdouts per rule after forced decisionsconstants.rbto allowincludedRulesfield in holdout objectsJira Ticket
FSSDK-12369