Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 3c8278c1bae103d5aaa3d264748c5f9049474dba https://github.com/galaxyproject/galaxy/commit/3c8278c1bae103d5aaa3d264748c5... Author: Eric Rasche <rasche.eric@gmail.com> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M config/galaxy.ini.sample M lib/galaxy/config.py M lib/galaxy/web/base/interactive_environments.py M lib/galaxy/web/proxy/__init__.py Log Message: ----------- Implement new GIE proxy This provides an alternative proxy to the original NodeJS proxy. The implementation is done in golang, which has the nice property of compiling to a single binary. While it's a negative in terms of number of devteam who write that language, I'd argue it's not that much worse than nodejs in terms of accessibility. Features include: - Simple rest-ish API instead of file-based IPC - Automatic culling of containers, no more monitor_traffic.sh hacks - Admin configurable, cross GIE timeout setting Commit: 7830ee8724f488e1ea3efe49a8557aed74114811 https://github.com/galaxyproject/galaxy/commit/7830ee8724f488e1ea3efe49a8557... Author: Eric Rasche <rasche.eric@gmail.com> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M config/galaxy.ini.sample M lib/galaxy/config.py Log Message: ----------- Address @mvdbeek's issues Commit: 5bfb87204841ddf566d078555e9f0458dd407de5 https://github.com/galaxyproject/galaxy/commit/5bfb87204841ddf566d078555e9f0... Author: Eric Rasche <rasche.eric@gmail.com> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M lib/galaxy/web/proxy/__init__.py Log Message: ----------- Remove logging Commit: d7ed11477bbe50e4f058f389ebb753b412ac7000 https://github.com/galaxyproject/galaxy/commit/d7ed11477bbe50e4f058f389ebb75... Author: Eric Rasche <rasche.eric@gmail.com> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M lib/galaxy/web/base/interactive_environments.py M lib/galaxy/web/proxy/__init__.py Log Message: ----------- Whitespace changes for travis Commit: 4c6cf5d4f9e2ecec8eb379ef8075ef20fb1da8fc https://github.com/galaxyproject/galaxy/commit/4c6cf5d4f9e2ecec8eb379ef8075e... Author: Eric Rasche <rasche.eric@gmail.com> Date: 2016-02-26 (Fri, 26 Feb 2016) Changed paths: M lib/galaxy/config.py Log Message: ----------- Typo in config causes first run to fail Commit: e37761346625aed03af3bdee337686b0e697fd7a https://github.com/galaxyproject/galaxy/commit/e37761346625aed03af3bdee33768... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2016-04-05 (Tue, 05 Apr 2016) Changed paths: M config/galaxy.ini.sample M lib/galaxy/config.py M lib/galaxy/web/base/interactive_environments.py M lib/galaxy/web/proxy/__init__.py Log Message: ----------- Merge pull request #1807 from erasche/gie-go-proxy-2 Implement new GIE proxy Compare: https://github.com/galaxyproject/galaxy/compare/1543f0d92507...e37761346625