Commit 168a07b
[FSSDK-12368] Remove legacy flag-level holdout fields
Remove deprecated includedFlags and excludedFlags from Holdout interface
and simplify holdout handling to treat all holdouts as global.
- Removed includedFlags and excludedFlags from Holdout interface
- Removed includedHoldouts, excludedHoldouts, and globalHoldouts from ProjectConfig
- Simplified _getHoldouts() method to return all holdouts
- Removed getHoldoutsForFlag() method from ProjectConfig
- Removed 3 test cases for deleted functionality
- Updated remaining tests to use new global holdout behavior
All 3079 tests pass. Verification: grep for includedFlags|excludedFlags returns 0 results.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 80a0375 commit 168a07b
3 files changed
Lines changed: 12 additions & 104 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | 396 | | |
411 | 397 | | |
412 | 398 | | |
| |||
417 | 403 | | |
418 | 404 | | |
419 | 405 | | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | 406 | | |
424 | 407 | | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | 408 | | |
438 | 409 | | |
439 | 410 | | |
440 | | - | |
| 411 | + | |
441 | 412 | | |
442 | 413 | | |
443 | 414 | | |
| 415 | + | |
444 | 416 | | |
445 | 417 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
| 418 | + | |
451 | 419 | | |
452 | 420 | | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
| 421 | + | |
| 422 | + | |
458 | 423 | | |
459 | 424 | | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
| 425 | + | |
| 426 | + | |
464 | 427 | | |
465 | 428 | | |
466 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
| |||
390 | 387 | | |
391 | 388 | | |
392 | 389 | | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | 390 | | |
397 | 391 | | |
398 | | - | |
399 | | - | |
400 | 392 | | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | 393 | | |
410 | | - | |
411 | 394 | | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | 395 | | |
439 | 396 | | |
440 | 397 | | |
| |||
443 | 400 | | |
444 | 401 | | |
445 | 402 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
455 | 406 | | |
456 | 407 | | |
457 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | 177 | | |
180 | 178 | | |
181 | 179 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 180 | + | |
| 181 | + | |
188 | 182 | | |
189 | 183 | | |
190 | 184 | | |
| |||
0 commit comments