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

2018-02-14 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/764615fb Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/764615fb Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/764615fb

tinkerpop git commit: TINKERPOP-1857 Added the new "sink" test for GLVs

2018-02-14 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1857 48d459482 -> 043c996ee TINKERPOP-1857 Added the new "sink" test for GLVs This involved adding "sink" infrastructure to the test server configuration and including it in the gherkin setups for each GLV Project:

tinkerpop git commit: TINKERPOP-1857 Ignored a few failing tests for purpose of this issue

2018-02-14 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1857 4ae1c2e9b -> 48d459482 TINKERPOP-1857 Ignored a few failing tests for purpose of this issue Will create a new issue specific to the JS GLV to resolve these ignored tests. Project:

[1/2] tinkerpop git commit: TINKERPOP-1890 getAnonymousTraversalClass() is now generated by the DSL processor CTR

2018-02-14 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 5768bc1bc -> 764615fbf TINKERPOP-1890 getAnonymousTraversalClass() is now generated by the DSL processor CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: JavaScript GLV: handle responses without identifier and clear handler

2018-02-14 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1857 9addf862d -> e2b09dfee JavaScript GLV: handle responses without identifier and clear handler Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: JavaScript GLV: include Barrier and Pop in test traversal context

2018-02-14 Thread jorgebg
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1857 e2b09dfee -> 4ae1c2e9b JavaScript GLV: include Barrier and Pop in test traversal context Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4ae1c2e9

[10/31] tinkerpop git commit: TINKERPOP-1857 General test naming fixes and other inconsistencies

2018-02-14 Thread spmallette
TINKERPOP-1857 General test naming fixes and other inconsistencies Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1425f294 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1425f294 Diff:

[26/31] tinkerpop git commit: TINKERPOP-1857 Added the new "sink" test for GLVs

2018-02-14 Thread spmallette
TINKERPOP-1857 Added the new "sink" test for GLVs This involved adding "sink" infrastructure to the test server configuration and including it in the gherkin setups for each GLV Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[20/31] tinkerpop git commit: TINKERPOP-1857 Rebased and added new union() test

2018-02-14 Thread spmallette
TINKERPOP-1857 Rebased and added new union() test Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/68669ea6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/68669ea6 Diff:

[23/31] tinkerpop git commit: TINKERPOP-1857 Fixed a bad has() GLV test

2018-02-14 Thread spmallette
TINKERPOP-1857 Fixed a bad has() GLV test Made test naming more consistent. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/97d4511c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/97d4511c Diff:

[21/31] tinkerpop git commit: TINKERPOP-1857 Full has() test suite for GLVs

2018-02-14 Thread spmallette
TINKERPOP-1857 Full has() test suite for GLVs FeatureCoverageTest now passes for it. Added more consistency to the java test. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b2c79d61 Tree:

[16/31] tinkerpop git commit: TINKERPOP-1857 Added new GLV min() test that came in after rebase

2018-02-14 Thread spmallette
TINKERPOP-1857 Added new GLV min() test that came in after rebase Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2735643f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2735643f Diff:

[14/31] tinkerpop git commit: TINKERPOP-1857 Improved handling of empty graph in python glv tests

2018-02-14 Thread spmallette
TINKERPOP-1857 Improved handling of empty graph in python glv tests Caches were hardcoded to the modern graph. For empty graph this caused hassles because the cache couldn't be initialized until after the graph initializer step was executed. Still a bit messy due to cut/paste issues. Need to

[27/31] tinkerpop git commit: TINKERPOP-1857 Ignored a few failing tests for purpose of this issue

2018-02-14 Thread spmallette
TINKERPOP-1857 Ignored a few failing tests for purpose of this issue Will create a new issue specific to the JS GLV to resolve these ignored tests. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/58d93820 Tree:

[19/31] tinkerpop git commit: TINKERPOP-1857 Added ignore for a has() test in the python GLV tests

2018-02-14 Thread spmallette
TINKERPOP-1857 Added ignore for a has() test in the python GLV tests Created TINKERPOP-1859 regarding bad bytecode generation for complex P instances Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f2530e8 Tree:

[13/31] tinkerpop git commit: TINKERPOP-1857 Python GLV tests were not string-ing IDs

2018-02-14 Thread spmallette
TINKERPOP-1857 Python GLV tests were not string-ing IDs Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e96a2a60 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e96a2a60 Diff:

[31/31] tinkerpop git commit: JavaScript GLV: include Barrier and Pop in test traversal context

2018-02-14 Thread spmallette
JavaScript GLV: include Barrier and Pop in test traversal context Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2af60402 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2af60402 Diff:

[18/31] tinkerpop git commit: TINKERPOP-1857 Generation of P for python was incorrect

2018-02-14 Thread spmallette
TINKERPOP-1857 Generation of P for python was incorrect The template was generating not() bytecode with the python naming of not_(). There were also duplicate functions in the template that needed to be removed. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[11/31] tinkerpop git commit: TINKERPOP-1857 Added full coverage of order() GLV tests

2018-02-14 Thread spmallette
TINKERPOP-1857 Added full coverage of order() GLV tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/314481e5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/314481e5 Diff:

