[GitHub] tinkerpop pull request #952: TINKERPOP-1959 submit scripts in javascript

2018-10-05 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/952#discussion_r222996609 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -216,14 +219,18 @@ class

[GitHub] tinkerpop issue #947: TINKERPOP-2055 Support NaN and Infinity in GraphSON

2018-10-04 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/947 Stephen "The Polyglot" VOTE +1 ---

[GitHub] tinkerpop issue #929: TINKERPOP-2035 Pass custom headers to the websocket co...

2018-09-27 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/929 I've created the tickets for the other languages on JIRA. ---

[GitHub] tinkerpop issue #929: TINKERPOP-2035 Pass custom headers to the websocket co...

2018-09-27 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/929 Landed in 54ad5f45e73bae05b957b89539cb6a61d557f445, thanks @deejvince and @beebs-systap ! ---

[GitHub] tinkerpop issue #929: TINKERPOP-2035 Pass custom headers to the websocket co...

2018-09-27 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/929 I was waiting for +1 for another committer, as it's a new feature. ---

[GitHub] tinkerpop pull request #922: TINKERPOP-1959: Gremlin Javascript ability to s...

2018-09-21 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/922#discussion_r219471784 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/client.js --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache

[GitHub] tinkerpop pull request #922: TINKERPOP-1959: Gremlin Javascript ability to s...

2018-09-21 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/922#discussion_r219469511 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/client.js --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache

[GitHub] tinkerpop issue #929: TINKERPOP-2035 Pass custom headers to the websocket co...

2018-09-21 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/929 Yes, as this is a small patch I'll apply it directly to `tp32`, instead of asking the OO to rebase it. ---

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

2018-09-18 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/915 It would be nice to include a changelog entry, as this contains some breaking changes (i.e.: `IGremlinClient` member and `ResponseException` constructor). In any case, the changes

[GitHub] tinkerpop issue #929: TINKERPOP-2035 Pass custom headers to the websocket co...

2018-09-14 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/929 lgtm, VOTE: +1 Once it gets approved, I'll create the tickets for the rest of the GLVs. ---

[GitHub] tinkerpop pull request #929: TINKERPOP-2035 Pass custom headers to the webso...

2018-09-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/929#discussion_r217371869 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -49,12 +49,14 @@ class

[GitHub] tinkerpop issue #929: TINKERPOP-2035 Pass custom headers to the websocket co...

2018-09-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/929 Thanks for the patch @deejvince and thanks for filing TINKERPOP-2035 @beebs-systap ! I think its a good idea to expose ways to set the request header, as it's part of the [protocol

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-11 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 I think we are going deeper into the rabbit hole... looks like you are focused on getting this one merged, if you think that's the best course of action, I don't mind reviewing it independently

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-11 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 Max in-flight should be a threshold that, when reached, more connections are created. When max amount of connections is reached, we can either: a) Continue queueing at connection

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-11 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 Yes, that's the design I was proposing, a minor note: > Either returns a random `Connection` or returns the least-used `Connection` based on an in-flight counter on the `Connect

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-10 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 I think we should abandon the idea about removing connections from a pool and the `ProxyConnection`, there is no point and it's not a good pattern. All connections in the pool

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-10 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 > What I meant here is that the connection cannot be used again until `SendAsync` completed. So, my suggestion for request pipelining is simply that the connection is taken out of the p

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-10 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 > Why do you want to keep the connections in the pool when a read/write operation is executed on them? They can't be used at that time anyway and I think that the current design is a lot eas

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-07 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 > Do you see other advantages? It allows the client to prime the server with enough requests in order to support maximum throughput. Considering the multithreaded asynchronous nat

[GitHub] tinkerpop pull request #922: TINKERPOP-1959: Gremlin Javascript ability to s...

2018-09-04 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/922#discussion_r214825070 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/translator.js --- @@ -0,0 +1,93 @@ +/* + * Licensed

[GitHub] tinkerpop pull request #922: TINKERPOP-1959: Gremlin Javascript ability to s...

2018-09-04 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/922#discussion_r214822151 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/client.js --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache

[GitHub] tinkerpop pull request #922: TINKERPOP-1959: Gremlin Javascript ability to s...

2018-09-04 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/922#discussion_r214823388 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -114,24 +114,26 @@ class

[GitHub] tinkerpop issue #922: TINKERPOP-1959: Gremlin Javascript ability to send a s...

