Slackbot
03/25/2020, 1:14 PMgammax
03/25/2020, 4:58 PMv3.2.0
after https://github.com/ChuckerTeam/chucker/pull/250 gets merged?Vova Buberenko
03/26/2020, 10:24 AMrelease
branch.
2. Chucker 3.x.x will move to some release-archive
branch and will receive some updates (fixes, etc. which don’t require usage of newer OkHttp) for some time (~ 6 months might be enough).gammax
03/30/2020, 4:29 PMVova Buberenko
04/06/2020, 10:04 AMdevelop
to release
. The reason - avoid users confusion by having Readme not aligned with latest stable release. For example, recently we had that skip interceptor feature and it was described in Readme visible to all users, while actually it wasn’t deployed in stable releases. Some users might find out library and that feature (for example) could be a killer feature for selection for them and after adding the dependency they would end up without described feature and being frustrated.
With release
being the default branch we can avoid such issue. Yeah, contributors will have to update target branch manually, but it is as big problem as having invalid info visible.
Any objections?gammax
05/27/2020, 4:29 PM<string name="chucker_name">MyNetworkingLibrary</string>
• The error tab will stay till we release 4.0. You can override <string name="chucker_network_tutorial">
And write something like that this tab is unused and is going to be removed “soon” ™️ .voben
05/30/2020, 5:46 AMmockWebServer.takeRequest()
. I’m currently mocking chucker. Is that what I should be doing? Here’s what my okhttpclient creation code looks like. Any ideas would be great
fun createOkHttpClient(tokenInterceptor: TokenInterceptor, chuckerInterceptor: ChuckerInterceptor): OkHttpClient {
val builder = OkHttpClient.Builder().addInterceptor(tokenInterceptor)
if (BuildConfig.DEBUG) {
builder.addInterceptor(chuckerInterceptor)
}
return builder.build()
}
gammax
05/30/2020, 12:03 PM-no-op
variant in your test configurationMiSikora
07/10/2020, 7:58 AM4.0
branch from development
branch just for now (or maybe after 3.3.0
is released)?
I’d like to play around with some ideas when it comes to the Chucker APIs in the next major release and create issues or PRs.Colton Idle
07/16/2020, 4:56 AMColton Idle
07/16/2020, 3:59 PMColton Idle
08/12/2020, 9:44 PMColton Idle
08/12/2020, 9:51 PMResponse<MyResponseType>
instead of Response<Void>
and now everything shows in chucker... going to dig a bit more because that does NOT seem right. Even with Response<Void> I should be getting a proper body showing in chucker.
Edit: Yep. Changed back to Response<Void>
and now chucker shows an empty response. This is not how Chuck used to work? Still investigating...Colton Idle
08/19/2020, 4:52 AMColton Idle
09/11/2020, 5:12 AMVova Buberenko
09/30/2020, 5:24 PMColton Idle
10/02/2020, 1:30 AMX-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=2100 ; includeSubDomains
X-Frame-Options: DENY
Date: Fri, 02 Oct 2020 01:22:11 GMT
Transfer-Encoding: chunked
Connection: keep-alive
in Charles I see this
HTTP/1.1 200
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
Strict-Transport-Security: max-age=2100 ; includeSubDomains
X-Frame-Options: DENY
Date: Fri, 02 Oct 2020 01:22:11 GMT
Transfer-Encoding: chunked
Connection: keep-alive
In this case, the payload to me is "empty" but I don't see an empty state. Is this because I still have headers? Will I see empty state if headers are missing as well?Tayfun Cesur
12/12/2020, 9:44 PMRetentionManager
It has ONE_HOUR minimum but it may not be enough for everyone. I'd prefer to have retentionPeriod : Long
instead of enum.
Before I create a feature request, I wanted to ask here first in case of I missed sth. Please tell me, if I did.
And let me know your thoughts about having long retentionPeriod.
Thanks in advance :)jeff
01/06/2021, 7:55 PMmiqbaldc
01/13/2021, 1:33 PMrezenebe
01/19/2021, 6:54 PMSairaj
03/28/2021, 7:29 PM.addBodyDecoder(decoder)
builder method in v3.4.0. Can someone help?Bilgehan KALKAN
04/13/2021, 8:59 AMSairaj
04/28/2021, 4:01 AMjava.lang.RuntimeException: Duplicate class kotlinx.coroutines.AbstractCoroutine found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.Active found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitAll found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitAll$AwaitAllNode found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitAll$DisposeHandlersOnCancel found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitKt found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitKt$awaitAll$1 found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitKt$awaitAll$2 found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitKt$joinAll$1 found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.AwaitKt$joinAll$3 found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.BeforeResumeCancelHandler found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.BlockingCoroutine found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.BlockingEventLoop found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
Duplicate class kotlinx.coroutines.BuildersKt found in modules jetified-kotlinx-coroutines-core-1.4.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1) and jetified-kotlinx-coroutines-core-jvm-1.4.3.jar (org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.3)
miqbaldc
04/28/2021, 9:10 AMColton Idle
06/09/2021, 6:58 PMColton Idle
07/29/2021, 6:33 PMColton Idle
08/10/2021, 6:33 AMColton Idle
08/31/2021, 4:55 PMmiqbaldc
10/06/2021, 7:06 AMmiqbaldc
10/06/2021, 7:06 AMgammax
10/06/2021, 10:04 AM