1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
Unleash is the open source feature toggle service.
Go to file
Ivar Conradi Østhus 0ed61a1f0f Extended java-client to support the following:
* Unleash - the actual unleash client exposed to the clients.
* Toggle - represents a concrete feature toggle.
* ToggleRepository - the logic to communicate with the unleash-server.
* Strategy - implements the logic associated with strategies. I have also included to common strategies: "Default" and "Unknown".

related to issue #17.
2020-02-20 08:30:07 +01:00
unleash-client-java Extended java-client to support the following: 2020-02-20 08:30:07 +01:00
unleash-server #18 any-db-postgres, dbPool.js 2020-02-20 08:30:07 +01:00
.gitignore
.jshintrc
.travis.yml
LICENSE
README.md Update README.md 2020-02-20 08:30:07 +01:00

unleash

Build Status feature toggle service