Closed achingbrain closed 6 years ago
@achingbrain Thanks for raising this but before we can accept, please can you confirm you have read https://github.com/RuntimeTools/appmetrics-dash/blob/master/CONTRIBUTING.md and added your name to the authors file
Merging #165 into master will decrease coverage by
1.68%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #165 +/- ##
==========================================
- Coverage 65.62% 63.94% -1.69%
==========================================
Files 4 4
Lines 416 416
==========================================
- Hits 273 266 -7
- Misses 143 150 +7
Impacted Files | Coverage Δ | |
---|---|---|
lib/appmetrics-dash.js | 60.26% <100%> (-2.65%) |
:arrow_down: |
lib/classes/collections.js | 66% <0%> (+2%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update bfd0ba5...3c49860. Read the comment docs.
Done!
@tobespc thanks for merging this - when do you think it'll be released?
The current release accepts a
url
option for deploying the dashboard on a custom path, but then uses hard-coded paths for loading the socket.io library and then connecting to the websocket.This PR makes it work with the default path (
/appmetrics-dash
) and also with a custom path specified by the user.