1 new commit in galaxy-central:
https://bitbucket.org/galaxy/galaxy-central/commits/ddf23ee62758/ Changeset: ddf23ee62758 User: jmchilton Date: 2014-10-31 18:41:30+00:00 Summary: Update and fix the version of node-http-proxy used by dynamic proxy. Upgrade with:
% cd lib/galaxy/web/proxy/js % npm install
Hoping to fix problems encountered by Bjoern or at least eliminate differences in our respective environments. Affected #: 1 file
diff -r a0061d1183cbac2308357dcc43276ac8c3bce3fe -r ddf23ee6275837e3ca25ca5c51c43ec68a7432d8 lib/galaxy/web/proxy/js/package.json --- a/lib/galaxy/web/proxy/js/package.json +++ b/lib/galaxy/web/proxy/js/package.json @@ -11,7 +11,7 @@ "url": "https://bitbucket.org/galaxy/galaxy-central" }, "dependencies": { - "http-proxy": "~1.1", + "http-proxy": "1.6.0", "commander": "~2.2", "sqlite3": "3.0.2" }
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org