2018-09-04 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/922 > I haven't considered the impact of this upon Bytecode so this may need to be changed or addressed on the Bytecode side, or Bytecode may already handle parameter maps? The Bytec

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-09-03 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 Its one send at a time, that means that we have to send it one at a time but not necessary awaiting to receive after each send. ```c# // Send in a loop until the queue is exhausted

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-31 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/903#discussion_r214375950 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/AsyncAutoResetEvent.cs --- @@ -0,0 +1,103 @@ +#region License + +/* + * Licensed

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-08-31 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 Also, I'm not sure I understand how this will come into place with TINKERPOP-1775. Currently a connection is being used to one send and receive one request/response pair at a time. We

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-31 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/903#discussion_r214294630 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/AsyncAutoResetEvent.cs --- @@ -0,0 +1,103 @@ +#region License + +/* + * Licensed

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-31 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/903#discussion_r214292415 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/ConnectionPool.cs --- @@ -33,91 +34,135 @@ internal class ConnectionPool : IDisposable

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-31 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/903#discussion_r214288173 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/AsyncAutoResetEvent.cs --- @@ -0,0 +1,103 @@ +#region License + +/* + * Licensed

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-31 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/903#discussion_r214288900 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/AsyncAutoResetEvent.cs --- @@ -0,0 +1,103 @@ +#region License + +/* + * Licensed

[GitHub] tinkerpop issue #922: TINKERPOP-1959: Gremlin Javascript ability to send a s...

2018-08-29 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/922 Glad to see you working on this @mattallenuk ! In line with what @spmallette was mentioning, I think we need expose a similar API as the rest of GLVs. Python GLV is a good example

[GitHub] tinkerpop issue #898: gremlin-javascript: Typescript typings definition

2018-08-27 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/898 > I'd be happy to give the typings file generation @mattallenuk I saw you've [created the ticket](https://issues.apache.org/jira/browse/TINKERPOP-2027): Nice! we can disc

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 Merged 🎉! Thanks @mattallenuk for your contribution. ---

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 I've pushed to the dev branch TINKERPOP-1977 with some minor fixes: https://github.com/apache/tinkerpop/compare/tp32...TINKERPOP-1977 Travis started building it, if it succeeds I'll

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 Its looking great! I'll merge it to a dev branch into the project repo and fix the minor test failure. ---

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 At this stage you have to use "rebase interactive" to manually select your commits and skip the rest. If you have a tool to do that, it would make your job a lot easier. ---

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 awesome! First, lets restore `tp32` on your repo: ``` git fetch upstream tp32 git checkout tp32 git reset --hard upstream/tp32 git push origin tp32

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 its not a problem :) As long as you make sure you don't loose your commits on the process (make sure you push a backup branch to your personal repository). I think the issue

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 I think the git branch is still based on`master` instead of `tp32`, that's why github shows a lot of additional commits. ---

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-22 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 Great contribution @mattallenuk! We should merge it to `tp32`. @mattallenuk do you want to change the base branch of this pull request and rebase? There shouldn't be any conflicts. We

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-20 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/903#discussion_r211183634 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/ConnectionPool.cs --- @@ -33,91 +34,134 @@ internal class ConnectionPool : IDisposable

[GitHub] tinkerpop pull request #915: Tinkerpop 1913-Followup

2018-08-16 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/915#discussion_r210506485 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/IResultSet.cs --- @@ -0,0 +1,43 @@ +#region License +/* + * Licensed to the Apache Software

[GitHub] tinkerpop pull request #903: Gremlin.Net: Add ConnectionPool min and max siz...

2018-08-14 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/903#discussion_r209870927 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/ConnectionPool.cs --- @@ -33,91 +34,134 @@ internal class ConnectionPool : IDisposable

[GitHub] tinkerpop issue #842: TINKERPOP-1945

2018-08-14 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/842 Great work @danielcweber ! Thanks for your patience during the process. ---

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-08-14 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 Nice! Looks great! VOTE: +1 ---

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-08-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/903 I'm back from OOO, I'll look at it this week. ---

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-08-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r209616766 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/test/integration/sasl-authentication-tests.js --- @@ -0,0 +1,68

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-08-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r209628120 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/test/integration/sasl-authentication-tests.js --- @@ -0,0 +1,68

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-08-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r209620249 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/auth/sasl-authenticator.js --- @@ -0,0 +1,48

[GitHub] tinkerpop issue #842: TINKERPOP-1945

2018-08-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/842 LGTM! VOTE: +1. Thanks @danielcweber for the contribution! Note to committers: I think it would be better to squash the commits ahead of the merge. ---

[GitHub] tinkerpop pull request #842: TINKERPOP-1945

2018-08-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/842#discussion_r209605835 --- Diff: gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj --- @@ -48,7 +48,7 @@ Please see the reference documentation at Apache TinkerPop for more

[GitHub] tinkerpop pull request #842: TINKERPOP-1945

2018-08-13 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/842#discussion_r209598480 --- Diff: gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj --- @@ -48,7 +48,7 @@ Please see the reference documentation at Apache TinkerPop for more

[GitHub] tinkerpop issue #898: gremlin-javascript: Typescript typings definition

