[GitHub] tinkerpop issue #929: Pass custom headers to the websocket connection

2018-09-12 Thread JavierGarciaGarcia
Github user JavierGarciaGarcia commented on the issue: https://github.com/apache/tinkerpop/pull/929 Hi @deejvince, sorry to bother you again, but i'm still having the same issue using this url. Just to be sure, you've used "ws://neptune-endpoint:8182/gremlin\nSigning host;x-amz-date"

[jira] [Commented] (TINKERPOP-2035) Pass custom headers to the websocket connection

2018-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16613038#comment-16613038 ] ASF GitHub Bot commented on TINKERPOP-2035: --- Github user beebs-systap comme

[GitHub] tinkerpop issue #929: Pass custom headers to the websocket connection

2018-09-12 Thread beebs-systap
Github user beebs-systap commented on the issue: https://github.com/apache/tinkerpop/pull/929 Created [TINKERPOP-2035](https://issues.apache.org/jira/browse/TINKERPOP-2035) to track in JIRA. ---

[jira] [Created] (TINKERPOP-2035) Pass custom headers to the websocket connection

2018-09-12 Thread Brad Bebee (JIRA)
Brad Bebee created TINKERPOP-2035: - Summary: Pass custom headers to the websocket connection Key: TINKERPOP-2035 URL: https://issues.apache.org/jira/browse/TINKERPOP-2035 Project: TinkerPop I

[GitHub] tinkerpop issue #915: Tinkerpop 1913-Followup

2018-09-12 Thread ashwinisingh01
Github user ashwinisingh01 commented on the issue: https://github.com/apache/tinkerpop/pull/915 You have push access to the repo. Is there some other setting that I am missing ? [cid:image001.png@01D44A9F.B8EE7DC0] From: Patrik Husfloen Sent: Wednesday, Sept

[jira] [Updated] (TINKERPOP-2033) Maintain order of profile() annotations

2018-09-12 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2033: Description: The {{annotations}} of {{ImmutableMetrics}} uses a {{ConcurrentHas

Re: [DISCUSS] Uniqueness of property ids

2018-09-12 Thread Stephen Mallette
that much actually makes sense - the problem is the TinkerGraph default configuration and Java Number Brain Damage On Wed, Sep 12, 2018 at 3:12 PM Robert Dale wrote: > Very strange indeed... > > gremlin> g = TinkerGraph.open().traversal() > ==>graphtraversalsource[tinkergraph[vertices:0 edges:0]

Re: [DISCUSS] Uniqueness of property ids

2018-09-12 Thread Robert Dale
Very strange indeed... gremlin> g = TinkerGraph.open().traversal() ==>graphtraversalsource[tinkergraph[vertices:0 edges:0], standard] gremlin> g.addV().property('name','marko') ==>v[0] gremlin> g.addV().property(single, 'name', 'stephen', id, 4L) ==>v[2] gremlin> g.addV().property('name','daniel'

[DISCUSS] Uniqueness of property ids

2018-09-12 Thread Daniel Kuppitz
Right now we don't enforce uniqueness of property ids, which can lead to very weird results: gremlin> g = TinkerGraph.open().traversal() ==>graphtraversalsource[tinkergraph[vertices:0 edges:0], standard] gremlin> g.addV().property(single, 'foo', 'bar', id, 1).property(single, 'bar', 'baz', id, 1)

[GitHub] tinkerpop issue #915: Tinkerpop 1913-Followup

2018-09-12 Thread redoz
Github user redoz commented on the issue: https://github.com/apache/tinkerpop/pull/915 @ashwinisingh01 I accepted your invite but I still get an error trying to push to your repository. Could you please verify the access settings? ---

[GitHub] tinkerpop issue #930: TINKERPOP-2032 bump jython-standalone 2.7.1

2018-09-12 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/930 master: `docker/build.sh -i -t -n` BUILD SUCCESS ---

[jira] [Commented] (TINKERPOP-2032) Update jython-standalone

2018-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612541#comment-16612541 ] ASF GitHub Bot commented on TINKERPOP-2032: --- Github user robertdale comment

[GitHub] tinkerpop issue #929: Pass custom headers to the websocket connection

2018-09-12 Thread deejvince
Github user deejvince commented on the issue: https://github.com/apache/tinkerpop/pull/929 Hi @JavierGarciaGarcia, Yes I made it work by using url ws://neptune-endpoint:8182/gremlin Signing host;x-amz-date And passing the signature in the Authorization header as well as

[jira] [Closed] (TINKERPOP-2034) Register synchronizedMap() with Gryo

2018-09-12 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2034. --- Resolution: Done Implemented via CTR on https://github.com/apache/tinkerpop/comm

[jira] [Commented] (TINKERPOP-2032) Update jython-standalone

2018-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612383#comment-16612383 ] ASF GitHub Bot commented on TINKERPOP-2032: --- Github user robertdale comment

[GitHub] tinkerpop issue #930: TINKERPOP-2032 bump jython-standalone 2.7.1

2018-09-12 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/930 tp33: `docker/build.sh -i -t -n` SUCCESS master: building... ---

[GitHub] tinkerpop issue #929: Pass custom headers to the websocket connection

2018-09-12 Thread JavierGarciaGarcia
Github user JavierGarciaGarcia commented on the issue: https://github.com/apache/tinkerpop/pull/929 Hi deejvince, i'm trying to connect aws neptune with websockets and i'm facing the same issue than you with the authorization headers. Can you make it work by passing Authorization &

[jira] [Created] (TINKERPOP-2034) Register synchronizedMap() with Gryo

2018-09-12 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-2034: --- Summary: Register synchronizedMap() with Gryo Key: TINKERPOP-2034 URL: https://issues.apache.org/jira/browse/TINKERPOP-2034 Project: TinkerPop

[jira] [Updated] (TINKERPOP-2033) Maintain order of profile() annotations

2018-09-12 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2033: Labels: breaking (was: ) Description: The {{annotations}} of {{Immuta

[jira] [Updated] (TINKERPOP-2033) Maintain order of profile() annotations

2018-09-12 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2033: Labels: (was: breaking) Description: The {{annotations}} of {{Immutab

[jira] [Commented] (TINKERPOP-2032) Update jython-standalone

2018-09-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612055#comment-16612055 ] ASF GitHub Bot commented on TINKERPOP-2032: --- Github user spmallette comment

[GitHub] tinkerpop issue #930: TINKERPOP-2032 bump jython-standalone 2.7.1

2018-09-12 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/930 I felt like I tried this once before and I got all kinda hella build failuresmaybe I'm mistaken. Seems to build now. I would try to merge forward to the other branches and see what happens

[jira] [Commented] (TINKERPOP-1972) inject() tests are throwing exceptions in .NET GLV tests

2018-09-12 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16611811#comment-16611811 ] Jorge Bay commented on TINKERPOP-1972: -- I was able to fix the issue in the test