-
Notifications
You must be signed in to change notification settings - Fork 15
Add header command setting #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b60c0d4
to
93a6f0d
Compare
14dd5c4
to
0fdc6f5
Compare
It seems the default is to say a test fails but give no explanation as to why.
0fdc6f5
to
06c7fb0
Compare
Qodana Community for JVM55 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2.6
with:
upload-result: true Contact Qodana teamContact us at qodana-support@jetbrains.com
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could use a bit of beefing up of the header command escaping. Check https://github.com/coder/coder/blob/main/cli/configssh.go#L787-L810 to see what we currently do in the CLI, that seems like it could be applicable here.
src/main/kotlin/com/coder/gateway/sdk/CoderRestClientService.kt
Outdated
Show resolved
Hide resolved
c5cd71f
to
dbaf564
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks OK to me. I tagged @mafredri to take a look as they've had to wrestle with this in the past.
Looks OK to me too! |
Closes #293