2018-08-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/898 Nice @daem0ndev! I think its a good idea to provide typing definitions inside the package. [Gremlin Variant APIs](http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language

[GitHub] tinkerpop issue #890: Expose Pick in module.exports

2018-07-20 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/890 Cherry picked and landed in c324002c7d2184b87ef1e90067c318ebf727311f (`tp32`, `tp33` and `master`). Thanks @arings! ---

[GitHub] tinkerpop issue #890: Expose Pick in module.exports

2018-07-17 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/890 `Pick` is covered by the cucumber tests and those features are passing: https://github.com/apache/tinkerpop/blob/master/gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber

[GitHub] tinkerpop issue #890: Expose Pick in module.exports

2018-07-16 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/890 Looks good, thanks @arings ! VOTE: +1 I've filed a ticket to keep track of this bug fix: TINKERPOP-2009. Committers: note that we should merge it to `tp32`. ---

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-07-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 We appreciate you taking the lead on this feature @mattallenuk . There is no rush, we can leave the pull request open and wait for any progress. ---

[GitHub] tinkerpop issue #888: TINKERPOP-1995 Return the Promise on Close

2018-07-12 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/888 As this is a straightforward bug fix, I think its ok to do a CTR and avoid waiting for an additional review/vote. ---

[GitHub] tinkerpop issue #889: Tinkerpop 1977 - Sasl Authentication

2018-07-12 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/889 `submit()` accepting `requestId` looks good! About running the test locally, you should try (on root tinkerpop directory): - `mvn clean install -DskipTests` (run this once

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-11 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201601044 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -151,7 +156,16 @@ class

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-11 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201599552 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -151,7 +156,16 @@ class

[GitHub] tinkerpop issue #879: TINKERPOP-1986 Removed deprecated methods

2018-07-10 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/879 BTW, regardless of the ongoing discussion, my VOTE: +1 :) ---

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-10 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201290325 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -151,7 +156,16 @@ class

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-10 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201295616 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -151,7 +156,16 @@ class

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-10 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201290758 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/remote-connection.js --- @@ -33,9 +33,11 @@ class RemoteConnection

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-10 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201296778 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -100,24 +105,24 @@ class

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-10 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201296096 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -151,7 +156,16 @@ class

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-10 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r201289328 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -151,7 +156,16 @@ class

[GitHub] tinkerpop pull request #889: Tinkerpop 1977 - Sasl Authentication

2018-07-09 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/889#discussion_r200922477 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/authenticator.js --- @@ -0,0 +1,32 @@ +/* + * Licensed

[GitHub] tinkerpop issue #888: TINKERPOP-1995 Return the Promise on Close

2018-07-04 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/888 Thanks for changing the base branch @elliotttf Looks good, VOTE +1 ---

[GitHub] tinkerpop issue #887: fix(DriverRemoteConnection): return the promise on clo...

2018-07-03 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/887 Thanks! Please reopen this one against `tp32`, we will merge `tp32` to `tp33` to `master` afterwards. ---

[GitHub] tinkerpop issue #885: TINKERPOP-1978 Gremlin.Net: Add check for connection s...

2018-06-26 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/885 VOTE +1 ---

[GitHub] tinkerpop issue #880: TINKERPOP-1989 Enforce order of plugin load in Gremlin...

2018-06-21 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/880 lgtm, VOTE +1 ---

[GitHub] tinkerpop pull request #867: TINKERPOP-1836 Add Gremlin.Net.Template project

2018-06-15 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/867#discussion_r195645438 --- Diff: .travis.yml --- @@ -20,9 +20,13 @@ install: before_install: - wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages

[GitHub] tinkerpop issue #872: TINKERPOP-1831 Refactored EventStrategy

2018-06-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/872 VOTE +1 ---

[GitHub] tinkerpop issue #873: TINKERPOP-1518 Cache Graph.Features for tests

2018-06-13 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/873 Nice doc on the new method, VOTE +1 ---

[GitHub] tinkerpop issue #867: TINKERPOP-1836 Add Gremlin.Net.Template project

2018-06-11 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/867 > Shouldn't the template be built and tested in the same phases as Gremlin.Net itself? Yes, I probably didn't make it clear :) I wanted to say any maven phase for generating and building. ---

[GitHub] tinkerpop issue #867: TINKERPOP-1836 Add Gremlin.Net.Template project

2018-06-11 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/867 I would like to propose that we generate and build `Gremlin.Net.Template` project and run its tests as part of the `package` phase but we require nuget (to run `nuget pack`) only as part

[GitHub] tinkerpop pull request #867: TINKERPOP-1836 Add Gremlin.Net.Template project

2018-06-05 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/867#discussion_r193065380 --- Diff: gremlin-dotnet/src/pom.xml --- @@ -89,6 +93,54 @@ limitations under the License. false

[GitHub] tinkerpop pull request #868: Tinkerpop 1913

