|
11/2/2015 11:54:54 PM
those are not simply at tyhe account level. See #122
The core needs to compute the transition at the subscription level by first aggregating over all BlockingStates across ACCOUNT, SUBSCRIPTION_BUNDLE and SUBSCRIPTION matching a given subscription.
|
11/2/2015 11:53:39 PM
blockingstate when computing the 'current' state for that date
|
11/2/2015 11:51:46 PM
(missing filtering on blockableId when computing the BlockingState for a given subscription
|
|
11/2/2015 6:25:05 PM
unused api `getCurrentStateForService(final String serviceName)`. The api is useful but the implementation was (probably) incorrect and since this is unused i went for simplification
Simplify EventsStream (the entitlement system *only* cancels at the subscription level) so no need to check at bundle or account level. Also there was a bug in that logic anyways.
Addresses Code review remark for fd7c0c1760eaaab493019b6c1fd855f1c47ca3e6
|
11/1/2015 11:15:03 PM
types anf fix broken tests
|
10/31/2015 10:42:32 PM
testBlockBundle currently fails due to #430
|
|
|