[jira] [Commented] (TINKERPOP-1600) Consistent use of base 64 encoded bytes for SASL negotiation

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15825589#comment-15825589 ] ASF GitHub Bot commented on TINKERPOP-1600: --- Github user vtslab commented on the issue:

[GitHub] tinkerpop issue #533: TINKERPOP-1600 Added base64 encoded string to sasl cha...

2017-01-16 Thread vtslab
Github user vtslab commented on the issue: https://github.com/apache/tinkerpop/pull/533 While this solves the issue for byte[] returned from Sasl, I can still crash the driver by adding a byte[] as a vertex property and ask for the result: gremlin> g.V(1).property('test1', 'test1'

[jira] [Commented] (TINKERPOP-1601) LazyBarrierStrategy should not check is.testing

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824836#comment-15824836 ] ASF GitHub Bot commented on TINKERPOP-1601: --- GitHub user dkuppitz opened a pull request:

[GitHub] tinkerpop pull request #535: TINKERPOP-1601 LazyBarrierStrategy should not c...

2017-01-16 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/535 TINKERPOP-1601 LazyBarrierStrategy should not check is.testing https://issues.apache.org/jira/browse/TINKERPOP-1601 Only a minor improvement (strategies shouldn't behave differently

[jira] [Commented] (TINKERPOP-1600) Consistent use of base 64 encoded bytes for SASL negotiation

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824593#comment-15824593 ] ASF GitHub Bot commented on TINKERPOP-1600: --- Github user vtslab commented on the issue:

[GitHub] tinkerpop issue #533: TINKERPOP-1600 Added base64 encoded string to sasl cha...

2017-01-16 Thread vtslab
Github user vtslab commented on the issue: https://github.com/apache/tinkerpop/pull/533 This attacks the same issue as I had in PR TINKERPOP-1566 Kerberos: [https://github.com/apache/tinkerpop/pull/534/commits/62648242c6576b020d2dd2933b89b9d69e87fed0] I am fine with your

[jira] [Commented] (TINKERPOP-1601) LazyBarrierStrategy should not check is.testing

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824594#comment-15824594 ] ASF GitHub Bot commented on TINKERPOP-1601: --- Github user dkuppitz closed the pull request

[jira] [Commented] (TINKERPOP-1566) Kerberos authentication for gremlin-server

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824585#comment-15824585 ] ASF GitHub Bot commented on TINKERPOP-1566: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #534: Tinkerpop 1566

2017-01-16 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/534 Thanks for this - Could you please update the name of the pull request to be: "TINKERPOP-1566 Kerberos" - basically we just need the JIRA identifier in the prefix of the name so that it hooks

[GitHub] tinkerpop pull request #534: Tinkerpop 1566

2017-01-16 Thread vtslab
GitHub user vtslab opened a pull request: https://github.com/apache/tinkerpop/pull/534 Tinkerpop 1566 This PR includes three items (as stated in the changelog): 1 Added Kerberos authentication to `gremlin-server` for websockets and nio transport. 2 Added audit logging

[GitHub] tinkerpop issue #503: Fixed and simplified 'language not supported' formatti...

2017-01-16 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/503 @joshsh think you might come back to this pull request any time soon? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] tinkerpop issue #529: TINKERPOP-1549 Implement skip()

2017-01-16 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/529 All tests pass with `docker/build.sh -t -n -i` VOTE +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[jira] [Commented] (TINKERPOP-1549) Implement skip()

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824568#comment-15824568 ] ASF GitHub Bot commented on TINKERPOP-1549: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop issue #531: Added more recipes

2017-01-16 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/531 Thanks for all the feedback. I've pushed some changes on this branch given the comments I've seen. I think I got all of it. Good to vote now? --- If your project is set up for it, you can

[jira] [Commented] (TINKERPOP-1600) Consistent use of base 64 encoded bytes for SASL negotiation

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824553#comment-15824553 ] ASF GitHub Bot commented on TINKERPOP-1600: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #533: TINKERPOP-1600 Added base64 encoded string to s...

2017-01-16 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/533 TINKERPOP-1600 Added base64 encoded string to sasl challenge This is a small change but I was hoping for some tests by driver providers before merging as this change messes with the

[jira] [Commented] (TINKERPOP-1601) LazyBarrierStrategy should not check is.testing

2017-01-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824467#comment-15824467 ] ASF GitHub Bot commented on TINKERPOP-1601: --- GitHub user dkuppitz opened a pull request:

[GitHub] tinkerpop pull request #532: TINKERPOP-1601 LazyBarrierStrategy should not c...

2017-01-16 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/532 TINKERPOP-1601 LazyBarrierStrategy should not check is.testing https://issues.apache.org/jira/browse/TINKERPOP-1601 Only a minor improvement (strategies shouldn't behave differently

[jira] [Commented] (TINKERPOP-1566) Kerberos authentication for gremlin-server

2017-01-16 Thread Marc de Lignie (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824460#comment-15824460 ] Marc de Lignie commented on TINKERPOP-1566: --- I am in the rebase and final testing phase.

[jira] [Created] (TINKERPOP-1601) LazyBarrierStrategy should not check is.testing

2017-01-16 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1601: - Summary: LazyBarrierStrategy should not check is.testing Key: TINKERPOP-1601 URL: https://issues.apache.org/jira/browse/TINKERPOP-1601 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1599) implement real gremlin-python driver

2017-01-16 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824354#comment-15824354 ] stephen mallette commented on TINKERPOP-1599: - I gave it a quick look. I see that you

[jira] [Commented] (TINKERPOP-1599) implement real gremlin-python driver

2017-01-16 Thread David M. Brown (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15824219#comment-15824219 ] David M. Brown commented on TINKERPOP-1599: --- I've made a few small fixes since I first

[jira] [Created] (TINKERPOP-1600) Consistent use of base 64 encoded bytes for SASL negotiation

2017-01-16 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1600: --- Summary: Consistent use of base 64 encoded bytes for SASL negotiation Key: TINKERPOP-1600 URL: https://issues.apache.org/jira/browse/TINKERPOP-1600

[jira] [Updated] (TINKERPOP-1574) Get rid of untyped GraphSON 3.0

2017-01-16 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1574: Labels: (was: breaking) > Get rid of untyped GraphSON 3.0 >

[jira] [Updated] (TINKERPOP-1574) Get rid of untyped GraphSON 3.0

2017-01-16 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1574: Summary: Get rid of untyped GraphSON 3.0 (was: Get rid of untyped GraphSON