grafana / opcua-datasource

An OPC UA datasource for reading from OPC UA servers (DA/HDA/AE) into Grafana directly
GNU Affero General Public License v3.0
54 stars 10 forks source link

Hotfix, dynamic files created by backend moved out of plugin directory #45

Closed sleiban closed 2 years ago

sleiban commented 2 years ago

Files created dynamically by the backend causes the plugin to stop functioning because the files are not in the manifest file. Issure #41

sleiban commented 2 years ago

Hi, @srclosson! Seems like my pr is blocked: "Build is blocked, please, contact repo admin in order to proceed". Could you help me please?

srclosson commented 2 years ago

Will try to look today. I'm in holidays and recovering from surgery, so hoping to be able to get to it today, but wanted to set expectations. 🙂

sleiban commented 2 years ago

No rush! Please, take your time to get well! I hope you get well soon

srclosson commented 2 years ago

@sleiban Okay, I've approved the build. I'm trying to get another dev on this project, so it's not blocking while I'm away. Question: I'm curious about how you made these changes? Were they are config changes in visual studio?

sleiban commented 2 years ago

@srclosson, you were right there was something amiss. The line endings were changed. A new commit to fix this has been added. There are now 2 config files for logging, one for linux/macos and one for windows. The dachboardmapping.db file is moved outside the directory of the plugin. Details in the readme.