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 2019/07/08 16:32:10 UTC

[tinkerpop] branch master updated (199c910 -> 64dd7e5)

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

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


    from 199c910  Merge branch 'tp34'
     add 1de184f  TINKERPOP-1619 Treat optional() traversal as local child
     new ad0e989  Merge branch 'TINKERPOP-1619' into tp33
     new 2d6af03  Merge branch 'tp33' into tp34
     new 64dd7e5  Merge branch 'tp34'

The 3 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:
 CHANGELOG.asciidoc                                      |  1 +
 .../process/traversal/step/branch/OptionalStep.java     |  1 +
 .../gremlin/tinkergraph/structure/TinkerGraphTest.java  | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)


[tinkerpop] 01/03: Merge branch 'TINKERPOP-1619' into tp33

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit ad0e9890483212d89a9652be39271c1053e23c5b
Merge: 2aea5a8 1de184f
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 8 12:31:23 2019 -0400

    Merge branch 'TINKERPOP-1619' into tp33

 CHANGELOG.asciidoc                                      |  1 +
 .../process/traversal/step/branch/OptionalStep.java     |  1 +
 .../gremlin/tinkergraph/structure/TinkerGraphTest.java  | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)

diff --cc CHANGELOG.asciidoc
index 8c2ff4f,3a17028..81f345c
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -30,8 -29,7 +30,9 @@@ image::https://raw.githubusercontent.co
  * Improved exception and messaging for gt/gte/lt/lte when one of the object isn't a `Comparable`.
  * Added test infrastructure to check for storage iterator leak.
  * Fixed multiple iterator leaks in query processor.
+ * Fixed `optional()` so that the child traversal is treated as local.
 +* Changed default keep-alive time for driver to 3 minutes.
 +* Fixed bug where server-side keep-alive was not always disabled when its setting was zero.
  * Improved error messaging for invalid inputs to the TinkerGraph `IdManager` instances.
  * Forced replacement of connections in Java driver for certain exception types that seem to ultimately kill the connection.
  * Changed the `reverse()` of `desc` and `asc` on `Order` to not use the deprecated `decr` and `incr`.


[tinkerpop] 03/03: Merge branch 'tp34'

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 64dd7e5a14538b69a208e6719f8cc645865df398
Merge: 199c910 2d6af03
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 8 12:31:56 2019 -0400

    Merge branch 'tp34'

 CHANGELOG.asciidoc                                      |  1 +
 .../process/traversal/step/branch/OptionalStep.java     |  1 +
 .../gremlin/tinkergraph/structure/TinkerGraphTest.java  | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)



[tinkerpop] 02/03: Merge branch 'tp33' into tp34

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

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 2d6af0331bbdcc1283ee32e8ee616bd49991073f
Merge: a62dc4f ad0e989
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 8 12:31:42 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc                                      |  1 +
 .../process/traversal/step/branch/OptionalStep.java     |  1 +
 .../gremlin/tinkergraph/structure/TinkerGraphTest.java  | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)