[44/50] tinkerpop git commit: TinkerPop 3.2.8 release

2018-04-10 Thread dkuppitz
TinkerPop 3.2.8 release Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/004e7215 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/004e7215 Diff:

[25/50] tinkerpop git commit: TINKERPOP-1854 Add lambda properties to ILambda interface

2018-04-10 Thread dkuppitz
TINKERPOP-1854 Add lambda properties to ILambda interface Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/820adc44 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/820adc44 Diff:

[42/50] tinkerpop git commit: Minor bug fix to the graphson type serializer

2018-04-10 Thread dkuppitz
Minor bug fix to the graphson type serializer There was no need to test for string JsonTokens - just needed to pass all other "shapes" through to check for type info. Credit to kevin gallardo for the fix. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[40/50] tinkerpop git commit: Updated .NET version in Dockerfile for the tinkerpop:base image

2018-04-10 Thread dkuppitz
Updated .NET version in Dockerfile for the tinkerpop:base image Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f972d117 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f972d117 Diff:

[22/50] tinkerpop git commit: TINKERPOP-1919 Add Lambda support to Gremlin.Net

2018-04-10 Thread dkuppitz
TINKERPOP-1919 Add Lambda support to Gremlin.Net This adds a Lambda class that can be used to construct Groovy or Python lambdas. The Lambda class implements all interfaces that mirror Javas functional interfaces like Function. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[28/50] tinkerpop git commit: Updated NOTICE for netty after version bump to 4.0.56 CTR

2018-04-10 Thread dkuppitz
Updated NOTICE for netty after version bump to 4.0.56 CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3aa73366 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3aa73366 Diff:

[2/2] tinkerpop git commit: TINKERPOP-1912 Removed MD5 checksums from release

2018-04-10 Thread dkuppitz
TINKERPOP-1912 Removed MD5 checksums from release Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/17bf6efe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/17bf6efe Diff:

[30/50] tinkerpop git commit: Included more info in GraphSON error messaging CTR

2018-04-10 Thread dkuppitz
Included more info in GraphSON error messaging CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b5242254 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b5242254 Diff:

[23/50] tinkerpop git commit: TINKERPOP-1854 Make Lambda implementation internal

2018-04-10 Thread dkuppitz
TINKERPOP-1854 Make Lambda implementation internal Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7fbb7790 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7fbb7790 Diff:

[35/50] tinkerpop git commit: run Spark integration tests in Travis

2018-04-10 Thread dkuppitz
run Spark integration tests in Travis Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bddc7560 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bddc7560 Diff:

[20/50] tinkerpop git commit: Merge branch 'TINKERPOP-1896' into tp32

2018-04-10 Thread dkuppitz
Merge branch 'TINKERPOP-1896' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1ea01ad2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1ea01ad2 Diff:

[38/50] tinkerpop git commit: TINKERPOP-1880 Update .NET dev env doc

2018-04-10 Thread dkuppitz
TINKERPOP-1880 Update .NET dev env doc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbdce111 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cbdce111 Diff:

[14/50] tinkerpop git commit: TINKERPOP-1892 Fix ignoring of test scenarios in Gremlin.Net CTR

2018-04-10 Thread dkuppitz
TINKERPOP-1892 Fix ignoring of test scenarios in Gremlin.Net CTR Without this fix, all following scenarios after one ignored scenario in the same feature weren't parsed at all. This also revealed another failing scenario that needed to be ignored for now. Project:

[32/50] tinkerpop git commit: Shorten logging by maven by hiding "Downloading..." messages

2018-04-10 Thread dkuppitz
Shorten logging by maven by hiding "Downloading..." messages Had to put maven in non-interactive release mode by adding --batch-mode or the change to the logging wouldn't take. Note that the logger that has been turned off hides those "Downloading..." messages that maven throws out there. CTR

[29/50] tinkerpop git commit: TINKERPOP-1920 Fixed P.within/without() handling for collections

2018-04-10 Thread dkuppitz
TINKERPOP-1920 Fixed P.within/without() handling for collections Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8c87fcfb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8c87fcfb Diff:

[24/50] tinkerpop git commit: Cleaned up the sink dataset a bit.

2018-04-10 Thread dkuppitz
Cleaned up the sink dataset a bit. Introduced more consistent,general property/label names. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d3d1ccfa Tree:

[45/50] tinkerpop git commit: Bump to 3.2.9-SNAPSHOT

2018-04-10 Thread dkuppitz
Bump to 3.2.9-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20bc8865 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20bc8865 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/20bc8865

[48/50] tinkerpop git commit: Minor fixes to dev release docs around gremlin-javascript CTR

2018-04-10 Thread dkuppitz
Minor fixes to dev release docs around gremlin-javascript CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b84f700d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b84f700d Diff:

[01/50] tinkerpop git commit: Make decimal serialization in Gremlin.Net culture independent CTR [Forced Update!]

2018-04-10 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1912 5f2e8801d -> 42bacafbf (forced update) Make decimal serialization in Gremlin.Net culture independent CTR This led tests fail on my system and probably leads to broken serialization of gx:BigDecimal on systems with ',' as the

[50/50] tinkerpop git commit: CTR: fixed minor typos in docs

2018-04-10 Thread dkuppitz
CTR: fixed minor typos in docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/42bacafb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/42bacafb Diff:

[15/50] tinkerpop git commit: Minor code refactoring in JavaTranslator CTR

2018-04-10 Thread dkuppitz
Minor code refactoring in JavaTranslator CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f02f94fd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f02f94fd Diff:

[33/50] tinkerpop git commit: Merge branch 'TINKERPOP-1758' into tp32

2018-04-10 Thread dkuppitz
Merge branch 'TINKERPOP-1758' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6323f491 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6323f491 Diff:

[12/50] tinkerpop git commit: Merge branch 'TINKERPOP-1911' into tp32

2018-04-10 Thread dkuppitz
Merge branch 'TINKERPOP-1911' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d3be13b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d3be13b4 Diff:

[03/50] tinkerpop git commit: TINKERPOP-1901 Add interfaces for tokens in Gremlin.Net

2018-04-10 Thread dkuppitz
TINKERPOP-1901 Add interfaces for tokens in Gremlin.Net These interfaces simply represent their Java counterparts which allows to use them as arguments in Gremlin steps. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[10/50] tinkerpop git commit: TINKERPOP-1895 Fixed jython based evaluations of withStrategies

2018-04-10 Thread dkuppitz
TINKERPOP-1895 Fixed jython based evaluations of withStrategies Similar to TINKERPOP-1896 in that a lambda would trigger a scriptengine evaluation with jython which would fail when withStrategies() was used as the JythonTranslator was actually producing Python valid code rather than Jython

[16/50] tinkerpop git commit: TINKERPOP-1901 Describe improved Gremlin.Net tokens in upgrade docs

2018-04-10 Thread dkuppitz
TINKERPOP-1901 Describe improved Gremlin.Net tokens in upgrade docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/df989dc4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/df989dc4 Diff:

[21/50] tinkerpop git commit: TINKERPOP-1922 P.Not() serialization is no longer an issue

2018-04-10 Thread dkuppitz
TINKERPOP-1922 P.Not() serialization is no longer an issue Resolved on a different issue - likely TINKERPOP-1894 CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0bf9b2f7 Tree:

[31/50] tinkerpop git commit: close resources - CTR

2018-04-10 Thread dkuppitz
close resources - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/143a86bc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/143a86bc Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/143a86bc

[19/50] tinkerpop git commit: TINKERPOP-1919 Add note about merged P classes to upgrade docs

2018-04-10 Thread dkuppitz
TINKERPOP-1919 Add note about merged P classes to upgrade docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5cf1cba5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5cf1cba5 Diff:

[46/50] tinkerpop git commit: Use straight quotes in csproj file CTR

2018-04-10 Thread dkuppitz
Use straight quotes in csproj file CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1592c4f3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1592c4f3 Diff:

[02/50] tinkerpop git commit: TINKERPOP-1901 Transformed Gremlin.Net enums into classes

2018-04-10 Thread dkuppitz
TINKERPOP-1901 Transformed Gremlin.Net enums into classes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/dcf3da39 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/dcf3da39 Diff:

[06/50] tinkerpop git commit: Merge branch 'TINKERPOP-1884' into tp32

2018-04-10 Thread dkuppitz
Merge branch 'TINKERPOP-1884' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f80a5427 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f80a5427 Diff:

[07/50] tinkerpop git commit: TINKERPOP-1901 Use spaces to indent enum values

2018-04-10 Thread dkuppitz
TINKERPOP-1901 Use spaces to indent enum values Previously, the first enum value used spaces, whereas all following values used tabs. Now, spaces are used consistently. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[13/50] tinkerpop git commit: TINKERPOP-1896 Cleaned up changelog around TINKERPOP-1898/1895

2018-04-10 Thread dkuppitz
TINKERPOP-1896 Cleaned up changelog around TINKERPOP-1898/1895 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/01ef6c11 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/01ef6c11 Diff:

[26/50] tinkerpop git commit: TINKERPOP-1854 Replace StartsWith check with an equality check

2018-04-10 Thread dkuppitz
TINKERPOP-1854 Replace StartsWith check with an equality check Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4ebc68e8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4ebc68e8 Diff:

[41/50] tinkerpop git commit: Merge branch 'TINKERPOP-1880' into tp32

2018-04-10 Thread dkuppitz
Merge branch 'TINKERPOP-1880' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fdac6531 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fdac6531 Diff:

[37/50] tinkerpop git commit: TINKERPOP-1880 Sign assembly on Linux and macOS

2018-04-10 Thread dkuppitz
TINKERPOP-1880 Sign assembly on Linux and macOS Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fcc49a1b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fcc49a1b Diff:

[05/50] tinkerpop git commit: TINKERPOP-1918 Fixed some return types in the gherkin tests CTR

2018-04-10 Thread dkuppitz
TINKERPOP-1918 Fixed some return types in the gherkin tests CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f38c2bbf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f38c2bbf Diff:

[27/50] tinkerpop git commit: Merge branch 'TINKERPOP-1854' into tp32

2018-04-10 Thread dkuppitz
Merge branch 'TINKERPOP-1854' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/eeea8696 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eeea8696 Diff:

[18/50] tinkerpop git commit: TINKERPOP-1919 Merge classes P and TraversalPredicate

2018-04-10 Thread dkuppitz
TINKERPOP-1919 Merge classes P and TraversalPredicate There is no good reason to keep those two classes separate anymore and having P as the type for step parameters is probably easier to understand for users than TraversalPredicate. Project:

[08/50] tinkerpop git commit: TINKERPOP-1898 Can't seem to fix this in a consistent way given jython evaluation

2018-04-10 Thread dkuppitz
TINKERPOP-1898 Can't seem to fix this in a consistent way given jython evaluation Jython seems to have problems with varargs that are not easily resolved. Nothing I've tried works consistently. Sometimes it works and other times not. Project:

[11/50] tinkerpop git commit: TINKERPOP-1896 Fixed bug in lambda processing for python

2018-04-10 Thread dkuppitz
TINKERPOP-1896 Fixed bug in lambda processing for python When a lambda is in a traversal, the bytecode gets pushed to a scriptengine for evaluation. For python that means, using the JythonTranslator. Prior to this change the JythonTranslator largely relied on the PythonTranslator to convert

[4/4] tinkerpop git commit: TINKERPOP-1888: Extended `min()` and `max()` to support all comparable data types.

2018-04-10 Thread dkuppitz
TINKERPOP-1888: Extended `min()` and `max()` to support all comparable data types. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/722d57d1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/722d57d1 Diff:

tinkerpop git commit: TINKERPOP-1888: Extended `min()` and `max()` to support all comparable data types.

2018-04-10 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/master 55c526511 -> 722d57d11 TINKERPOP-1888: Extended `min()` and `max()` to support all comparable data types. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[3/4] tinkerpop git commit: Merge branch 'tp33'

2018-04-10 Thread dkuppitz
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/55c52651 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/55c52651 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/55c52651

[1/4] tinkerpop git commit: CTR: fixed minor typos in docs [Forced Update!]

2018-04-10 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1888 38b93a087 -> 722d57d11 (forced update) CTR: fixed minor typos in docs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/42bacafb Tree:

svn commit: r26269 - in /release/tinkerpop: 3.2.7/ 3.3.1/

2018-04-10 Thread spmallette
Author: spmallette Date: Tue Apr 10 12:43:00 2018 New Revision: 26269 Log: Removed TinkerPop 3.2.7/3.3.1 as newer releases have taken their place as current Removed: release/tinkerpop/3.2.7/ release/tinkerpop/3.3.1/

svn commit: r1828810 [1/3] - in /tinkerpop/site: ./ img/ img/logos/ img/policy/ img/resources/

2018-04-10 Thread spmallette
Author: spmallette Date: Tue Apr 10 12:34:26 2018 New Revision: 1828810 URL: http://svn.apache.org/viewvc?rev=1828810=rev Log: Deploy TinkerPop homepage Added: tinkerpop/site/img/ tinkerpop/site/img/apache-tinkerpop-logo.png (with props) tinkerpop/site/img/blueprints-handdrawn.png

svn commit: r1828810 [3/3] - in /tinkerpop/site: ./ img/ img/logos/ img/policy/ img/resources/

2018-04-10 Thread spmallette
Added: tinkerpop/site/img/logos/blazegraph-logo.png URL: http://svn.apache.org/viewvc/tinkerpop/site/img/logos/blazegraph-logo.png?rev=1828810=auto == Binary file - no diff available. Propchange:

svn commit: r1828810 [2/3] - in /tinkerpop/site: ./ img/ img/logos/ img/policy/ img/resources/

2018-04-10 Thread spmallette
Added: tinkerpop/site/img/homepage.graffle URL: http://svn.apache.org/viewvc/tinkerpop/site/img/homepage.graffle?rev=1828810=auto == --- tinkerpop/site/img/homepage.graffle (added) +++ tinkerpop/site/img/homepage.graffle