[GitHub] tinkerpop pull request #946: TINKERPOP-2037 removed groovy-sql

2018-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/946 ---

[GitHub] tinkerpop pull request #949: TINKERPOP-2056 Use NumberHelper in Compare

2018-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/949 ---

[GitHub] tinkerpop pull request #953: TINKERPOP-1972 Fix inject step in Gremlin.Net

2018-10-05 Thread FlorianHockmann
GitHub user FlorianHockmann opened a pull request: https://github.com/apache/tinkerpop/pull/953 TINKERPOP-1972 Fix inject step in Gremlin.Net https://issues.apache.org/jira/browse/TINKERPOP-1972 We had two issues with the `inject` step in Gremlin.Net. The first one

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

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

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

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

[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 pull request #922: TINKERPOP-1959: Gremlin Javascript ability to s...

2018-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/922 ---

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

2018-10-05 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/952 TINKERPOP-1959 submit scripts in javascript https://issues.apache.org/jira/browse/TINKERPOP-1959 Follow on PR to #922 - more details there. This branch now contains a fix for the

[GitHub] tinkerpop pull request #951: Optimizes Set with enum using the EnumSet imple...

2018-10-05 Thread otaviojava
GitHub user otaviojava opened a pull request: https://github.com/apache/tinkerpop/pull/951 Optimizes Set with enum using the EnumSet implementation [tp32] This PR replaces the HashSet implementation to [EnumSet](https://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html)

[GitHub] tinkerpop pull request #948: Optimizes Map with enum using the EnumMap imple...

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/948 ---

[GitHub] tinkerpop pull request #947: TINKERPOP-2055 Support NaN and Infinity in Grap...

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/947 ---

[GitHub] tinkerpop pull request #947: TINKERPOP-2055 Support NaN and Infinity in Grap...

2018-10-04 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/947#discussion_r222757984 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit/graphson-test.js --- @@ -46,6 +46,30 @@ describe('GraphSONReader',

[GitHub] tinkerpop pull request #947: TINKERPOP-2055 Support NaN and Infinity in Grap...

2018-10-04 Thread FlorianHockmann
Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/947#discussion_r222751451 --- Diff: gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit/graphson-test.js --- @@ -46,6 +46,30 @@ describe('GraphSONReader',

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/943 ---

[GitHub] tinkerpop pull request #944: TINKERPOP-2041 Text Predicates

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/944 ---

[GitHub] tinkerpop pull request #950: TINKERPOP-2058 Contains predicates should rely ...

2018-10-04 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/950 TINKERPOP-2058 Contains predicates should rely on Compare predicates https://issues.apache.org/jira/browse/TINKERPOP-2058 If the object to be filtered is a number, `Contains` predicates

[GitHub] tinkerpop pull request #949: TINKERPOP-2056 Use NumberHelper in Compare

2018-10-04 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/949 TINKERPOP-2056 Use NumberHelper in Compare Instead of converting all numbers to `BigDecimal`, `Compare` predicates now use `NumberHelper` for numerical comparisons. `docker/build.sh -t

[GitHub] tinkerpop pull request #942: TINKERPOP-2049 Added with(k) overload

2018-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/942 ---

[GitHub] tinkerpop pull request #941: TINKERPOP-2040 Improve flexibility of GroovyTra...

2018-10-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/941 ---

[GitHub] tinkerpop pull request #948: Optimizes Map with enum using the EnumMap imple...

2018-10-03 Thread otaviojava
GitHub user otaviojava opened a pull request: https://github.com/apache/tinkerpop/pull/948 Optimizes Map with enum using the EnumMap implementation This PR replaces the HashMap implementation to [EnumMap](https://docs.oracle.com/javase/8/docs/api/java/util/EnumMap.html) that as

[GitHub] tinkerpop pull request #947: TINKERPOP-2055 Support NaN and Infinity in Grap...

2018-10-03 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/947 TINKERPOP-2055 Support NaN and Infinity in GraphSON https://issues.apache.org/jira/browse/TINKERPOP-2055 GraphSON wasn't supporting NaN and Infinity but Gryo was. Merging to tp33 and

[GitHub] tinkerpop pull request #928: TINKERPOP-2015 Expose WebSocket configuration i...

2018-10-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/928 ---

[GitHub] tinkerpop pull request #920: optmizes collection copy with Collections addAl...

2018-10-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/920 ---

[GitHub] tinkerpop pull request #944: TINKERPOP-2041 Text Predicates

2018-10-02 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/944#discussion_r222065189 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -3356,24 +3356,32 @@ interface. Steps that allow for this type of modulation will explicitly

[GitHub] tinkerpop pull request #944: TINKERPOP-2041 Text Predicates

2018-10-02 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/944#discussion_r222063944 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TextP.java --- @@ -0,0 +1,107 @@ +/* + * Licensed to the

[GitHub] tinkerpop pull request #944: TINKERPOP-2041 Text Predicates

2018-10-02 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/944#discussion_r222063562 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/Text.java --- @@ -0,0 +1,123 @@ +/* + * Licensed to the

[GitHub] tinkerpop pull request #944: TINKERPOP-2041 Text Predicates

2018-10-02 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/944#discussion_r222062939 --- Diff: docs/src/reference/the-traversal.asciidoc --- @@ -3356,24 +3356,32 @@ interface. Steps that allow for this type of modulation will

[GitHub] tinkerpop pull request #946: TINKERPOP-2037 removed groovy-sql

2018-10-02 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/946 TINKERPOP-2037 removed groovy-sql Removed unused groovy-sql dependency. https://issues.apache.org/jira/browse/TINKERPOP-2037 `sh docker/build.sh -i -t` BUILD SUCCESS

[GitHub] tinkerpop pull request #945: TINKERPOP-2053 Support for OptionsStrategy

2018-10-02 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/945 TINKERPOP-2053 Support for OptionsStrategy https://issues.apache.org/jira/browse/TINKERPOP-2053 `OptionsStrategy` lets users pass arbitrary configurations at a traversal level. At

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-10-02 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/943#discussion_r221908780 --- Diff: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Settings.java --- @@ -243,6 +243,8 @@ public static Settings from(final

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-10-02 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/943#discussion_r221908735 --- Diff: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java --- @@ -575,6 +585,8 @@ SslContext createSSLContext() throws

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-10-02 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/943#discussion_r221858009 --- Diff: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java --- @@ -575,6 +585,8 @@ SslContext createSSLContext() throws

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-10-02 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/943#discussion_r221859065 --- Diff: gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Settings.java --- @@ -243,6 +243,8 @@ public static Settings from(final

[GitHub] tinkerpop pull request #939: TINKERPOP-2045 removed duplicate non-indy groov...

2018-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/939 ---

[GitHub] tinkerpop pull request #944: TINKERPOP-2041 Text Predicates

2018-10-01 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/944 TINKERPOP-2041 Text Predicates https://issues.apache.org/jira/browse/TINKERPOP-2041 This PR adds a few text predicates (`TP`): * `startsWith` * `endsWith` * `contains`

[GitHub] tinkerpop pull request #943: TINKERPOP-2044 Configurable traversal to valida...

2018-09-28 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/943 TINKERPOP-2044 Configurable traversal to validate host connectivity. https://issues.apache.org/jira/browse/TINKERPOP-2044 The user can now configure the script used to validate the

[GitHub] tinkerpop pull request #940: TINKERPOP-2039 Bump to Groovy 2.5.2

2018-09-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/940 ---

[GitHub] tinkerpop pull request #938: Add link to Elixir language driver

2018-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/938 ---

[GitHub] tinkerpop pull request #942: TINKERPOP-2049 Added with(k) overload

2018-09-27 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/942 TINKERPOP-2049 Added with(k) overload https://issues.apache.org/jira/browse/TINKERPOP-2049 Makes flag-like uses of with() a bit more succinct. Basically, the shorthand of

[GitHub] tinkerpop pull request #935: TINKERPOP-2025 Change to SHA-256/512 and drop S...

2018-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/935 ---

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

2018-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/929 ---

[GitHub] tinkerpop pull request #941: TINKERPOP-2040 Improve flexibility of GroovyTra...

2018-09-26 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/941 TINKERPOP-2040 Improve flexibility of GroovyTranslator to handle custom types https://issues.apache.org/jira/browse/TINKERPOP-2040 Handled all of the core GraphSON types in the

[GitHub] tinkerpop pull request #940: TINKERPOP-2039 Bump to Groovy 2.5.2

2018-09-25 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/940 TINKERPOP-2039 Bump to Groovy 2.5.2 https://issues.apache.org/jira/browse/TINKERPOP-2039 Required some minor changes to the Console as the CliBuilder is no longer the recommended

[GitHub] tinkerpop pull request #939: TINKERPOP-2045 removed duplicate non-indy groov...

2018-09-25 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/939 TINKERPOP-2045 removed duplicate non-indy groovy core dep https://issues.apache.org/jira/browse/TINKERPOP-2045 Exclude non-indy transitive dep on groovy core. You can merge this pull

[GitHub] tinkerpop pull request #933: TINKERPOP-1913 Make status attributes available

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/933 ---

[GitHub] tinkerpop pull request #936: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/936 ---

[GitHub] tinkerpop pull request #937: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/937 ---

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/934 ---

[GitHub] tinkerpop pull request #938: Add link to Elixir language driver

2018-09-24 Thread samhavens
GitHub user samhavens opened a pull request: https://github.com/apache/tinkerpop/pull/938 Add link to Elixir language driver We have an Elixir language driver for Gremlin and would like the community to be aware of it. You can merge this pull request into a Git repository by

[GitHub] tinkerpop pull request #937: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-24 Thread justinchuch
GitHub user justinchuch opened a pull request: https://github.com/apache/tinkerpop/pull/937 Apply StringEscapeUtils in GroovyTranslator#convertToString(String) [master] Preface: There's character escaping issue when translating. What's changed: - Merge the

[GitHub] tinkerpop pull request #936: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-24 Thread justinchuch
GitHub user justinchuch opened a pull request: https://github.com/apache/tinkerpop/pull/936 Apply StringEscapeUtils in GroovyTranslator#convertToString(String) [tp33] Preface: There's character escaping issue when translating. What's changed: - Merge the changes

[GitHub] tinkerpop pull request #935: TINKERPOP-2025 Change to SHA-256/512 and drop S...

2018-09-24 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/935 TINKERPOP-2025 Change to SHA-256/512 and drop SHA-1 for releases https://issues.apache.org/jira/browse/TINKERPOP-2025 Unfortunately, upgrading the Apache parent pom didn't solve the

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-22 Thread justinchuch
Github user justinchuch commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219678394 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslator.java --- @@ -115,7 +116,8 @@ else if (object

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-22 Thread justinchuch
Github user justinchuch commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219678287 --- Diff: gremlin-groovy-test/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslatorTest.java --- @@ -141,4 +144,52 @@ public

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-22 Thread justinchuch
Github user justinchuch commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219676264 --- Diff: gremlin-groovy-test/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslatorTest.java --- @@ -141,4 +144,52 @@ public

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-22 Thread justinchuch
Github user justinchuch commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219676198 --- Diff: gremlin-groovy-test/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslatorTest.java --- @@ -141,4 +144,52 @@ public

[GitHub] tinkerpop pull request #:

2018-09-21 Thread srondelli
Github user srondelli commented on the pull request: https://github.com/apache/tinkerpop/commit/564236ed6aa84682fa5f25d07347d8dfcf73b69a#commitcomment-30598427 Hi Stephen, There are 2 problems with this solution, 1. It doesn't solve the problem of too many keepAlive

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-21 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219608379 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslator.java --- @@ -115,7 +116,8 @@ else if (object

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-21 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219607573 --- Diff: gremlin-groovy-test/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslatorTest.java --- @@ -141,4 +144,52 @@ public void

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-21 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219606770 --- Diff: gremlin-groovy-test/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslatorTest.java --- @@ -141,4 +144,52 @@ public void

[GitHub] tinkerpop pull request #925: TINKERPOP-2026 Make closing of connections more...

2018-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/925 ---

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-21 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/934#discussion_r219606369 --- Diff: gremlin-groovy-test/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslatorTest.java --- @@ -141,4 +144,52 @@ public void

[GitHub] tinkerpop pull request #934: Apply StringEscapeUtils in GroovyTranslator#con...

2018-09-21 Thread justinchuch
GitHub user justinchuch opened a pull request: https://github.com/apache/tinkerpop/pull/934 Apply StringEscapeUtils in GroovyTranslator#convertToString(String) Preface: There's character escaping issue when translating. What's changed: -

[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 pull request #922: TINKERPOP-1959: Gremlin Javascript ability to s...

2018-09-19 Thread mattallenuk
Github user mattallenuk commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/922#discussion_r218858884 --- Diff: gremlin-server/src/test/resources/org/apache/tinkerpop/gremlin/server/gremlin-server-integration.yaml --- @@ -41,6 +41,7 @@ serializers:

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

2018-09-19 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/922#discussion_r218854373 --- Diff: gremlin-server/src/test/resources/org/apache/tinkerpop/gremlin/server/gremlin-server-integration.yaml --- @@ -41,6 +41,7 @@ serializers:

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

2018-09-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/930 ---

[GitHub] tinkerpop pull request #933: TINKERPOP-1913 Make status attributes available

2018-09-18 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/933 TINKERPOP-1913 Make status attributes available https://issues.apache.org/jira/browse/TINKERPOP-1913 Status attributes have always been returned from Gremlin Server but they haven't

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

2018-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/915 ---

[GitHub] tinkerpop pull request #932: TINKERPOP-2033 Maintain order in profile() anno...

2018-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/932 ---

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/931 ---

[GitHub] tinkerpop pull request #932: TINKERPOP-2033 Maintain order in profile() anno...

2018-09-17 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/932#discussion_r218272943 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoSerializersV3d0.java --- @@ -427,7 +428,12 @@ else if (1 ==

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-14 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/931#discussion_r217759875 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -29,6 +29,29 @@ Please see the

[GitHub] tinkerpop pull request #932: TINKERPOP-2033 Maintain order in profile() anno...

2018-09-14 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/932#discussion_r217737875 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoSerializersV3d0.java --- @@ -427,7 +428,12 @@ else if (1 ==

[GitHub] tinkerpop pull request #932: TINKERPOP-2033 Maintain order in profile() anno...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/932#discussion_r217736025 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoSerializersV3d0.java --- @@ -427,7 +428,12 @@ else if (1 ==

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/931#discussion_r217720970 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -29,6 +29,29 @@ Please see the

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/931#discussion_r217732616 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -29,6 +29,29 @@ Please see the

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-14 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/931#discussion_r217731843 --- Diff: docs/src/upgrade/release-3.4.x.asciidoc --- @@ -29,6 +29,29 @@ Please see the

[GitHub] tinkerpop pull request #927: TINKERPOP-1921 Added hasNext() in gremlin-pytho...

2018-09-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/927 ---

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

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

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

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

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

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

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

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

[GitHub] tinkerpop pull request #932: TINKERPOP-2033 Maintain order in profile() anno...

2018-09-13 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/932 TINKERPOP-2033 Maintain order in profile() annotations https://issues.apache.org/jira/browse/TINKERPOP-2033 Used a synchronized map around a `LinkedHashMap` rather than

[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 pull request #926: TINKERPOP-2031 Removed support for -i in gremli...

2018-09-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/926 ---

[GitHub] tinkerpop pull request #931: TINKERPOP-2029 ConcurrentModificationException ...

2018-09-11 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/tinkerpop/pull/931 TINKERPOP-2029 ConcurrentModificationException for InlineFilterStrategy https://issues.apache.org/jira/browse/TINKERPOP-2029 To fix the original issue, I basically rewrote

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

2018-09-11 Thread robertdale
GitHub user robertdale opened a pull request: https://github.com/apache/tinkerpop/pull/930 TINKERPOP-2032 bump jython-standalone 2.7.1 https://snyk.io/vuln/SNYK-JAVA-ORGPYTHON-31451 Overview org.python:jython-standalone Affected versions of this package are vulnerable

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

2018-09-10 Thread deejvince
GitHub user deejvince opened a pull request: https://github.com/apache/tinkerpop/pull/929 Pass custom headers to the websocket connection In order to authorize to the gremlin server (in this case AWS Neptune) i need to pass custom headers for authorization to the service. the PR

[GitHub] tinkerpop pull request #927: TINKERPOP-1921 Added hasNext() in gremlin-pytho...

2018-09-07 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/927 TINKERPOP-1921 Added hasNext() in gremlin-python https://issues.apache.org/jira/browse/TINKERPOP-1921 Adds `hasNext()` to gremlin-python - pretty self explanatory. Would be nice to

[GitHub] tinkerpop pull request #926: TINKERPOP-2031 Removed support for -i in gremli...

2018-09-06 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/926 TINKERPOP-2031 Removed support for -i in gremlin-server.sh https://issues.apache.org/jira/browse/TINKERPOP-2031 VOTE +1 You can merge this pull request into a Git repository by

[GitHub] tinkerpop pull request #923: TINKERPOP-2028: Register GremlinServerModule to...

2018-09-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/923 ---

[GitHub] tinkerpop pull request #912: TINKERPOP-2023 SSL Enhancements

2018-09-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/912 ---

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

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

[GitHub] tinkerpop pull request #898: gremlin-javascript: Typescript typings definiti...

2018-09-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/898 ---

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

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

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

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

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

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

[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 to the

  1   2   3   4   5   6   7   8   9   10   >