Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix coordinator leader proxy in druid console server (#17)
* fix coordinator leader proxy in druid console server Druid coordinator leader API includes scheme after [this change](apache/druid@2ecebb3#diff-2ed9a00e63ba80d914302e0f4b2a18b4R74). This fix handles that case instead of breaking and loading nothing * build fix: tested with node 6 and 8 lts versions, updated dependencies as necessary, still a couple of failing tests locally * remove unnecessary line * simplify * use zk stuff from locators package instead of internal zookeeperLocator.js * i guess this gets added too? * update express from 3.x to 4.x, some other npm dependencies, mild refactor of server code * formatting * cleanup * fix tests after were broken by c96565b and never updated * run unit-tests in travis with headless chrome, junit output * travis fix * another travis fix, sudo required due to travis-ci/travis-ci#8836
- Loading branch information