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 2018/06/18 17:35:50 UTC

[1/2] tinkerpop git commit: Merge branch 'TINKERPOP-1979' into tp33

Repository: tinkerpop
Updated Branches:
  refs/heads/master b21436999 -> c811ee907


Merge branch 'TINKERPOP-1979' into tp33


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

Branch: refs/heads/master
Commit: ba82a5c90c5982449691dcba8c7b3085dd28e5c1
Parents: 9ee1ea6 a6e0a2d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jun 18 13:35:33 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jun 18 13:35:33 2018 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                              |  1 +
 .../process/traversal/step/map/MathStep.java    | 64 ++++++++++++++++----
 .../process/traversal/step/map/MathTest.java    | 32 ++++++++++
 3 files changed, 85 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ba82a5c9/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index d610510,edbb009..7004379
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -25,8 -25,8 +25,9 @@@ image::https://raw.githubusercontent.co
  
  This release also includes changes from <<release-3-2-10, 3.2.10>>.
  
 +* Removed `timedInterrupt` from documentation as a way to timeout.
  * Deprecated `Order` for `incr` and `decr` in favor of `asc` and `desc`.
+ * Fixed bug in `math()` for OLAP where `ComputerVerificationStrategy` was incorrectly detecting path label access and preventing execution.
  
  [[release-3-3-3]]
  === TinkerPop 3.3.3 (Release Date: May 8, 2018)


[2/2] tinkerpop git commit: Merge branch 'tp33'

Posted by sp...@apache.org.
Merge branch 'tp33'


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

Branch: refs/heads/master
Commit: c811ee907cc79712f595c9f846a3e3b1ac0edf17
Parents: b214369 ba82a5c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jun 18 13:35:42 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jun 18 13:35:42 2018 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------