You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2020/07/29 12:17:11 UTC

[guacamole-client] branch master updated (8d864be -> 9863aec)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 8d864be  GUACAMOLE-1082: Merge add guacamole-auth-cas to Docker script
     add 34130f5  GUACAMOLE-919: pass through defaultStatementTimeout
     add 306e1ad  GUACAMOLE-919: pass postgres driver socketTimout
     add 0528ca0  GUACAMOLE-919: make defaultStatementTimeout an int
     add 6cf9787  GUACAMOLE-919: Fix style issues, improve comments.
     add 20b1dbf  GUACAMOLE-919: More updates to style and comments.
     add a1922b6  GUACAMOLE-919: Whitespace fix
     new 9863aec  GUACAMOLE-919: Merge implement PostgreSQL defaultStatementTimeout and socketTimeout

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../PostgreSQLAuthenticationProviderModule.java    | 15 +++++++
 .../postgresql/conf/PostgreSQLEnvironment.java     | 48 ++++++++++++++++++++++
 .../conf/PostgreSQLGuacamoleProperties.java        | 30 ++++++++++++++
 guacamole-docker/bin/start.sh                      |  8 ++++
 4 files changed, 101 insertions(+)


[guacamole-client] 01/01: GUACAMOLE-919: Merge implement PostgreSQL defaultStatementTimeout and socketTimeout

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 9863aec9f67f0376c2ace3b4795690d2c39405f7
Merge: 8d864be a1922b6
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Wed Jul 29 08:17:02 2020 -0400

    GUACAMOLE-919: Merge implement PostgreSQL defaultStatementTimeout and socketTimeout

 .../PostgreSQLAuthenticationProviderModule.java    | 15 +++++++
 .../postgresql/conf/PostgreSQLEnvironment.java     | 48 ++++++++++++++++++++++
 .../conf/PostgreSQLGuacamoleProperties.java        | 30 ++++++++++++++
 guacamole-docker/bin/start.sh                      |  8 ++++
 4 files changed, 101 insertions(+)