You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2017/06/07 00:32:48 UTC

[28/28] incubator-guacamole-client git commit: GUACAMOLE-102: Merge support for weighted least-connections (WLC) balancing algorithm.

GUACAMOLE-102: Merge support for weighted least-connections (WLC) balancing algorithm.


Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/eb087ae2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/eb087ae2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/eb087ae2

Branch: refs/heads/master
Commit: eb087ae290943d076ece1e3c80cae02034af5710
Parents: 91920d0 d8ba0f8
Author: Michael Jumper <mj...@apache.org>
Authored: Tue Jun 6 17:30:47 2017 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue Jun 6 17:30:47 2017 -0700

----------------------------------------------------------------------
 .../guacamole/auth/jdbc/JDBCEnvironment.java    |  2 +-
 .../auth/jdbc/connection/ConnectionModel.java   | 32 ++++++++++++++++
 .../auth/jdbc/connection/ModeledConnection.java | 40 ++++++++++++++++++++
 .../RestrictedGuacamoleTunnelService.java       | 33 +++++++++++++++-
 .../src/main/resources/translations/en.json     |  7 +++-
 .../schema/001-create-schema.sql                |  5 ++-
 .../schema/upgrade/upgrade-pre-0.9.14.sql       | 25 ++++++++++++
 .../auth/jdbc/connection/ConnectionMapper.xml   | 19 +++++++---
 .../schema/001-create-schema.sql                |  3 ++
 .../schema/upgrade/upgrade-pre-0.9.14.sql       | 25 ++++++++++++
 .../auth/jdbc/connection/ConnectionMapper.xml   | 19 +++++++---
 11 files changed, 192 insertions(+), 18 deletions(-)
----------------------------------------------------------------------