You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the frog-uhm project, adding sensors for webctrl for example, requires modifying webctrl-config.toml and value-remap.toml.
According to my guesswork, as the only thing that can be used as guidance here is copy and paste based on other sensors, the webctrl-config.toml defines the names, whereas the value-remap.toml maps it to a purpose id. While I wish I could version them both, webctrl-config.toml, which is not versioned in this repo, contains username and password to the API.
As such, versioning one file and leaving the other up on the server will lead to confusion, at best.
This won't be fixed since the new pipeline is on it's way.
@matthew-schultz here is a clear example of how much bad design can cost us.
The text was updated successfully, but these errors were encountered:
For future reference,
Versioning configs is currently non viable.
For the frog-uhm project, adding sensors for webctrl for example, requires modifying webctrl-config.toml and value-remap.toml.
According to my guesswork, as the only thing that can be used as guidance here is copy and paste based on other sensors, the webctrl-config.toml defines the names, whereas the value-remap.toml maps it to a purpose id. While I wish I could version them both, webctrl-config.toml, which is not versioned in this repo, contains username and password to the API.
As such, versioning one file and leaving the other up on the server will lead to confusion, at best.
This won't be fixed since the new pipeline is on it's way.
@matthew-schultz here is a clear example of how much bad design can cost us.
The text was updated successfully, but these errors were encountered: