#
feature-toggle
Here are 161 public repositories matching this topic...
mysql
ruby
rails
api
redis
http
flipper
postgres
mongo
dalli
memcached
feature-flags
feature-toggles
features
rollout
feature
feature-toggle
feature-flag
feature-flagging
-
Updated
Feb 17, 2022 - Ruby
thomaspoignant
commented
Jul 2, 2021
Requirements
Add an environment parameter in the config.
This environment field should be added to all users in the param so we can add rules based on the environment and have the same config file for all your environment.
A package to manage feature flagging in a Laravel project.
-
Updated
Jul 2, 2021 - PHP
FeatureHub - cloud native feature flags, A/B testing and remote configuration service. Real-time streaming feature updates. Provided with Java, JavaScript, Go, .Net, Android and Flutter SDKs.
feature-flags
feature-toggles
cloud-native
features
feature-toggle
split-testing
feature-service
remote-config
feature-flag
a-b-testing
a-b-test
feature-flagging
feature-flipping
feature-toggling-api
feature-toggling
feature-toggle-service
-
Updated
Feb 20, 2022 - Dart
Server app for the TestTrack multi-platform split-testing and feature-gating system
-
Updated
Feb 16, 2022 - Ruby
Your module to handle with feature toggles in Angular applications easier.
-
Updated
Feb 17, 2022 - TypeScript
Web App and Mobile App for Flagsmith
react
react-native
continuous-integration
continuous-delivery
continuous-deployment
feature-flags
feature-toggles
continuous-testing
feature-toggle
feature-flaggers
remote-config
feature-flag
feature-flagging
-
Updated
Jun 10, 2021
Flipper is a simple and useful tool to deal with feature toggles
android
kotlin
kotlin-android
kotlin-library
android-library
feature-flags
feature-toggles
feature-toggle
-
Updated
Apr 27, 2021 - Kotlin
Ablator is a Service that enables you to roll out functionalities at your own pace, and perform good A/B testing.
testing
app
server
feature-flags
feature-toggles
feature-selection
switching
features
rollout
abtesting
feature-toggle
rollout-service
functionalities
-
Updated
Mar 23, 2020 - Python
A simple and powerful feature toggle library for php.
-
Updated
Jan 27, 2022 - PHP
FeatureSwitch is library that should reduce amount of time and code required to implement feature switching in your projects.
toggles
net-mvc
features
episerver
feature-toggle
feature-switches
web-optimization
featureswitch-library
-
Updated
Nov 18, 2021 - C#
-
Updated
Feb 20, 2022 - PHP
-
Updated
Nov 23, 2021 - JavaScript
Unleash client SDK for Ruby
-
Updated
Feb 18, 2022 - Ruby
Feature Flag component for React
-
Updated
Oct 3, 2021 - TypeScript
Javascript Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
react-native
continuous-delivery
ci
cd
continuous-deployment
feature-flags
feature-toggles
feature-toggle
feature-flaggers
continous-integration
remote-config
feature-flag
feature-flagging
-
Updated
Feb 20, 2022 - JavaScript
react
i18n
internationalization
jsx
reactjs
ab-testing
string-formatter
feature-toggle
string-formatting
-
Updated
Dec 8, 2021 - TypeScript
A library to integrate launch darkly with react redux
react
redux
integration
launch
feature-flags
feature-toggles
toggle
flags
feature
launchdarkly
feature-toggle
ld
feature-flag
ldclient
launch-darkly
darkly
ld-redux
-
Updated
Feb 11, 2022 - JavaScript
Unleash feature toggle support for NestJS
-
Updated
Feb 21, 2022 - TypeScript
Launch Darkly React integration with hooks
react
api
integration
launch
feature-flags
feature-toggles
toggle
context
flag
feature
launchdarkly
feature-toggle
feature-flag
ldclient
context-api
launch-darkly
darkly
ld-react
-
Updated
Nov 12, 2019 - JavaScript
toggler is a feature flag service to decouple deployment, feature enrollment and experiments
golang
feature-flags
feature-toggles
rollout
abtesting
release-helper
feature-flipper
feature-toggle
golang-application
feature-switches
rollout-service
release-toggles
testops
-
Updated
Oct 12, 2021 - Go
Feature flagging API used for operational rampups and A/B testing
feature-flags
feature-toggles
toggle
ab-testing
feature-toggle
ab-tests
ab-test
a-b-testing
a-b-test
feature-flagging
-
Updated
Jun 10, 2021 - PHP
Lightweight iOS feature toggling system
-
Updated
May 13, 2019 - Swift
Teg is a library for managing feature toggles. It aims to allow to create and access to feature toggles in Golang easily and quickly!
-
Updated
Dec 18, 2019 - Go
A package to integrate rollout into your Laravel project.
-
Updated
Dec 10, 2020 - PHP
Easily register and work with feature flags in your theme with Flagpole. This WordPress plugin allows developers to easily configure feature flags in your WordPress themes.
wordpress
wordpress-plugin
feature-flags
feature-toggle
wordpress-deployment
wordpress-theme-development
-
Updated
Oct 8, 2021 - PHP
"Feature flipping" plugin for Vue.js
-
Updated
Dec 10, 2021 - TypeScript
JavaScript frontend SDK for ConfigCat. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
react
javascript
angularjs
angular
typescript
configuration
feature-flags
feature-toggles
configuration-management
feature-toggle
featureflags
remote-config
feature-flag
configcat
-
Updated
Feb 13, 2022 - TypeScript
Improve this page
Add a description, image, and links to the feature-toggle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature-toggle topic, visit your repo's landing page and select "manage topics."
Is it possible to add a check if unleash variable is indeed a json, and disable the option of saving it unless it is?
For example, created a variable for a toggle and selected type to be a json, but I've inserted a string instead of a json and was able to save and pull the value.
{'name': 'test', 'payload': {'type': 'json', 'value': 'not a json'}, 'weightType': 'variable', 'enabled': True}