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
Any widgets and/or jobs from the package are now available when building dashboards.
Proposed External Package Structure
External packages should have a /widgets folder that contains any widgets they want to add. Similarly, they should have a /jobs folder that contains any jobs they want to add.
Open questions
How are external jobs configured (interval, usernames, etc.)?
Should all jobs from a package be run automatically once the package is added or should they need to be configured further first?
The text was updated successfully, but these errors were encountered:
This issue covers adding support for bringing in external widgets and jobs (maybe even dashboards?) using packages.
The desired workflow would be something like this, similar to how external scripts are used in Hubot:
> yarn add handsome-custom-widget
external.json
:Proposed External Package Structure
External packages should have a
/widgets
folder that contains any widgets they want to add. Similarly, they should have a/jobs
folder that contains any jobs they want to add.Open questions
The text was updated successfully, but these errors were encountered: