You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by jm...@apache.org on 2016/08/20 21:52:12 UTC

[4/4] incubator-guacamole-client git commit: GUACAMOLE-76: Merge performance improvements to connection tree query.

GUACAMOLE-76: Merge performance improvements to connection tree query.


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/54f38b10
Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/54f38b10
Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/54f38b10

Branch: refs/heads/master
Commit: 54f38b107c6fde0927e29604ab85bea1d85a9c42
Parents: 8564f05 5794338
Author: James Muehlner <ja...@guac-dev.org>
Authored: Sat Aug 20 14:51:33 2016 -0700
Committer: James Muehlner <ja...@guac-dev.org>
Committed: Sat Aug 20 14:51:33 2016 -0700

----------------------------------------------------------------------
 .../auth/jdbc/connection/ConnectionModel.java   | 34 ++++++++++
 .../auth/jdbc/connection/ModeledConnection.java |  9 +--
 .../connectiongroup/ConnectionGroupModel.java   | 70 ++++++++++++++++++++
 .../connectiongroup/ModeledConnectionGroup.java | 11 +--
 .../sharingprofile/SharingProfileMapper.java    | 39 -----------
 .../sharingprofile/SharingProfileService.java   | 38 -----------
 .../MySQLAuthenticationProviderModule.java      |  6 +-
 .../auth/jdbc/connection/ConnectionMapper.xml   | 38 +++++++++--
 .../connectiongroup/ConnectionGroupMapper.xml   | 63 ++++++++++++++++--
 .../sharingprofile/SharingProfileMapper.xml     | 21 +-----
 .../PostgreSQLAuthenticationProviderModule.java |  5 +-
 .../auth/jdbc/connection/ConnectionMapper.xml   | 38 +++++++++--
 .../connectiongroup/ConnectionGroupMapper.xml   | 63 ++++++++++++++++--
 .../sharingprofile/SharingProfileMapper.xml     | 19 ------
 .../app/rest/services/connectionGroupService.js |  8 +++
 .../app/rest/services/connectionService.js      |  8 +++
 .../app/rest/services/sharingProfileService.js  |  8 +++
 17 files changed, 324 insertions(+), 154 deletions(-)
----------------------------------------------------------------------