[tinkerpop] branch TINKERPOP-2681-DOC updated (d4fe1ca -> dd19095)

2022-03-25 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2681-DOC in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard d4fe1ca Changed grammar to accept groovy like syntax for Map initializers discard 0bb72e0

[GitHub] [tinkerpop] divijvaidya edited a comment on pull request #1594: Gremlin-Go GA - Preview Ready

2022-03-25 Thread GitBox
divijvaidya edited a comment on pull request #1594: URL: https://github.com/apache/tinkerpop/pull/1594#issuecomment-1079282651 > does that clarify the plan better? Yep. Absolutely. That does make me comfortable with that fact that we don't have integration tests here. Thanks for

[GitHub] [tinkerpop] divijvaidya commented on pull request #1594: Gremlin-Go GA - Preview Ready

2022-03-25 Thread GitBox
divijvaidya commented on pull request #1594: URL: https://github.com/apache/tinkerpop/pull/1594#issuecomment-1079282651 > does that clarify the plan better? Yep. Absolutely. That does make me comfortable with that fact that we done't have integration tests here. Thanks for being

[GitHub] [tinkerpop] spmallette commented on pull request #1594: Gremlin-Go GA - Preview Ready

2022-03-25 Thread GitBox
spmallette commented on pull request #1594: URL: https://github.com/apache/tinkerpop/pull/1594#issuecomment-1079158533 > My main concern is that GA status for a component here in this project would mean that users can start using this in production scenarios. i feel like we have

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request #1595: Update pytest requirement from <7.1.0,>=4.6.4 to >=4.6.4,<7.2.0 in /gremlin-python/src/main/python

2022-03-25 Thread GitBox
dependabot[bot] opened a new pull request #1595: URL: https://github.com/apache/tinkerpop/pull/1595 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from

[tinkerpop] branch dependabot/pip/gremlin-python/src/main/python/3.5-dev/pytest-gte-4.6.4-and-lt-7.2.0 created (now ccafca9)

2022-03-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/gremlin-python/src/main/python/3.5-dev/pytest-gte-4.6.4-and-lt-7.2.0 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at ccafca9 Update pytest

[GitHub] [tinkerpop] divijvaidya commented on pull request #1594: Gremlin-Go GA - Preview Ready

2022-03-25 Thread GitBox
divijvaidya commented on pull request #1594: URL: https://github.com/apache/tinkerpop/pull/1594#issuecomment-1079055736 (Please correct me if I am wrong, there's a lot of files so I might have missed this) Another missing component from this PR is the handling of Ping WebSocketFrame

[tinkerpop] branch master updated: TINKERPOP-2686 Added VertexProperty assertion support in Python CTR

2022-03-25 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/master by this push: new 76b2927 TINKERPOP-2686 Added

[GitHub] [tinkerpop] divijvaidya commented on pull request #1594: Gremlin-Go GA - Preview Ready

2022-03-25 Thread GitBox
divijvaidya commented on pull request #1594: URL: https://github.com/apache/tinkerpop/pull/1594#issuecomment-1079042384 > > We are missing integration tests against the server (unless I missed something), which can validate the client behaviour in scenario such as: > > I'm not sure