[01/31] tinkerpop git commit: TINKERPOP-1842 Added some documentation around iterate() CTR [Forced Update!]

2018-02-14 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1857 043c996ee -> 7212253e6 (forced update) TINKERPOP-1842 Added some documentation around iterate() CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[02/31] tinkerpop git commit: TINKERPOP-1885 Remove warning about no .NET glv releases CTR

2018-02-14 Thread spmallette
TINKERPOP-1885 Remove warning about no .NET glv releases CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8e0470ae Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8e0470ae Diff:

[09/31] tinkerpop git commit: TINKERPOP-1857 Included GLV tests for addV()

2018-02-14 Thread spmallette
TINKERPOP-1857 Included GLV tests for addV() Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7a445844 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7a445844 Diff:

[22/31] tinkerpop git commit: TINKERPOP-1857 Got range() GLV tests all in place

2018-02-14 Thread spmallette
TINKERPOP-1857 Got range() GLV tests all in place Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c4fd3e13 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c4fd3e13 Diff:

[05/31] tinkerpop git commit: TINKERPOP-1890 getAnonymousTraversalClass() is now generated by the DSL processor CTR

2018-02-14 Thread spmallette
TINKERPOP-1890 getAnonymousTraversalClass() is now generated by the DSL processor CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2d7113aa Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2d7113aa

[03/31] tinkerpop git commit: Remove bad link in javadoc CTR

2018-02-14 Thread spmallette
Remove bad link in javadoc CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/395cdef8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/395cdef8 Diff:

[30/31] tinkerpop git commit: JavaScript GLV: handle responses without identifier and clear handler

2018-02-14 Thread spmallette
JavaScript GLV: handle responses without identifier and clear handler Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1e38023c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1e38023c Diff:

[06/31] tinkerpop git commit: TINKERPOP-1885 Clean up Gremlin.Net csproj CTR

2018-02-14 Thread spmallette
TINKERPOP-1885 Clean up Gremlin.Net csproj CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f39b188 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7f39b188 Diff:

[29/31] tinkerpop git commit: TINKERPOP-1857 sack() inject() cap() GLV tests

2018-02-14 Thread spmallette
TINKERPOP-1857 sack() inject() cap() GLV tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/5db5f218 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5db5f218 Diff:

[04/31] tinkerpop git commit: Fixed typo CTR

2018-02-14 Thread spmallette
Fixed typo CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d288c53b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d288c53b Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d288c53b

[17/31] tinkerpop git commit: TINKERPOP-1857 Added more has() tests to the GLV suite.

2018-02-14 Thread spmallette
TINKERPOP-1857 Added more has() tests to the GLV suite. Fixed some consistency problems in the java test itself. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e74747d3 Tree:

[28/31] tinkerpop git commit: TINKERPOP-1857 Temporarily ignore test failures with .net GLV tests

2018-02-14 Thread spmallette
TINKERPOP-1857 Temporarily ignore test failures with .net GLV tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/10f29cbe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/10f29cbe Diff:

[15/31] tinkerpop git commit: TINKERPOP-1857 Added support for empty lists and sets in python GLV test runner

2018-02-14 Thread spmallette
TINKERPOP-1857 Added support for empty lists and sets in python GLV test runner Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20b10c44 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20b10c44 Diff:

[08/31] tinkerpop git commit: TINKERPOP-1857 Added where() GLV test

2018-02-14 Thread spmallette
TINKERPOP-1857 Added where() GLV test Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/784c3d10 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/784c3d10 Diff:

[25/31] tinkerpop git commit: TINKERPOP-1857 select() GLV tests

2018-02-14 Thread spmallette
TINKERPOP-1857 select() GLV tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/43519778 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/43519778 Diff:

[24/31] tinkerpop git commit: TINKERPOP-1857 Removed duplicate test in select() GLV tests

2018-02-14 Thread spmallette
TINKERPOP-1857 Removed duplicate test in select() GLV tests Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bdd5e4c2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bdd5e4c2 Diff:

[07/31] tinkerpop git commit: TINKERPOP-1857 Fixed up union() and range() tests that were failing

2018-02-14 Thread spmallette
TINKERPOP-1857 Fixed up union() and range() tests that were failing Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d556f779 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d556f779 Diff:

tinkerpop git commit: TINKERPOP-1885 Clean up Gremlin.Net csproj CTR

2018-02-14 Thread florianhockmann
Repository: tinkerpop Updated Branches: refs/heads/tp32 2d7113aaa -> 7f39b188e TINKERPOP-1885 Clean up Gremlin.Net csproj CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f39b188 Tree:

[1/2] tinkerpop git commit: TINKERPOP-1885 Clean up Gremlin.Net csproj CTR

2018-02-14 Thread florianhockmann
Repository: tinkerpop Updated Branches: refs/heads/master 764615fbf -> 041bb3fe4 TINKERPOP-1885 Clean up Gremlin.Net csproj CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7f39b188 Tree:

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

2018-02-14 Thread florianhockmann
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/041bb3fe Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/041bb3fe Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/041bb3fe