-
Notifications
You must be signed in to change notification settings - Fork 70
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
Custom HTTP Headers #633
Custom HTTP Headers #633
Conversation
@SpencerTorres Thanks for this! It looks like there's a bunch of extra historical commits on this branch, would you be able to look into this? |
This was developed on the v4 branch which is what I'm merging in to. The file changes look correct, but I think all the commits were squashed in that first v4.x PR edit: Did some git surgery and removed the un-squashed commits |
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've left one detail, but it's quite important.
BTW should this be mentioned in README? Would be great if we mention how to use it in JSON configuration: https://github.com/grafana/clickhouse-datasource?tab=readme-ov-file#with-a-configuration-file
764ad8f
to
4d7690b
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.
Just one UI thing that needs to be fixed.
🚀 Looks great aside from that
Fixed the input box width for small screens, thanks! |
Closing since this was included in #666 |
Allows adding custom HTTP headers. (Requested in #626)
jsonData
.jsonData
.secureJsonData
.Includes frontend + backend changes.
Also includes some label updates to the config page when selecting a port.