[1/6] tinkerpop git commit: CTR: Fixed build by adding python3-dev dependency to the base image Dockerfile [Forced Update!]

2018-08-02 Thread florianhockmann
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1774 e35ef0af1 -> f4d277540 (forced update) CTR: Fixed build by adding python3-dev dependency to the base image Dockerfile Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[5/6] tinkerpop git commit: Add ConnectionPool min and max sizes TINKERPOP-1774

2018-08-02 Thread florianhockmann
Add ConnectionPool min and max sizes TINKERPOP-1774 The Gremlin.Net ConnectionPool now has min and max sizes. The pool will be initialized with the configured minimum number of connections on creation. It will also no longer create an unlimited number of connections. Instead, a TimeoutException

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

2018-08-02 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/8af78372 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8af78372 Diff:

[6/6] tinkerpop git commit: Add Gremlin.Net driver settings docs TINKERPOP-1774

2018-08-02 Thread florianhockmann
Add Gremlin.Net driver settings docs TINKERPOP-1774 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f4d27754 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f4d27754 Diff:

[4/6] tinkerpop git commit: Added Huawei Graph Engine Service to listing - CTR

2018-08-02 Thread florianhockmann
Added Huawei Graph Engine Service to listing - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8f1fe6d8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8f1fe6d8 Diff:

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

2018-08-02 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/69b6f96d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/69b6f96d Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/69b6f96d

tinkerpop git commit: removed unused callout

2018-08-02 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1990 d8a3626fd -> 25a4ba250 removed unused callout Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/25a4ba25 Tree:

[36/37] tinkerpop git commit: TINKERPOP-1878 Fixed up formatting of traspiler section

2018-08-02 Thread spmallette
TINKERPOP-1878 Fixed up formatting of traspiler section There were some examples that didn't return results or generated errors. These will need some review. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/526b43b4

[14/37] tinkerpop git commit: TINKERPOP-1878 Updates to changelog and code comments

2018-08-02 Thread spmallette
TINKERPOP-1878 Updates to changelog and code comments Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7ef57edb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7ef57edb Diff:

[19/37] tinkerpop git commit: TINKERPOP-1878 Added a test for ordering and corrected some problems in logic

2018-08-02 Thread spmallette
TINKERPOP-1878 Added a test for ordering and corrected some problems in logic Ordering didn't work - at least not completely. The test, as it is written in this commit, that failed to sort properly. Changed the logic for ordering to track all of the keys specified to ORDER with their

[23/37] tinkerpop git commit: TINKERPOP-1878 Added the plugin for sparql-gremlin

2018-08-02 Thread spmallette
TINKERPOP-1878 Added the plugin for sparql-gremlin Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/27210df4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/27210df4 Diff:

[17/37] tinkerpop git commit: TINKERPOP-1878 Major refactoring of sparql-gremlin classes

2018-08-02 Thread spmallette
TINKERPOP-1878 Major refactoring of sparql-gremlin classes Renamed the "compiler" to a "transpiler" since it's really transforming sparql to a language of a similar level of abstraction in Gremlin. Lots of code reformatting and dead code pruning. Project:

[20/37] tinkerpop git commit: TINKERPOP-1878 Code reformatting - bad spacing/tabs or something

2018-08-02 Thread spmallette
TINKERPOP-1878 Code reformatting - bad spacing/tabs or something Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1d1faea4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1d1faea4 Diff:

[13/37] tinkerpop git commit: TINKERPOP-1878 Test cleanup for sparql-gremlin

2018-08-02 Thread spmallette
TINKERPOP-1878 Test cleanup for sparql-gremlin Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8696715e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8696715e Diff:

[21/37] tinkerpop git commit: TINKERPOP-1878 Testing for DISTINCT

2018-08-02 Thread spmallette
TINKERPOP-1878 Testing for DISTINCT Refactoring around the distinct and ordering - much less code there now. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d93e1b8c Tree:

