unleash 0.1.6 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/TODO.md DELETED
@@ -1,37 +0,0 @@
1
- TODO
2
- ====
3
-
4
- The Ruby client should be pretty stable now. But no warranty is given, and some work still remains.
5
-
6
-
7
- Implement:
8
- ----------
9
- * Document writing of custom strategies.
10
-
11
- To test: (and write tests for)
12
- --------
13
- * MetricsReporter
14
- * everything else :)
15
-
16
- To consider:
17
- ------------
18
- * Not using class hierarchy for strategies (more duck typing)
19
- * Better compliance to https://github.com/rubocop-hq/ruby-style-guide
20
- * Reduce the amount of comments and logs
21
-
22
- DONE:
23
- -----
24
- * Client registration with the server.
25
- * Reporter of the status of the feature toggles used.
26
- * Abstract the Thread/sleep loop with scheduled_executor
27
- * Thread the Reporter code
28
- * Tests for All of strategies
29
- * Configure via yield/blk
30
- * Configurable Logging (logger + level)
31
- * Switch hashing function to use murmurhash3 as per https://github.com/Unleash/unleash/issues/247
32
- * Document usage with Rails
33
- * Support for allowing custom strategies.
34
- * Possibility for custom HTTP headers when interacting with unleash server.
35
- * Implement spec test for ruby client specs using https://github.com/Unleash/client-specification/blob/master/05-gradual-rollout-random-strategy.json (similar to the examples below) to ensure consistent client behaviour.
36
- * java: https://github.com/Unleash/unleash-client-java/compare/master...integration-spec
37
- * node: https://github.com/Unleash/unleash-client-node/compare/client-specification?expand=1