[GitHub] [tinkerpop] xiazcy opened a new pull request, #1665: Gremlin-Go: Updated Docker Testing Set Up

2022-05-19 Thread GitBox
xiazcy opened a new pull request, #1665: URL: https://github.com/apache/tinkerpop/pull/1665 The current gremlin server version is now being dynamically parsed by an added run.sh script, which passes the version as environment variable and executes the docker compose for Gremlin Go testing.

[GitHub] [tinkerpop] codecov-commenter commented on pull request #1663: Gremlin-Go: Added support for additional types

2022-05-19 Thread GitBox
codecov-commenter commented on PR #1663: URL: https://github.com/apache/tinkerpop/pull/1663#issuecomment-1132248539 # [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1663?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache

[tinkerpop] branch 3.6-dev updated: Fixing cucumber test failures in gremlin-go

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a commit to branch 3.6-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/3.6-dev by this push: new 039d409337 Fixing cucumber test failures i

[tinkerpop] branch master updated (4943a321d8 -> 88587c7b24)

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 4943a321d8 Merge branch '3.6-dev' add 039d409337 Fixing cucumber test failures in gremlin-go new 88587c7

[tinkerpop] 01/01: Merge branch '3.6-dev'

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 88587c7b24a9e6ff75c5b64e06fe9f6992d9b397 Merge: 4943a321d8 039d409337 Author: Lyndon Bauto AuthorDate: Thu May 19 14

[tinkerpop] branch master updated (add7acc14d -> 4943a321d8)

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from add7acc14d Merge branch '3.6-dev' add b2c050fd33 Adjust export of enum traversal operations (#1650) add

[tinkerpop] 01/01: Merge branch '3.6-dev'

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 4943a321d8e0cd81ae1ae5e2e948cb56d7460313 Merge: add7acc14d 7d8f3cff40 Author: Lyndon Bauto AuthorDate: Thu May 19 13

[tinkerpop] branch 3.6-dev updated (959bf876f6 -> 7d8f3cff40)

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a change to branch 3.6-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 959bf876f6 Merge branch '3.5-dev' into 3.6-dev add b2c050fd33 Adjust export of enum traversal operations (#1

[GitHub] [tinkerpop] lyndonbauto commented on pull request #1653: refactor ResultSet.One() to handle nil result

2022-05-19 Thread GitBox
lyndonbauto commented on PR #1653: URL: https://github.com/apache/tinkerpop/pull/1653#issuecomment-1132161998 > 1 week lazy consensus. Will merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[tinkerpop] branch 3.5-dev updated: refactor ResultSet.One() to handle nil result (#1653)

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a commit to branch 3.5-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/3.5-dev by this push: new f59c47cab9 refactor ResultSet.One() to han

[GitHub] [tinkerpop] lyndonbauto merged pull request #1653: refactor ResultSet.One() to handle nil result

2022-05-19 Thread GitBox
lyndonbauto merged PR #1653: URL: https://github.com/apache/tinkerpop/pull/1653 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tink

[tinkerpop] branch 3.5-dev updated (d90a2e0e04 -> b2c050fd33)

2022-05-19 Thread lyndonb
This is an automated email from the ASF dual-hosted git repository. lyndonb pushed a change to branch 3.5-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from d90a2e0e04 Merge branch 'dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-6.0.4' into 3.5-dev add b

[GitHub] [tinkerpop] lyndonbauto merged pull request #1650: Adjust export of enum traversal operations

2022-05-19 Thread GitBox
lyndonbauto merged PR #1650: URL: https://github.com/apache/tinkerpop/pull/1650 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tink

[GitHub] [tinkerpop] li-boxuan commented on a diff in pull request #1657: TINKERPOP-2742 Give graph providers a hint of property cardinality

2022-05-19 Thread GitBox
li-boxuan commented on code in PR #1657: URL: https://github.com/apache/tinkerpop/pull/1657#discussion_r877020771 ## tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java: ## @@ -411,6 +404,15 @@ public boolean willAllowId(final Ob

[GitHub] [tinkerpop] spmallette commented on a diff in pull request #1657: TINKERPOP-2742 Give graph providers a hint of property cardinality

2022-05-19 Thread GitBox
spmallette commented on code in PR #1657: URL: https://github.com/apache/tinkerpop/pull/1657#discussion_r876979160 ## tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java: ## @@ -411,6 +404,15 @@ public boolean willAllowId(final O

[GitHub] [tinkerpop] spmallette commented on a diff in pull request #1657: TINKERPOP-2742 Give graph providers a hint of property cardinality

2022-05-19 Thread GitBox
spmallette commented on code in PR #1657: URL: https://github.com/apache/tinkerpop/pull/1657#discussion_r876938569 ## tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java: ## @@ -42,14 +42,7 @@ import org.apache.tinkerpop.gremlin

[GitHub] [tinkerpop] spmallette commented on a diff in pull request #1659: TINKERPOP-2745: Add getter method for properties

2022-05-19 Thread GitBox
spmallette commented on code in PR #1659: URL: https://github.com/apache/tinkerpop/pull/1659#discussion_r876931423 ## gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.java: ## @@ -48,6 +50,10 @@ public static final String VERTEX_PROGR

[GitHub] [tinkerpop] spmallette commented on a diff in pull request #1659: TINKERPOP-2745: Add getter method for properties

2022-05-19 Thread GitBox
spmallette commented on code in PR #1659: URL: https://github.com/apache/tinkerpop/pull/1659#discussion_r876910116 ## gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/clustering/connected/ConnectedComponentVertexProgram.java: ## @@ -76,6 +75,14 @@ public

[GitHub] [tinkerpop] spmallette commented on a diff in pull request #1659: TINKERPOP-2745: Add getter method for properties

2022-05-19 Thread GitBox
spmallette commented on code in PR #1659: URL: https://github.com/apache/tinkerpop/pull/1659#discussion_r876908792 ## gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/clustering/connected/ConnectedComponentVertexProgram.java: ## @@ -43,12 +44,10 @@ impor

[GitHub] [tinkerpop] codecov-commenter commented on pull request #1660: Bump Moq from 4.17.2 to 4.18.1 in /gremlin-dotnet

2022-05-19 Thread GitBox
codecov-commenter commented on PR #1660: URL: https://github.com/apache/tinkerpop/pull/1660#issuecomment-1131376348 # [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1660?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache

[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Moq-4.18.1 updated (3029a3e6eb -> e2bba8f3a5)

2022-05-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/nuget/gremlin-dotnet/3.5-dev/Moq-4.18.1 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git discard 3029a3e6eb Bump Moq from 4.17.2 to 4.18.1 in /gremlin-dotnet

[tinkerpop] branch master updated (11502fb5bd -> add7acc14d)

2022-05-19 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository. florianhockmann pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 11502fb5bd Merge branch '3.6-dev' add cf653e303d Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 in

[GitHub] [tinkerpop] FlorianHockmann merged pull request #1647: Bump System.Text.Json from 6.0.3 to 6.0.4 in /gremlin-dotnet

2022-05-19 Thread GitBox
FlorianHockmann merged PR #1647: URL: https://github.com/apache/tinkerpop/pull/1647 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@

[tinkerpop] branch 3.5-dev updated (60dd5f966a -> d90a2e0e04)

2022-05-19 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository. florianhockmann pushed a change to branch 3.5-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 60dd5f966a Fix for boolean writes add cf653e303d Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 i

[GitHub] [tinkerpop] FlorianHockmann merged pull request #1646: Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 in /gremlin-dotnet

2022-05-19 Thread GitBox
FlorianHockmann merged PR #1646: URL: https://github.com/apache/tinkerpop/pull/1646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@

[tinkerpop] branch 3.6-dev updated (265fbb6bda -> 959bf876f6)

2022-05-19 Thread florianhockmann
This is an automated email from the ASF dual-hosted git repository. florianhockmann pushed a change to branch 3.6-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git from 265fbb6bda Merge branch '3.5-dev' into 3.6-dev add cf653e303d Bump Microsoft.NET.Test.Sdk from 17.1.