[33/37] tinkerpop git commit: testing logo

2018-08-02 Thread spmallette
testing logo Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/030214a4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/030214a4 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/030214a4 Branch:

[10/37] tinkerpop git commit: TINKERPOP-1878 Minor javadoc and code cleanup

2018-08-02 Thread spmallette
TINKERPOP-1878 Minor javadoc and code cleanup Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb4653c8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb4653c8 Diff:

[32/37] tinkerpop git commit: TINKERPOP-1878 Fixed up formatting of sparql-gremlin image

2018-08-02 Thread spmallette
TINKERPOP-1878 Fixed up formatting of sparql-gremlin image Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/502377d0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/502377d0 Diff:

[03/37] tinkerpop git commit: Merge branch 'tp33'

2018-08-02 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/69b6f96d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/69b6f96d Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/69b6f96d

[24/37] tinkerpop git commit: Update transpilers.asciidoc

2018-08-02 Thread spmallette
Update transpilers.asciidoc Changes: - fixed non-working queries (queries which returned no results) - updated documentation with more examples in the limitations section - updated execution tags for queries which are for reference only - commented out the pattern filter examples for now To Do:

[12/37] tinkerpop git commit: TINKERPOP-1878 Dropped the console app

2018-08-02 Thread spmallette
TINKERPOP-1878 Dropped the console app This allows TinkerGraph to remain a test dependency only and the console app was more of a test rig than something that a user of this library would use, so it seemed like something that could be dropped. Project:

[16/37] tinkerpop git commit: TINKERPOP-1878 More tests for ordering

2018-08-02 Thread spmallette
TINKERPOP-1878 More tests for ordering Factored the order index creation into its own method to tidy up a bit. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c7baf54b Tree:

[34/37] tinkerpop git commit: Update SparqlToGremlinCompiler.java

2018-08-02 Thread spmallette
Update SparqlToGremlinCompiler.java adding an updated file with SPARQL OPTIONAL clause: - added optional - added left-join with optional Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a154f584 Tree:

[01/37] tinkerpop git commit: CTR: Fixed build by adding python3-dev dependency to the base image Dockerfile [Forced Update!]

2018-08-02 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1878 1b2f121ae -> f1ce6270a (forced update) CTR: Fixed build by adding python3-dev dependency to the base image Dockerfile Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[35/37] tinkerpop git commit: TINKERPOP-1878 Bump sparql-gremlin to 3.4.0-SNAPSHOT

2018-08-02 Thread spmallette
TINKERPOP-1878 Bump sparql-gremlin to 3.4.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/614036e0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/614036e0 Diff:

[07/37] tinkerpop git commit: Initial commit for sparql-gremlin changes

2018-08-02 Thread spmallette
Initial commit for sparql-gremlin changes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3cf54e2a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3cf54e2a Diff:

[05/37] tinkerpop git commit: TINKERPOP-1878 Added some Traversal infrastructure

2018-08-02 Thread spmallette
TINKERPOP-1878 Added some Traversal infrastructure This is the start of getting Sparql working as a DSL in TinkerPop Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b8bd9363 Tree:

[30/37] tinkerpop git commit: TINKERPOP-1878 Minor formatting/edits to compilers doc for sparql-gremlin

2018-08-02 Thread spmallette
TINKERPOP-1878 Minor formatting/edits to compilers doc for sparql-gremlin Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/436c7e88 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/436c7e88 Diff:

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

2018-08-02 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/8af78372 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8af78372 Diff:

[29/37] tinkerpop git commit: Update compilers.asciidoc

2018-08-02 Thread spmallette
Update compilers.asciidoc Updating documentation: - fixed optional clause - updated optional clause limitation while in nesting with union & order-by - went through other examples and limitations Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[04/37] tinkerpop git commit: Added Huawei Graph Engine Service to listing - CTR

2018-08-02 Thread spmallette
Added Huawei Graph Engine Service to listing - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8f1fe6d8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8f1fe6d8 Diff:

