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
[FEAT] Get allocated feature names for an user (#16)
* Log error only
* Implement getAllocatedFeatureNames
* Test functionality
* Use Awaitility
* E2E getAllocatedFeatureNames
* Bump version
* Fix
[feature-flag] Get allocation by feature name and user (#8)
* Support getting allocation by feature name and user id
* Add unit tests
* Completing unit tests
A/B test package (#2)
* Add A/B test package
* Add A/B test test
* Add universe ID field, use JsonArray instead of ArrayList
* Change function return type in A/B test client, remove unnecessary processing of response
* Serialize fields in universal allocation response class
* Change fallback return value
* Update test
* Add test for A/B test client implementation
* Add tests for A/B test commands
* Add endpoint url constants & handle npe
* Use Slf4j logger
* Revert null checks on non-null response.body()
* Fix dependencies
* Remove lombok dependencies, use Slf4j API