1/25/2015 4:32:23 PM
the extra in-code tenant check, some tests needed to be fixed (mostly making
sure the mock dao keeps track of the tenant record ids).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/22/2015 7:59:44 PM
from the bundle id, as it is
faked during the dry-run flow.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/22/2015 6:28:28 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/22/2015 2:56:39 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/22/2015 1:46:29 PM
usage of NonEntityDao. Because it doesn't validate the context,
this DAO should only be used internally. InternalCallContextFactory now
features safe wrappers to do the tenant check in code.
This also greatly simplifies the code as the CacheControllerDispatcher
doesn't need to be injected all over the place.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/22/2015 10:05:19 AM
to the id if the external key is not specified. This is aligned with
the behavior of PaymentMethod, Payment and PaymentTransaction.
This fixes https://github.com/killbill/killbill/issues/251.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/21/2015 7:02:04 PM
PlanAligner
In case of CHANGE_OF_PLAN alignment, getTimedPhaseOnChange
was computing the wrong phases when called from the notification queue (after the change).
See https://github.com/killbill/killbill-integration-tests/commit/5278f8515409db300c46e72e0aa841a08af5c1e3
for associated tests.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/21/2015 12:29:44 PM
makes sure the catalog is correctly cached, regardless
of the content of the context object.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/21/2015 11:34:12 AM
transitions
Callers already handle the exception. This prevents corrupting the stream
and should fix https://github.com/killbill/killbill/issues/214.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/21/2015 9:05:48 AM
Meyer <pierre@mouraf.org>
|