[31/37] tinkerpop git commit: TINKERPOP-1878 Renamed "transpiler" to "compiler"

2018-08-02 Thread spmallette
TINKERPOP-1878 Renamed "transpiler" to "compiler" Since we're converting to Gremlin bytecode it's really compiling and not transpiling (as in converting to other source code) Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[06/37] tinkerpop git commit: TINKERPOP-1878 sparql-gremlin is now building

2018-08-02 Thread spmallette
TINKERPOP-1878 sparql-gremlin is now building Fixed some basic pom.xml issues and resolved dependency conflicts. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d85f96a6 Tree:

[22/37] tinkerpop git commit: TINKERPOP-1878 Test for FILTER

2018-08-02 Thread spmallette
TINKERPOP-1878 Test for FILTER Also fixed how the SparqlStrategy was being added to the TraversalStrategies in SparqlTraversalSource...it was adding it globally and all spawned TraversalSource instances were getting that strategy. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo

[11/37] tinkerpop git commit: TINKERPOP-1878 Added a basics for sparql execution in a traversal

2018-08-02 Thread spmallette
TINKERPOP-1878 Added a basics for sparql execution in a traversal Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/06fa4308 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/06fa4308 Diff:

[08/37] tinkerpop git commit: TINKERPOP-1878 Added a test for GROUP

2018-08-02 Thread spmallette
TINKERPOP-1878 Added a test for GROUP Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/704dcff9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/704dcff9 Diff:

[26/37] tinkerpop git commit: TINKERPOP-1878 Added basic docs for sparql-gremlin

2018-08-02 Thread spmallette
TINKERPOP-1878 Added basic docs for sparql-gremlin Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3e32b71e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3e32b71e Diff:

[09/37] tinkerpop git commit: TINKERPOP-1878 Changed gryo version of SparqlStrategy

2018-08-02 Thread spmallette
TINKERPOP-1878 Changed gryo version of SparqlStrategy Was using some temporary nonsense before... Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9e15a5e7 Tree:

[15/37] tinkerpop git commit: TINKERPOP-1878 sparql() step works over remoting

2018-08-02 Thread spmallette
TINKERPOP-1878 sparql() step works over remoting At this point it is only tested to work with Gryo 3.0. Fixed a bug with how dynamic gryo registrations work - they failed if you didn't have a specific serializer specified. Introduced a bit of a hack to make SparqlTraversalSource behave like a

[18/37] tinkerpop git commit: TINKERPOP-1878 General refactoring and javadoc on Prefixes class

2018-08-02 Thread spmallette
TINKERPOP-1878 General refactoring and javadoc on Prefixes class Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a1b1a585 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a1b1a585 Diff:

[25/37] tinkerpop git commit: updating the reference documentation

2018-08-02 Thread spmallette
updating the reference documentation added the following: - fix the logo - added prefixes - added limitations - added examples todo: - cover all limitations and special cases with examples Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[27/37] tinkerpop git commit: TINKERPOP-1878 Clean up docs a bit more.

2018-08-02 Thread spmallette
TINKERPOP-1878 Clean up docs a bit more. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f5e12fc4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f5e12fc4 Diff:

[37/37] tinkerpop git commit: TINKERPOP-1878 Minor formatting fix

2018-08-02 Thread spmallette
TINKERPOP-1878 Minor formatting fix Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f1ce6270 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f1ce6270 Diff:

[28/37] tinkerpop git commit: TINKERPOP-1878 Minor transpiler doc fixes

2018-08-02 Thread spmallette
TINKERPOP-1878 Minor transpiler doc fixes Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f9b30646 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f9b30646 Diff:

tinkerpop git commit: TINKERPOP-1967 Added ConnectedComponentVertexProgram to core javadoc

2018-08-02 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1967 47ab1c2b3 -> 78e356909 TINKERPOP-1967 Added ConnectedComponentVertexProgram to core javadoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: