[GitHub] tinkerpop pull request #847: JavaScript GLV: Document lack of GraphSON3 supp...

2018-04-20 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/847 JavaScript GLV: Document lack of GraphSON3 support Document that GraphSON3 is not supported and how to add GraphSON2 serializers to the Gremlin Server 3.3+. No need to vote, we can

[GitHub] tinkerpop pull request #846: Fix JavaScript Gremlin documentation

2018-04-20 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/846 Fix JavaScript Gremlin documentation Several fixes to the JavaScript GLV documentation: - Use 'gremlin' package name - Include information regarding Promises - Reference

[GitHub] tinkerpop pull request #840: Gremlin.net: Added a TimeSpanConverter for Grap...

2018-04-19 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/840#discussion_r182710477 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/TimeSpanConverter.cs --- @@ -0,0 +1,45 @@ +#region License

[GitHub] tinkerpop issue #841: TINKERPOP-1941 Removed deprecated structure api except...

2018-04-19 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/841 lgtm, VOTE +1 ---

[GitHub] tinkerpop pull request #840: Gremlin.net: Added a TimeSpanConverter for Grap...

2018-04-19 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/840#discussion_r182680326 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/TimeSpanConverter.cs --- @@ -0,0 +1,45 @@ +#region License

[GitHub] tinkerpop issue #834: TINKERPOP-1927 Coerced BulkSet to g:List in GraphSON 3...

2018-04-11 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/834 Great! VOTE +1 ---

[GitHub] tinkerpop issue #822: TINKERPOP-1880 Sign assembly on Linux and macOS

2018-03-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/822 I've merged it into `tp32`, `tp32` into `tp33` and `tp33` into `master`. This pull request shown master being the base branch when it was `tp32`. ---

[GitHub] tinkerpop pull request #823: TINKERPOP-1866 Support g:T for .NET

2018-03-23 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/823#discussion_r176684867 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/EnumWrapper.cs --- @@ -48,5 +50,32 @@ protected EnumWrapper(string enumName, string enumValue

[GitHub] tinkerpop issue #822: TINKERPOP-1880 Sign assembly on Linux and macOS

2018-03-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/822 Nice catch @spmallette, I've fixed it. ---

[GitHub] tinkerpop pull request #822: TINKERPOP-1880 Sign assembly on Linux and macOS

2018-03-22 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/822 TINKERPOP-1880 Sign assembly on Linux and macOS With the latest .NET Core SDK (2.1.101), its now possible to sign assemblies from Linux and macOS. We should update our own local

[GitHub] tinkerpop issue #820: TINKERPOP-1865 Run Gremlin.Net tests with GraphSON 3.0

2018-03-20 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/820 I agree, we should fix `g_V_storeXaX_byXoutEXcreatedX_countX_out_out_storeXaX_byXinEXcreatedX_weight_sumX` outside of this pr. Having the gherkin based tests running on GraphSON3

[GitHub] tinkerpop issue #820: TINKERPOP-1865 Run Gremlin.Net tests with GraphSON 3.0

2018-03-20 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/820 I've rebased this branch to get the fixes for `P.within()` from #817. Also, I've switched to use a lambda (now that we support it :) ) to obtain all the edges for the scenario data

[GitHub] tinkerpop pull request #817: TINKERPOP-1920 Fixed P.within/without() handlin...

2018-03-19 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/817#discussion_r175434403 --- Diff: gremlin-dotnet/glv/P.template --- @@ -94,8 +94,8 @@ namespace Gremlin.Net.Process.Traversal <% } %><% pmethods.findAll{ it in

[GitHub] tinkerpop issue #817: TINKERPOP-1920 Fixed P.within/without() handling for c...

2018-03-16 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/817 VOTE +1 ---

[GitHub] tinkerpop pull request #817: TINKERPOP-1920 Fixed P.within/without() handlin...

2018-03-16 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/817#discussion_r175035051 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/P.cs --- @@ -148,12 +154,29 @@ public static P Test(params object[] args

[GitHub] tinkerpop pull request #817: TINKERPOP-1920 Fixed P.within/without() handlin...

2018-03-16 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/817#discussion_r175033888 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/P.cs --- @@ -148,12 +154,29 @@ public static P Test(params object[] args

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-03-16 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r175032311 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Lambda.cs --- @@ -0,0 +1,59 @@ +#region License + +/* + * Licensed

