Skip to content

Comments

feat: add feature flags registry#39

Merged
cotovanu-cristian merged 3 commits intomainfrom
feat/flags
Feb 18, 2026
Merged

feat: add feature flags registry#39
cotovanu-cristian merged 3 commits intomainfrom
feat/flags

Conversation

@cotovanu-cristian
Copy link
Collaborator

@cotovanu-cristian cotovanu-cristian commented Feb 17, 2026

Summary

Introduce a feature flags config module that allows:

  1. flags to be set programmatically via configure()
  2. overwrite with local UIPATH_FEATURE_<name> environment variables

instantiating this class directly.
"""

_instance: "FeatureFlagsManager | None" = None
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we can use from __future__ import annotations to avoid using forward references

@cotovanu-cristian cotovanu-cristian merged commit c1dfdf8 into main Feb 18, 2026
82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants