tinkerpop git commit: TINKERPOP-1628 Implemented TraversalSelectStep

2018-04-19 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1628 [created] 0028cf43e TINKERPOP-1628 Implemented TraversalSelectStep Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0028cf43 Tree:

[23/50] tinkerpop git commit: Minor fix to docs around meta-properties CTR

2018-04-19 Thread spmallette
Minor fix to docs around meta-properties CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/827b76ec Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/827b76ec Diff:

[48/50] tinkerpop git commit: Added gremlin-javascript logo to docs CTR

2018-04-19 Thread spmallette
Added gremlin-javascript logo to docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b99c56a6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b99c56a6 Diff:

[49/50] tinkerpop git commit: Make ResponseExceptions constructor public CTR

2018-04-19 Thread spmallette
Make ResponseExceptions constructor public CTR This makes the ResponseException easier to use in tests for users of Gremlin.Net. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/25913023 Tree:

[32/50] tinkerpop git commit: 3.2.8 release preparations.

2018-04-19 Thread spmallette
3.2.8 release preparations. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5a3dd100 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5a3dd100 Diff:

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

2018-04-19 Thread spmallette
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:

tinkerpop git commit: This closes #819

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master bbe04dc2d -> 952562609 This closes #819 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/95256260 Tree:

[46/50] tinkerpop git commit: Move validation into set() method to avoid double loop.

2018-04-19 Thread spmallette
Move validation into set() method to avoid double loop. Parameters tends to be a hotspot in traversal construction. This doesn't amount to much in terms of performance overall for most traversals, but since the validation code isn't being used anywhere else there's not much value in having it

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

2018-04-19 Thread spmallette
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

[28/50] tinkerpop git commit: CTR: Fixed strategy lifecycle issues caused by `PathRetractionStrategy`. Fix taken from `tp33/`.

2018-04-19 Thread spmallette
CTR: Fixed strategy lifecycle issues caused by `PathRetractionStrategy`. Fix taken from `tp33/`. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8a76583c Tree:

[36/50] tinkerpop git commit: TINKERPOP-1934 Bumped httpclient to 4.5.5

2018-04-19 Thread spmallette
TINKERPOP-1934 Bumped httpclient to 4.5.5 Removed httpcore NOTICE entry as this more recent version does not contain that designation in its NOTICE file. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f9e0cf50

[45/50] tinkerpop git commit: Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR

2018-04-19 Thread spmallette
Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/430c97d1 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/430c97d1 Diff:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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: TINKERPOP-1854 Make Lambda implementation internal

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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

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

2018-04-19 Thread spmallette
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

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

2018-04-19 Thread spmallette
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:

[37/50] tinkerpop git commit: The package name should be 'gremlin' and not 'gremlin-javascript'

2018-04-19 Thread spmallette
The package name should be 'gremlin' and not 'gremlin-javascript' That naming change was missed on 3.2.8/3.3.2 release for some reason. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/84d1bf8f Tree:

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

2018-04-19 Thread spmallette
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:

[39/50] tinkerpop git commit: Fixed up gremlin-javascript deployment configuration

2018-04-19 Thread spmallette
Fixed up gremlin-javascript deployment configuration Deployment didn't go completely smoothly on 3.2.8/3.3.2. Fixed up the couple of sore spots by adding a alias for the deploy and ensured that the deploy was not bound to test execution. CTR Project:

[47/50] tinkerpop git commit: Added gremlin-javascript logo CTR

2018-04-19 Thread spmallette
Added gremlin-javascript logo CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6ac22741 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6ac22741 Diff:

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

2018-04-19 Thread spmallette
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:

[42/50] tinkerpop git commit: Fixed a spelling mistake in collections recipe CTR

2018-04-19 Thread spmallette
Fixed a spelling mistake in collections recipe CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/35bf95ad Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/35bf95ad Diff:

[tinkerpop] Git Push Summary

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/gremlin_python_dsl [deleted] 3f92e413f

[25/50] tinkerpop git commit: Fixed bad label in test for sink data

2018-04-19 Thread spmallette
Fixed bad label in test for sink data Not sure why all test implementations weren't failing here, but giraph was especially not happy. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/373eba14 Tree:

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

2018-04-19 Thread spmallette
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:

[01/50] tinkerpop git commit: Merge branch 'TINKERPOP-1911' into tp32 [Forced Update!]

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1656 8538892a4 -> bb583e3a4 (forced update) Merge branch 'TINKERPOP-1911' into tp32 Conflicts: CHANGELOG.asciidoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[41/50] tinkerpop git commit: Fixed a grammar mistake in collections recipe CTR

2018-04-19 Thread spmallette
Fixed a grammar mistake in collections recipe CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e1a69fd8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e1a69fd8 Diff:

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

2018-04-19 Thread spmallette
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:

[44/50] tinkerpop git commit: Merge branch 'TINKERPOP-1934' into tp32

2018-04-19 Thread spmallette
Merge branch 'TINKERPOP-1934' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a7c8ea10 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a7c8ea10 Diff:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

[50/50] tinkerpop git commit: TINKERPOP-1656 WIP - basic proof of concept for bulk mutations

2018-04-19 Thread spmallette
TINKERPOP-1656 WIP - basic proof of concept for bulk mutations Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb583e3a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb583e3a Diff:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
Merge branch 'TINKERPOP-1901' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/50493397 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/50493397 Diff:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

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

2018-04-19 Thread spmallette
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:

[1/2] tinkerpop git commit: TINKERPOP-1903 Migrated Credential DSL to annotation processor

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 6aa5f2ee3 -> 38b85d2f0 TINKERPOP-1903 Migrated Credential DSL to annotation processor The old CredentialGraph approach to the Credential DSL has been deprecated in favor of the preferred method for DSL development which was published

[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-1903' into tp33

2018-04-19 Thread spmallette
Merge branch 'TINKERPOP-1903' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/38b85d2f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/38b85d2f Diff:

[1/3] tinkerpop git commit: TINKERPOP-1903 Migrated Credential DSL to annotation processor

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 937915e30 -> bbe04dc2d TINKERPOP-1903 Migrated Credential DSL to annotation processor The old CredentialGraph approach to the Credential DSL has been deprecated in favor of the preferred method for DSL development which was published

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

2018-04-19 Thread spmallette
Merge branch 'TINKERPOP-1903' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/38b85d2f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/38b85d2f Diff:

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

2018-04-19 Thread spmallette
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/bbe04dc2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bbe04dc2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bbe04dc2

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

2018-04-19 Thread florianhockmann
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/937915e3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/937915e3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/937915e3

[5/6] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-04-19 Thread florianhockmann
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6aa5f2ee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6aa5f2ee Diff:

[1/6] tinkerpop git commit: Make ResponseExceptions constructor public CTR

2018-04-19 Thread florianhockmann
Repository: tinkerpop Updated Branches: refs/heads/master a3046b412 -> 937915e30 refs/heads/tp32 b99c56a6e -> 259130235 refs/heads/tp33 cd1844cad -> 6aa5f2ee3 Make ResponseExceptions constructor public CTR This makes the ResponseException easier to use in tests for users of Gremlin.Net.

[4/6] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-04-19 Thread florianhockmann
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6aa5f2ee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6aa5f2ee Diff:

[2/6] tinkerpop git commit: Make ResponseExceptions constructor public CTR

2018-04-19 Thread florianhockmann
Make ResponseExceptions constructor public CTR This makes the ResponseException easier to use in tests for users of Gremlin.Net. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/25913023 Tree:

[3/6] tinkerpop git commit: Make ResponseExceptions constructor public CTR

2018-04-19 Thread florianhockmann
Make ResponseExceptions constructor public CTR This makes the ResponseException easier to use in tests for users of Gremlin.Net. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/25913023 Tree:

[2/2] tinkerpop git commit: Added gremlin-javascript logo to docs CTR

2018-04-19 Thread spmallette
Added gremlin-javascript logo to docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b99c56a6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b99c56a6 Diff:

[1/2] tinkerpop git commit: Added gremlin-javascript logo CTR

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 4dcee1ad2 -> b99c56a6e Added gremlin-javascript logo CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6ac22741 Tree:

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

2018-04-19 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cd1844ca Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cd1844ca Diff:

[2/3] tinkerpop git commit: Added gremlin-javascript logo to docs CTR

2018-04-19 Thread spmallette
Added gremlin-javascript logo to docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b99c56a6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b99c56a6 Diff:

[2/4] tinkerpop git commit: Added gremlin-javascript logo to docs CTR

2018-04-19 Thread spmallette
Added gremlin-javascript logo to docs CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b99c56a6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b99c56a6 Diff:

[1/4] tinkerpop git commit: Added gremlin-javascript logo CTR

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 18df60025 -> a3046b412 Added gremlin-javascript logo CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6ac22741 Tree:

[1/3] tinkerpop git commit: Added gremlin-javascript logo CTR

2018-04-19 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 028aba45c -> cd1844cad Added gremlin-javascript logo CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6ac22741 Tree:

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

2018-04-19 Thread spmallette
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/a3046b41 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a3046b41 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a3046b41

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

2018-04-19 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cd1844ca Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cd1844ca Diff:

tinkerpop git commit: Code correction and escape fix

2018-04-19 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1942 1f4af4dc2 -> d30aadbaf Code correction and escape fix Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d30aadba Tree:

tinkerpop git commit: GraphBinary specification

2018-04-19 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1942 [created] 1f4af4dc2 GraphBinary specification Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f4af4dc Tree: