ivaosthu
|
ab3694cc94
|
Remove client_strategies table
We can just have a strategies column in the client_applications
table. This solves all our needs, and thus avoids the need
for an extra table.
|
2016-12-09 17:30:12 +01:00 |
|
ivaosthu
|
b56be10276
|
Added enpoint for fetching application implementing a strategy
`/api/client/applications?strategyName=foo` now returns list of
apps implementing that strategy!
|
2016-12-05 22:20:35 +01:00 |
|
ivaosthu
|
10a434a992
|
more tests
|
2016-12-02 17:19:59 +01:00 |
|
sveisvei
|
95388996b9
|
Better client informations from the API.
Impelements:
- http://unleash.host.com/api/client/seen-toggles
- http://unleash.host.com/api/metrics/feature-toggles
- http://localhost:4242/api/client/applications
- http://localhost:4242/api/client/applications/:appName
|
2016-11-30 19:03:21 +01:00 |
|
sveisvei
|
bb4cf30d22
|
add tests, rename folders to ava defaults for helpers/fixtures, remove migration og
|
2016-11-13 20:33:23 +01:00 |
|
sveisvei
|
2f6c43052d
|
use ava as testrunner
|
2016-11-13 15:59:35 +01:00 |
|
ivaosthu
|
f4e2bf50a6
|
added e2e for metrics api
|
2016-11-11 17:39:33 +01:00 |
|