-
Notifications
You must be signed in to change notification settings - Fork 44.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(platform/featureflags): Setting up feature flagging #8718
Conversation
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
β Deploy Preview for auto-gpt-docs canceled.
|
141bc46
to
4e09cef
Compare
Conflicts have been resolved! π A maintainer will review the pull request shortly. |
PR Reviewer Guide πHere are some key observations to aid the review process:
|
Ran the formatter against autogpt_libs - hence why the extra changes in this PR now! |
Conflicts have been resolved! π A maintainer will review the pull request shortly. |
β Deploy Preview for auto-gpt-docs-dev canceled.
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! π A maintainer will review the pull request shortly. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! π A maintainer will review the pull request shortly. |
* feature flag formatting and linting * add tests * update poetry lock * remove unneeded changes * fix pyproject * fix formatting and linting * pydantic settings * address comments and format * alphabetize * fix lockfile * fix conflicts
So we can hide and show features at will
Changes ποΈ
Created a launch darkly decorator that can be used to hide or show functionality in the backend.
Checklist π
For code changes:
Example test plan
For configuration changes:
.env.example
is updated or already compatible with my changesdocker-compose.yml
is updated or already compatible with my changesExamples of configuration changes