Simon Hornby
Simon Hornby
This removes the group owner concept from Unleash for an initial stable release of the groups feature. Currently this is gated behind Admin permissions, to allow this access to include...
### What is this? This is a full rewrite of the current client specification tests to use the client specifications project, rather than a custom implementation of each test. This...
## What's this? This swaps out the logic for feature toggles in the SDK by using Yggdrasil. In particular, constructs that are now removed are: - Evaluation logic for feature...
This is already implemented, this is just an attempt to improve the code and make sure it's covered by a test
Implementation of bootstrapping has lead to some subtle changes to the ScheduledExecutor class. There's some discussion around how this needs to work and what the code needs to look like....
Right now the order of bootstrapping options is codified in source code but not through tests/specs. We should lay down some tests to ensure that the order of bootstrapping selector...
This implements extended support for constraint operators, reference implementation on the node SDK is here: https://github.com/Unleash/unleash-client-node/pull/289/files Note that the client specs have not been rolled forward to cover these cases,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the new feature Just a feature that needs to be implemented -...
Currently lacking custom stickiness for variants, as described here: https://github.com/Unleash/client-specification/pull/11 (reference implementation in Node JS is here: https://github.com/Unleash/unleash-client-node/pull/202/files). This is blocking us from rolling the client specifications forwards
Adds docs for Okta/SCIM setup