stephenyeargin / hubot-grafana

📈🤖 Query Grafana dashboards
http://docs.grafana.org/tutorials/hubot_howto/
MIT License
154 stars 48 forks source link

RFC: Switch to regular JavaScript, replace Knox with AWS S3 SDK #152

Closed stephenyeargin closed 1 year ago

stephenyeargin commented 1 year ago

Reasoning

(1) Hubot has long since abandoned CoffeeScript as its primary scripting language, and it is likely limiting the overall interest in contributing to the project.

(2) Knox is abandonware and uses a vulnerable version of request. This trades some features that Knox had (such as connecting to S3-compatible providers) for a better supported dependency.

Fixes #37