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"
[
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 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.
---
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 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
[
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
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]
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'
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 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 user robertdale commented on the issue:
https://github.com/apache/tinkerpop/pull/930
master: `docker/build.sh -i -t -n` BUILD SUCCESS
---
[
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 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
[
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
[
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 user robertdale commented on the issue:
https://github.com/apache/tinkerpop/pull/930
tp33: `docker/build.sh -i -t -n` SUCCESS
master: building...
---
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 &
stephen mallette created TINKERPOP-2034:
---
Summary: Register synchronizedMap() with Gryo
Key: TINKERPOP-2034
URL: https://issues.apache.org/jira/browse/TINKERPOP-2034
Project: TinkerPop
[
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
[
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
[
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 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
[
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
23 matches
Mail list logo