You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2018/08/30 14:31:20 UTC

[36/50] tinkerpop git commit: Merge branch 'TINKERPOP-1977' into tp32

Merge branch 'TINKERPOP-1977' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b08d0d85
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b08d0d85
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b08d0d85

Branch: refs/heads/TINKERPOP-1774
Commit: b08d0d8569a1a6fb13f3c015df3e69604df7b1e7
Parents: 675c077 e61fcf1
Author: Jorge Bay Gondra <jo...@gmail.com>
Authored: Thu Aug 23 14:50:14 2018 +0200
Committer: Jorge Bay Gondra <jo...@gmail.com>
Committed: Thu Aug 23 14:50:14 2018 +0200

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  1 +
 docs/src/reference/gremlin-variants.asciidoc    |  8 ++
 .../upgrade/release-3.2.x-incubating.asciidoc   |  2 +
 .../main/javascript/gremlin-javascript/index.js |  8 +-
 .../lib/driver/auth/authenticator.js            | 38 ++++++++
 .../auth/mechanisms/sasl-mechanism-base.js      | 52 +++++++++++
 .../auth/mechanisms/sasl-mechanism-plain.js     | 96 ++++++++++++++++++++
 .../auth/plain-text-sasl-authenticator.js       | 55 +++++++++++
 .../lib/driver/auth/sasl-authenticator.js       | 49 ++++++++++
 .../lib/driver/driver-remote-connection.js      | 85 ++++++++++-------
 .../lib/driver/remote-connection.js             |  5 +-
 .../javascript/gremlin-javascript/lib/utils.js  | 23 ++++-
 .../gremlin-javascript/test/helper.js           | 11 +++
 .../integration/sasl-authentication-tests.js    | 63 +++++++++++++
 14 files changed, 461 insertions(+), 35 deletions(-)
----------------------------------------------------------------------