You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add time-based feature enablements to expressions (#971)
* Add time-based feature enablements to expressions
Introduce Flipper.now, Flipper.time, and Flipper.duration DSL methods
to enable scheduling features, setting expiration times, and defining
time windows without requiring custom properties on actors. Enhance the
Time expression to handle both epoch timestamps (integers/floats) and
ISO8601 datetime strings. Include comprehensive tests for time-based
feature flag scenarios.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* Ensure Time.parse returns UTC for consistency with Numeric path
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add UTC tests, conductor-setup script, and mise activation for scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments