1/24/2017 5:25:11 PM
a new update mode (treatNullAsReset). Fixes #685
|
1/24/2017 4:53:47 PM
remove duplicate method basicRequestOptions() (and use requestOptions instaed all throughout our tests)
|
|
|
1/24/2017 4:35:09 PM
beatrix tests wasn't enough.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/24/2017 4:19:59 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/24/2017 4:17:27 PM
Meyer <pierre@mouraf.org>
|
1/24/2017 3:21:17 PM
way to cut down our build time.
It's also a work-around for flaky tests (see https://github.com/killbill/killbill/issues/485).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/24/2017 5:56:32 AM
time limit for jobs (50').
Let's see if reducing log output helps speed them up (less I/O?),
otherwise we may have to disable some tests.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/24/2017 5:53:34 AM
triggered when limit == 1 and offset == -1.
In that case, exact match queries only are performed and the first result is returned.
This is to optimize the case when the user knows the email or name for example.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|