1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

3 Commits

Author SHA1 Message Date
Chris Cummer
31926fd4a7
Integrate vendored NewRelic dependency (#767)
The NewRelic module relies on yfronto/newrelic, which no longer exists.
yfronto deleted that directory quite awhile ago, and since then it has
been vendored.

But vendoring a missing repository creates problems when trying to
update the vendored code.

This PR brings the yfronto/newrelic code into the mainline.

Signed-off-by: Chris Cummer <chriscummer@me.com>
2019-12-01 20:47:02 -08:00
Sean Smith
29e67a0d8a Decouple newrelic client and widget
Have widget manage config
Have client handle communication
2019-02-18 16:55:22 -05:00
Sean Smith
8030380f89 Migrate all modules to their own subfolder
Handles #375
2019-02-18 11:16:34 -05:00