Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/946
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/949
---
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
prevente
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 DriverRemot
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 DriverRemot
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 DriverRemoteC
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/922
---
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 test
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)
tha
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/948
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/947
---
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', funct
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 user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/943
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/944
---
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 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 user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/942
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/941
---
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 its
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 user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/928
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/920
---
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 s
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 A
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 Ap
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 explicitly
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 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 fir
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 Con
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 E
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 E
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 Con
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/939
---
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 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 ope
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/940
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/938
---
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 `with(k,true
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/935
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/929
---
Github user mattallenuk commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/922#discussion_r220812375
--- Diff:
gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/client.js
---
@@ -0,0 +1,87 @@
+/*
+ * Licensed to the Apache
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 `Groov
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 appr
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 user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/933
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/936
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/937
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/934
---
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 runnin
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 chang
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 from
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 prob
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 insta
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 void
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 void
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 void
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 r
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 instan
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 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 user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/925
---
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 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:
-
`org.apache.tinkerpop.gremli
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 So
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 So
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 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 user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/930
---
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 b
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/915
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/932
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/931
---
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 == ar
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
link:https://github.com/apache/tinkerpop/blob/3.4.0/CHANGELOG.asc
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 == ar
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 == ar
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
link:https://github.com/apache/tinkerpop/blob/3.4.0/CHANGELOG.a
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
link:https://github.com/apache/tinkerpop/blob/3.4.0/CHANGELOG.a
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
link:https://github.com/apache/tinkerpop/blob/3.4.0/CHANGELOG.a
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/927
---
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 DriverRemoteCo
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 DriverRemoteCo
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 Ap
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 A
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
`ConcurrentHas
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 DriverRemoteCon
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/926
---
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 `ConnectiveStr
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 t
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 wil
GitHub user FlorianHockmann opened a pull request:
https://github.com/apache/tinkerpop/pull/928
TINKERPOP-2015 Expose WebSocket configuration in Gremlin.Net driver
https://issues.apache.org/jira/browse/TINKERPOP-2015
Users can now provide a delegate to the Gremlin.Net driver
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 ge
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 runni
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/923
---
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/912
---
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 Apac
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/898
---
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 A
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 Apache
1 - 100 of 2159 matches
Mail list logo