You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/08/05 20:33:15 UTC

[tinkerpop] branch TINKERPOP-1641 updated (b75b349 -> 024e885)

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

spmallette pushed a change to branch TINKERPOP-1641
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard b75b349  Fixed docker/gremlin-server.sh path issues
 discard 6bfddc8  TINKERPOP-1641 Updated dev docs to include libkrb5-dev and krb5-user
 discard 28aee16  TINKERPOP-1641 added exclusion for asm
 discard 11c38e7  Revert "Revert "Adds more travis deps needed for installing PYPI:kerberos""
 discard 534a12a  Revert "Adds more travis deps needed for installing PYPI:kerberos"
 discard 9daf3dc  Adds more travis deps needed for installing PYPI:kerberos
 discard bda14d4  Removes tornado again from python venv because it requires additional apt packages in travis and there are no tests for the tornado functionality
 discard 6d9fcba  Adds libkrb5-dev dependency to travis
 discard 8ee5962  Minor revert code formatting
 discard 9887857  Small textual changes
 discard 32099b0  Moves KdcFixture to gremlin-test to allow for access by GLV's
     add 1d4860f  Tested Gephi Plugin with Gephi 0.9.2 CTR
     add 8bc11f3  Merge branch '3.4-dev'
     add 1c2dfa4  Bumped to Jackson 2.9.10.5. CTR
     add 918bfe1  Merge branch '3.4-dev'
     add 419d724  TINKERPOP-2376 Improved probability distribution on global sample()
     add 4a4debe  Merge branch 'TINKERPOP-2376' into 3.4-dev
     add bbd9b87  Merge branch '3.4-dev'
     add 14986f1  TINKERPOP-2352 Gremlin-python documentation change to suggest pool_size and max_workers be set to 1 in some contexts.
     add 777a701  Merge branch '3.4-dev'
     add 724b3ef  TINKERPOP-2352 restore previous defaults for thread and worker count in Python client.  Add a unit test that explicitly tests multi-threaded use of Client.
     add 7db91b9  Revert a portion of changes from 724b3effcb04745767652609a89c9fc60561f484 keeping the newly added multi-threaded tests CTR
     add f478d8f  Merge branch '3.4-dev'
     add 7894317  Update client.js
     add 25cb5e9  Update changelog CTR
     add 32b37ac  Merge branch '3.4-dev'
     add bc96d0c  Move TINKERPOP-2288 docs to 3.4.8 release CTR
     add 380184b  Merge branch '3.4-dev'
     add 90478bc  Minor fixes to old upgrade docs CTR
     add ecbe15b  Merge branch '3.4-dev'
     add 7f19a99  TinkerPop 3.8.0 release
     add 421f29b  Merge branch '3.4-dev'
     add ce7422c  Merge fix - whitespace CTR
     add 61e9a6e  Add support to provide extra arguments to the Client.submit()
     add bc471fe  Merge branch 'pr-1303'
     add e1ef4ba  Added docs for "per request settings" in js CTR
     add 906add3  TINKERPOP-2394 Unable to use __ class of a custom DSL when passing a script even if this class is imported
     add 4a28117  Merge branch 'pr-1305'
     add 81dde09  Moves KdcFixture to gremlin-test to allow for access by GLV's
     add 2af1725  Small textual changes
     add ed2a668  Minor revert code formatting
     add cb8ae78  Adds libkrb5-dev dependency to travis
     add df7dd52  Removes tornado again from python venv because it requires additional apt packages in travis and there are no tests for the tornado functionality
     add da55cef  Adds more travis deps needed for installing PYPI:kerberos
     add ebd9f4e  Revert "Adds more travis deps needed for installing PYPI:kerberos"
     add 9d4997c  Revert "Revert "Adds more travis deps needed for installing PYPI:kerberos""
     add e66dc2a  TINKERPOP-1641 added exclusion for asm
     add 79a6b84  TINKERPOP-1641 Updated dev docs to include libkrb5-dev and krb5-user
     add 024e885  Fixed docker/gremlin-server.sh path issues

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b75b349)
            \
             N -- N -- N   refs/heads/TINKERPOP-1641 (024e885)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  1 +
 CHANGELOG.asciidoc                                 | 19 +++++++++-
 docs/src/reference/gremlin-applications.asciidoc   |  2 +-
 docs/src/reference/gremlin-variants.asciidoc       | 17 +++++++++
 docs/src/upgrade/release-3.1.x-incubating.asciidoc |  2 +-
 docs/src/upgrade/release-3.2.x-incubating.asciidoc |  2 +-
 docs/src/upgrade/release-3.4.x.asciidoc            | 18 ++++-----
 .../traversal/step/filter/SampleGlobalStep.java    |  9 ++---
 .../groovy/jsr223/GremlinGroovyScriptEngine.java   |  5 ++-
 .../jsr223/GremlinGroovyScriptEngineTest.java      | 13 +++++++
 .../gremlin-javascript/lib/driver/client.js        |  9 +++--
 .../gremlin-javascript/test/unit/client-test.js    | 16 ++++++++
 .../main/python/gremlin_python/driver/client.py    |  6 +--
 .../src/main/python/tests/driver/test_client.py    | 44 +++++++++++++++++++++-
 14 files changed, 135 insertions(+), 28 deletions(-)