2/17/2017 4:25:12 PM
optimizations
|
2/16/2017 6:06:04 PM
Meyer <pierre@mouraf.org>
|
2/16/2017 6:04:19 PM
to specify an ordering in the pagination queries (negative limit means DESC ordering)
* Skip count query when the resultset is too large. This should be fine since the Pagination API specifies that getMaxNbRecords and getTotalNbRecords may not always be accurate -- this is already the case for plugin searches for instance.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/16/2017 7:49:05 AM
MaxNbRecords == TotalNbRecords for get calls, we can
compute the count only once.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
2/16/2017 11:17:39 PM
or creating a payment method when the json payment method section is not specified
|
2/13/2017 10:25:29 PM
for control apis initiating a payment (AUTH, CREDIT, PURCHASE)
The code already supported the model -- see [this test](https://github.com/killbill/killbill/blob/killbill-0.18.3/payment/src/test/java/org/killbill/billing/payment/api/TestPaymentApiWithControl.java#L98), but `DefaultPaymentApi` had a few inconsistencies in terms of `paymentMethodId` assertions.
|
2/10/2017 7:03:35 AM
except account and payment method data.
This can be used to periodically cleanup accounts used for automated testing.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
2/10/2017 6:49:55 AM
Meyer <pierre@mouraf.org>
|
2/10/2017 6:43:43 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|