Skip to content
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

feat(influxdb): add path and protocol to config input #206

Merged
merged 8 commits into from
Nov 22, 2024

Conversation

maurerle
Copy link
Contributor

@maurerle maurerle commented Nov 8, 2024

Draft PR to add protocol and path to influxdb client

closes #205

@haas-ac haas-ac force-pushed the add_influxdb_config_params branch from 89e6af6 to e1e94dc Compare November 8, 2024 14:45
@maurerle
Copy link
Contributor Author

maurerle commented Nov 8, 2024

tested and works well :)

@mman
Copy link
Collaborator

mman commented Nov 11, 2024

This looks pretty clean and nice @maurerle, let me please just re-test it in my environments and I think it will be ready to merge...

@mman
Copy link
Collaborator

mman commented Nov 18, 2024

@maurerle I have (with your kind permission) adjusted couple things to make it better fit the rest of the code.

The InfluxDB settings layout is now responsive single line to consume less space. The http|https is now specified for app config where I think it belongs, and not just for the InflxuDBBackend... the rest is just tweaks and housekeeping and addressing TS errors...

Could you please test whether it works as expected before we merge it?

@maurerle
Copy link
Contributor Author

works well, LGTM :)

@mman mman merged commit 5508a88 into victronenergy:main Nov 22, 2024
@maurerle maurerle deleted the add_influxdb_config_params branch November 22, 2024 16:11
mman pushed a commit that referenced this pull request Dec 16, 2024
# [1.4.0](1.3.1...1.4.0) (2024-12-16)

### Bug Fixes

* Add Filter/Close button to device pills ([ed4812b](ed4812b))
* Clarify measurements/sec on Dashboard ([70962e6](70962e6))
* Display VRM token name/id in UI ([8b60d91](8b60d91))
* Implement basic log filtering ([e0bff62](e0bff62))
* Implement correct log filtering for VRM devices ([cbf044b](cbf044b))
* Improve Troubleshooting page experience ([0de2907](0de2907))
* Show badge close button to indicate filter is active ([3298db5](3298db5))
* Turn AppContent into flex container ([4d98480](4d98480))
* Use `idAccessToken` returned via `/me` endpoint to derive VRM token name ([80c6b57](80c6b57))
* Use `My Installations`, and `Other` in VRM settings ([66e65fa](66e65fa))
* Validate VRM token on refresh, determine token name ([5b04cba](5b04cba))

### Features

* Allow custom per device MQTT subscription ([1b06965](1b06965))
* **influxdb:** add path and protocol to config input ([#206](#206)) ([5508a88](5508a88))
@mman
Copy link
Collaborator

mman commented Dec 16, 2024

🎉 This PR is included in version 1.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@mman mman added the released label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: support directory path in influxdb uri and HTTPS requests to influxdb
3 participants