[GitHub] tinkerpop issue #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-03-15 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/792 I would prefer a generic `ILambda` for string based lambdas (groovy and python) but I don't have an strong opinion about it. ---

[GitHub] tinkerpop issue #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-03-15 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/792 The implementation looks great and the final `GraphTraversal` and `GraphTraversalSource` APIs make a lot of sense, like: ```csharp public GraphTraversal<S, E2> Branch (IFu

[GitHub] tinkerpop issue #814: TINKERPOP-1896 Fixed bug in lambda processing for pyth...

2018-03-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/814 Makes sense, VOTE +1 ---

[GitHub] tinkerpop issue #812: TINKERPOP-1911 Refactored JavaTranslator

2018-03-12 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/812 lgtm, VOTE +1 ---

[GitHub] tinkerpop issue #807: TINKERPOP-1738 Bump to jackson 2.9.4

2018-03-08 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/807 VOTE: +1 ---

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-22 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r170027393 --- Diff: gremlin-dotnet/glv/generate.groovy --- @@ -48,7 +48,7 @@ def toCSharpTypeMap = ["Long": "long",

[GitHub] tinkerpop issue #800: TINKERPOP-1726 Added idleReadLimit and idleWriteLimit ...

2018-02-21 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/800 VOTE +1 ---

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-19 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169076841 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java --- @@ -147,7 +149,12 @@ public void init(final

[GitHub] tinkerpop pull request #800: TINKERPOP-1726 Added idleReadLimit and idleWrit...

2018-02-19 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/800#discussion_r169017035 --- Diff: gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/AbstractChannelizer.java --- @@ -147,7 +149,12 @@ public void init(final

[GitHub] tinkerpop issue #798: TINKERPOP-1857 - Consistency in GLV tests

2018-02-15 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/798 The increased coverage is great! I'm still puzzled by ticket 1891 (`P.not()` serialization) but that's a different issue. VOTE +1 ---

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167847541 --- Diff: gremlin-dotnet/glv/generate.groovy --- @@ -48,7 +48,7 @@ def toCSharpTypeMap = ["Long": "long",

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167791719 --- Diff: docs/src/reference/gremlin-variants.asciidoc --- @@ -436,6 +438,22 @@ NOTE: Many of the TraversalStrategy classes in Gremlin.Net are proxies

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167790135 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/IgnoreException.cs --- @@ -40,9 +40,6 @@ private static string GetMessage(IgnoreReason

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167789173 --- Diff: gremlin-dotnet/glv/generate.groovy --- @@ -48,7 +48,7 @@ def toCSharpTypeMap = ["Long": "long",

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167789705 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/LambdaSerializer.cs --- @@ -0,0 +1,45 @@ +#region License

[GitHub] tinkerpop pull request #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-02-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/792#discussion_r167789593 --- Diff: gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/LambdaSerializer.cs --- @@ -0,0 +1,45 @@ +#region License

[GitHub] tinkerpop issue #790: TINKERPOP-1875 Gremlin-Python only aggregates to list ...

2018-02-05 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/790 lgtm, VOTE +1 ---

[GitHub] tinkerpop issue #792: TINKERPOP-1854 Add Lambdas for Gremlin.Net

2018-01-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/792 I didn't have time to review this one, I hope I will be able to look into it by the end this week. ---

[GitHub] tinkerpop issue #780: TINKERPOP-1871: improve performance by not handling ex...

2018-01-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/780 lgtm! VOTE: +1 ---

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-19 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 Rebased. ---

[GitHub] tinkerpop pull request #776: TINKERPOP-1868 Gremlin.Net: Add Inject step to ...

2018-01-18 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/776#discussion_r162555342 --- Diff: gremlin-dotnet/glv/GraphTraversal.template --- @@ -68,7 +68,7 @@ namespace Gremlin.Net.Process.Traversal public GraphTraversal

[GitHub] tinkerpop pull request #776: TINKERPOP-1868 Gremlin.Net: Add Inject step to ...

2018-01-18 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/776#discussion_r162377440 --- Diff: gremlin-dotnet/glv/GraphTraversal.template --- @@ -68,7 +68,7 @@ namespace Gremlin.Net.Process.Traversal public GraphTraversal

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-18 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 > About `utils.toPromise` - if I understand you well, you want a dual callback/promise API for most async functions? Just promise-based API, no callback-based API. `utils.toProm

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-17 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 Thanks @dkuppitz for looking into the maven issue! I'll rebase it and add a `g:T` deserializer. ---

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-08 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 I've addressed the comments made by @spmallette: - I've included sections on the `development-environment.asciidoc` file for js environment and info for the release managers. - Moved

[GitHub] tinkerpop pull request #695: TINKERPOP-1489 JavaScript GLV

2018-01-08 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/695#discussion_r160120074 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/package.json --- @@ -0,0 +1,39 @@ +{ + "name": "gre

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2018-01-04 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 What a great time of the year to review this pr! 😄 ---

[GitHub] tinkerpop pull request #766: TINKERPOP-1447 Add some JavaScript intelligence...

2017-12-22 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/766#discussion_r158473167 --- Diff: docs/preprocessor/preprocess-file.sh --- @@ -139,7 +140,7 @@ if [ ! ${SKIP} ] && [ $(grep -c '^\[gremlin' ${input}) -gt 0 ]; then

[GitHub] tinkerpop issue #763: TINKERPOP-1848 use generated datetime to ignore timezo...

2017-12-06 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/763 VOTE +1 ---

[GitHub] tinkerpop pull request #764: GLV Test Suite: Restore Local feature scenarios...

2017-12-05 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/764 GLV Test Suite: Restore Local feature scenarios to master branch As part of fixing conflicts and understanding GLV test failures on the last `tp32->master` merge, I've removed most scenar

[GitHub] tinkerpop issue #763: TINKERPOP-1848 python dates should be UTC in and out

2017-12-04 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/763 I think this should be targeted to `tp32` branch. ---

[GitHub] tinkerpop issue #754: TINKERPOP-1827 Gremlin .NET: Test Suite Runner

2017-12-04 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/754 I've addressed the issues brought up in @FlorianHockmann's review. ---

[GitHub] tinkerpop pull request #754: TINKERPOP-1827 Gremlin .NET: Test Suite Runner

2017-12-04 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/754#discussion_r154619459 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs --- @@ -0,0 +1,381 @@ +#region License

[GitHub] tinkerpop pull request #762: TINKERPOP-1745 Gremlin.Net: Use DateTimeOffset ...

2017-12-01 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/762 TINKERPOP-1745 Gremlin.Net: Use DateTimeOffset for g:Date and g:Timestamp https://issues.apache.org/jira/browse/TINKERPOP-1745 VOTE +1 You can merge this pull request into a Git

[GitHub] tinkerpop pull request #761: TINKERPOP-1825 Gremlin.Net: fix generation of C...

2017-12-01 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/761 TINKERPOP-1825 Gremlin.Net: fix generation of Constant() and Fold() steps https://issues.apache.org/jira/browse/TINKERPOP-1825 Addressed the issue where generic parameter types

[GitHub] tinkerpop issue #760: TINKERPOP-1806 Consistent use of Gremlin.Net instead o...

2017-11-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/760 lgtm! VOTE +1 ---

[GitHub] tinkerpop issue #695: TINKERPOP-1489 JavaScript GLV

2017-11-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/695 I've implemented the support files for the gherkin test suite. Thanks to the test suite, I've found and fixed some bugs that were part of the original implementation. `mvn clean

[GitHub] tinkerpop issue #758: TINKERPOP-1734 DSL for Gremlin .NET

2017-11-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/758 VOTE +1 ---

[GitHub] tinkerpop issue #754: TINKERPOP-1827 Gremlin .NET: Test Suite Runner

2017-11-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/754 I've rebased after #757 was merged. Included all previously skipped scenarios related to `IDictionary<K, V>` coercion. I included two type-related fixes to the Match and Group fe

[GitHub] tinkerpop issue #753: TINKERPOP-1811 Fixed bytecode deserialization error me...

2017-11-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/753 Besides the suggestion from @dkuppitz , lgtm! VOTE +1 ---

[GitHub] tinkerpop pull request #753: TINKERPOP-1811 Fixed bytecode deserialization e...

2017-11-30 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/753#discussion_r154010923 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/jsr223/JavaTranslator.java --- @@ -173,6 +173,12 @@ private Object invokeMethod(final

[GitHub] tinkerpop pull request #757: TINKERPOP-1837 Gremlin .NET: Provide type coerc...

2017-11-27 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/757#discussion_r153151298 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/DefaultTraversal.cs --- @@ -86,9 +87,61 @@ public void Reset

[GitHub] tinkerpop pull request #757: TINKERPOP-1837 Gremlin .NET: Provide type coerc...

2017-11-27 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/757#discussion_r153128066 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/DefaultTraversal.cs --- @@ -86,9 +87,61 @@ public void Reset

[GitHub] tinkerpop pull request #754: TINKERPOP-1827 Gremlin .NET: Test Suite Runner

2017-11-27 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/754#discussion_r153125632 --- Diff: gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/TraversalEvaluation/TraversalParser.cs --- @@ -0,0 +1,472 @@ +#region License

[GitHub] tinkerpop pull request #757: TINKERPOP-1837 Gremlin .NET: Provide type coerc...

2017-11-26 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/757#discussion_r153125359 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/DefaultTraversal.cs --- @@ -86,9 +87,61 @@ public void Reset

[GitHub] tinkerpop issue #754: TINKERPOP-1827 Gremlin .NET: Test Suite Runner

2017-11-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/754 I rebased it against `tp32`, all tests pass. VOTE +1 ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 Nice! lgtm VOTE +1 ---

[GitHub] tinkerpop pull request #757: TINKERPOP-1837 Gremlin .NET: Provide type coerc...

2017-11-22 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/757 TINKERPOP-1837 Gremlin .NET: Provide type coercion between IDictionary<K, V> instances https://issues.apache.org/jira/browse/TINKERPOP-1837 (The new Travis job comes in

[GitHub] tinkerpop issue #752: TINKERPOP-1820 TravisCI: Add Gremlin.Net as job

2017-11-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/752 Landed in `tp32` and merged into `master`. ---

[GitHub] tinkerpop issue #752: TINKERPOP-1820 TravisCI: Add Gremlin.Net as job

2017-11-21 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/752 @spmallette Yes, the separate jobs run in parallel, so in a few minutes you can check if the module from the job is affected. VOTE +1 ---

[GitHub] tinkerpop pull request #754: TINKERPOP-1827 Gremlin .NET: Test Suite Runner

2017-11-21 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/754 TINKERPOP-1827 Gremlin .NET: Test Suite Runner https://issues.apache.org/jira/browse/TINKERPOP-1827 Adds support for Gherkin features for Gremlin.NET. Changes are made on top

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-21 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r152230125 --- Diff: gremlin-test/features/sideEffect/Sack.feature --- @@ -0,0 +1,71 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-20 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r152009040 --- Diff: gremlin-test/features/map/Fold.feature --- @@ -0,0 +1,57 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] tinkerpop pull request #752: TINKERPOP-1820 TravisCI: Add Gremlin.Net as job

2017-11-20 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/752 TINKERPOP-1820 TravisCI: Add Gremlin.Net as job https://issues.apache.org/jira/browse/TINKERPOP-1820 Adds `gremlin-dotnet` integration tests to travis build as a separate job. You can

[GitHub] tinkerpop issue #738: TINKERPOP-1820 Include Python and .NET GLVs on TravisC...

2017-11-20 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/738 I'm closing this one. I'll open a new one to only add Gremlin.Net tests support. ---

[GitHub] tinkerpop pull request #738: TINKERPOP-1820 Include Python and .NET GLVs on ...

2017-11-20 Thread jorgebay
Github user jorgebay closed the pull request at: https://github.com/apache/tinkerpop/pull/738 ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-20 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 @robertdale thanks for looking into it. I'm running `mvn clean install -DskipTests` followed by a `mvn clean install -pl :gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-17 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r151703665 --- Diff: gremlin-test/features/map/Min.feature --- @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-16 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r151456526 --- Diff: gremlin-test/features/branch/Choose.feature --- @@ -0,0 +1,124 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-15 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 I'm getting a path related issue on Gremlin.Net - Test module, while executing: ``` mvn clean install -pl :gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-14 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 Ah, I see its possible to run integration test using: ``` mvn clean install -pl :gremlin-dotnet-source,:gremlin-dotnet-tests -P gremlin-dotnet -DskipIntegrationTests=false

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-14 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 hm... with the new server start scripts, when running from within a directory like: ``` cd gremlin-dotnet mvn clean install -P gremlin-dotnet ``` I get the following

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 `docker/build.sh -t -n -i` succeeds and tests pass. VOTE: +1 ---

[GitHub] tinkerpop issue #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/747 Fixes look good to me! I'm running integration tests locally on docker and I'll come back to give my plus one. ---

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r150542775 --- Diff: gremlin-test/src/test/java/org/apache/tinkerpop/gremlin/process/FeatureCoverageTest.java --- @@ -0,0 +1,131 @@ +/* + * Licensed

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r150542730 --- Diff: gremlin-python/src/main/jython/radish/feature_steps.py --- @@ -0,0 +1,231 @@ +''' +Licensed to the Apache Software Foundation (ASF

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r150497558 --- Diff: gremlin-python/src/main/jython/radish/feature_steps.py --- @@ -0,0 +1,231 @@ +''' +Licensed to the Apache Software Foundation (ASF

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r150476717 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/Remote/DriverRemoteConnection.cs --- @@ -36,15 +36,27 @@ namespace Gremlin.Net.Driver.Remote

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r150517147 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/Remote/DriverRemoteConnection.cs --- @@ -36,15 +36,27 @@ namespace Gremlin.Net.Driver.Remote

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r150477310 --- Diff: gremlin-python/pom.xml --- @@ -440,6 +440,17 @@ limitations under the License

[GitHub] tinkerpop pull request #747: TINKERPOP-1784 GLV Test Framework

2017-11-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/747#discussion_r150502204 --- Diff: gremlin-test/src/test/java/org/apache/tinkerpop/gremlin/process/FeatureCoverageTest.java --- @@ -0,0 +1,131 @@ +/* + * Licensed

[GitHub] tinkerpop issue #712: TINKERPOP-1752: Gremlin.Net: Generate completely type-...

2017-10-31 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/712 @FlorianHockmann Can we merge this? ---

[GitHub] tinkerpop issue #738: TINKERPOP-1820 Include Python and .NET GLVs on TravisC...

2017-10-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/738 > I see that you used the -q option. What happens if there is a failure in native python tests? currently i don't see any output for those, i'm wondering how that will fail when it d

[GitHub] tinkerpop issue #712: TINKERPOP-1752: Gremlin.Net: Generate completely type-...

2017-10-30 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/712 Yes it builds, this PR is good to go on my end! Sorry I forgot to confirm on Friday :/ ---

[GitHub] tinkerpop pull request #738: TINKERPOP-1820 Include Python and .NET GLVs on ...

2017-10-30 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/738 TINKERPOP-1820 Include Python and .NET GLVs on TravisCI https://issues.apache.org/jira/browse/TINKERPOP-1820 Run Python and .NET GLV tests on travis CI. You can merge this pull request

[GitHub] tinkerpop issue #712: TINKERPOP-1752: Gremlin.Net: Generate completely type-...

2017-10-27 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/712 All .NET tests passes with: ``` mvn clean install -DskipTests cd gremlin-dotnet && mvn clean install -P gremlin-dotnet ``` I'm running a `docker/build.sh -t -n -i` ---

[GitHub] tinkerpop issue #712: TINKERPOP-1752: Gremlin.Net: Generate completely type-...

2017-10-26 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/712 VOTE +1 ---

[GitHub] tinkerpop issue #732: TINKERPOP-1799 Fixed serialization of Path objects for...

2017-10-20 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/732 VOTE +1 ---

[GitHub] tinkerpop issue #728: Do not strong-freeze dependencies

2017-10-12 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/728 VOTE +1 ---

[GitHub] tinkerpop pull request #712: TINKERPOP-1752: Gremlin.Net: Generate completel...

2017-09-26 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/712#discussion_r141109744 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Bytecode.cs --- @@ -79,7 +85,77 @@ public void AddSource(string sourceName, params object

[GitHub] tinkerpop pull request #712: TINKERPOP-1752: Gremlin.Net: Generate completel...

2017-09-25 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/712#discussion_r140812056 --- Diff: gremlin-dotnet/glv/GraphTraversal.template --- @@ -65,9 +65,17 @@ namespace Gremlin.Net.Process.Traversal

[GitHub] tinkerpop pull request #712: TINKERPOP-1752: Gremlin.Net: Generate completel...

2017-09-25 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/712#discussion_r140818845 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Bindings.cs --- @@ -29,14 +32,42 @@ namespace Gremlin.Net.Process.Traversal public

[GitHub] tinkerpop pull request #712: TINKERPOP-1752: Gremlin.Net: Generate completel...

2017-09-25 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/712#discussion_r140818483 --- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/Bytecode.cs --- @@ -79,7 +85,77 @@ public void AddSource(string sourceName, params object

<    1   2   3   >