2018-05-30 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/868#discussion_r191665300 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/Connection.cs --- @@ -114,11 +116,18 @@ internal class Connection : IConnection

[GitHub] tinkerpop pull request #868: Tinkerpop 1913

2018-05-30 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/868#discussion_r191660636 --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs --- @@ -0,0 +1,99 @@ +#region License + +/* + * Licensed to the Apache

[GitHub] tinkerpop issue #866: TINKERPOP-1962 GroovyTranslator handles empty maps pro...

2018-05-18 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/866 VOTE: +1 ---

[GitHub] tinkerpop issue #863: TINKERPOP-1685 Added supportUpsert() feature

2018-05-18 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/863 Its nice to have it as a explicit graph feature, VOTE +1. ---

[GitHub] tinkerpop issue #842: TINKERPOP-1945

2018-05-18 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/842 Sorry I'm late to the party, I haven't got much time during the past weeks: nice contribution @danielcweber ! I'm a little concerned about the difference between serializers

[GitHub] tinkerpop issue #869: TINKERPOP-1841 Configure python tests in travis

2018-05-16 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/869 Nice! ---

[GitHub] tinkerpop issue #867: TINKERPOP-1836 Add Gremlin.Net.Template project

2018-05-16 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/867 Maybe we could wait until `dotnet` toolchain supports packaging and pushing templates (is there a ticket for it?), instead of increasing the complexity of the deploy process by requiring Mono. ---

[GitHub] tinkerpop issue #859: TINKERPOP-1296 Remove previously deprecated Gremlin Se...

2018-05-08 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/859 lgtm, VOTE +1 ---

[GitHub] tinkerpop pull request #857: TINKERPOP-1869 Allowed iterate() after profile(...

2018-04-25 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/857#discussion_r184057436 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/verification/StandardVerificationStrategy.java

[GitHub] tinkerpop pull request #858: TINKERPOP-1943 Support GraphSON3 in Gremlin-Jav...

2018-04-25 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/858#discussion_r184052492 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js --- @@ -33,7 +33,7 @@ const

[GitHub] tinkerpop pull request #858: TINKERPOP-1943 Support GraphSON3 in Gremlin-Jav...

2018-04-25 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/858 TINKERPOP-1943 Support GraphSON3 in Gremlin-JavaScript Add support for GraphSON3 to the JavaScript GLV. https://issues.apache.org/jira/browse/TINKERPOP-1943 All gherkin

[GitHub] tinkerpop issue #855: TINKERPOP-1950 Cached global strategy lookups during t...

2018-04-25 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/855 VOTE +1 ---

[GitHub] tinkerpop issue #843: TINKERPOP-1947 Fixed path history problem with mutatio...

2018-04-25 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/843 VOTE +1 ---

[GitHub] tinkerpop issue #853: TINKERPOP-1953 Bump to Groovy 2.4.15

2018-04-25 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/853 VOTE +1 ---

[GitHub] tinkerpop pull request #855: TINKERPOP-1950 Cached global strategy lookups d...

2018-04-25 Thread jorgebay
Github user jorgebay commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/855#discussion_r183959745 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.java --- @@ -63,6 +63,8 @@ */ public

[GitHub] tinkerpop issue #851: Improve JavaScript Gremlin documentation

2018-04-24 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/851 Indeed, VOTE +1 :) ---

[GitHub] tinkerpop pull request #852: TINKERPOP-1944 Export DriverRemoteConnection

2018-04-23 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/852 TINKERPOP-1944 Export DriverRemoteConnection Export `DriverRemoteConnection`. https://issues.apache.org/jira/browse/TINKERPOP-1944 VOTE +1 You can merge this pull request

[GitHub] tinkerpop pull request #851: Improve JavaScript Gremlin documentation

2018-04-23 Thread jorgebay
GitHub user jorgebay opened a pull request: https://github.com/apache/tinkerpop/pull/851 Improve JavaScript Gremlin documentation Several fixes to the JavaScript GLV documentation: - Use 'gremlin' package name - Include information regarding Promises - Fix method

[GitHub] tinkerpop pull request #846: Fix JavaScript Gremlin documentation

2018-04-23 Thread jorgebay
Github user jorgebay closed the pull request at: https://github.com/apache/tinkerpop/pull/846 ---

[GitHub] tinkerpop pull request #847: JavaScript GLV: Document lack of GraphSON3 supp...

2018-04-23 Thread jorgebay
Github user jorgebay closed the pull request at: https://github.com/apache/tinkerpop/pull/847 ---

[GitHub] tinkerpop issue #847: JavaScript GLV: Document lack of GraphSON3 support

2018-04-23 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/847 Ah, makes sense to just do a manual update for now. Remember the info in #846 for 3.2.8 and this one + #846 for 3.3.2. I'll close these two and submit a new one with the doc updates

  1   2   3   >