tinkerpop git commit: bindings can happen at spawns and sources in gremlin-python.

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 d4dde2632 -> f9e4a820a bindings can happen at spawns and sources in gremlin-python. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f9e4a820 Tree: h

tinkerpop git commit: wow. awk hell -- got docuentation on 2-tuple bindings for Gremlin-Python out and got all the WARNINGS from awk script gone -- thanks @dkuppitz.

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 96c834b9f -> d4dde2632 wow. awk hell -- got docuentation on 2-tuple bindings for Gremlin-Python out and got all the WARNINGS from awk script gone -- thanks @dkuppitz. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/

tinkerpop git commit: groovy_translator no longer needs to introspect strings.

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 e5937a06c -> 96c834b9f groovy_translator no longer needs to introspect strings. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/96c834b9 Tree: http:

tinkerpop git commit: simplified the awk script by using GroovyScriptEngine instead of GroovyShell. Added more documentaiton on RawExpression.

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 605c67cb8 -> e5937a06c simplified the awk script by using GroovyScriptEngine instead of GroovyShell. Added more documentaiton on RawExpression. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-

tinkerpop git commit: added PYTHONPATH to the awk scripts so aenum is picked up from pip installs. Added lambda discussion and fixed up RawExpression discussion in gremlin-variants documentation.

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 ac08ae678 -> 605c67cb8 added PYTHONPATH to the awk scripts so aenum is picked up from pip installs. Added lambda discussion and fixed up RawExpression discussion in gremlin-variants documentation. Project: http://git-wip-us.a

tinkerpop git commit: Updated instructions on how to process a single AsciiDoc file.

2016-06-17 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/master da26cf186 -> 9ff14b730 Updated instructions on how to process a single AsciiDoc file. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9ff14b73 Tree: http://

[5/5] tinkerpop git commit: Merge branch 'raw_expr' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278

2016-06-17 Thread okram
Merge branch 'raw_expr' of https://github.com/leifurhauks/incubator-tinkerpop into TINKERPOP-1278 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ac08ae67 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ac

[1/5] tinkerpop git commit: cpython gitignore

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 3dc16ac53 -> ac08ae678 cpython gitignore Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/210d1a87 Tree: http://git-wip-us.apache.org/repos/asf/tinke

[3/5] tinkerpop git commit: bindings are now 2-tuples: ('symbol', value)

2016-06-17 Thread okram
bindings are now 2-tuples: ('symbol', value) Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/aeefd010 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/aeefd010 Diff: http://git-wip-us.apache.org/repos/asf/ti

[2/5] tinkerpop git commit: add RawExpression to gremlin_python

2016-06-17 Thread okram
add RawExpression to gremlin_python As described on d...@tinkerpop.apache.org thread gremlin_python GLV Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2ea48c4b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/t

[4/5] tinkerpop git commit: docs: usage example for gremlin_python.RawExpression

2016-06-17 Thread okram
docs: usage example for gremlin_python.RawExpression Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/65ca75d0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/65ca75d0 Diff: http://git-wip-us.apache.org/repo

tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR.

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp31 45e19af71 -> 8c04d617e removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. (cherry picked from commit da26cf1862b7827223205c5410731c96d3cca70a) Project: http://git-wip-us.apache.org/repos/

svn commit: r1748860 - in /tinkerpop/site/docs/3.2.1-SNAPSHOT: images/neo4j-ha.png reference/index.html

2016-06-17 Thread spmallette
Author: spmallette Date: Fri Jun 17 13:52:45 2016 New Revision: 1748860 URL: http://svn.apache.org/viewvc?rev=1748860&view=rev Log: Add Neo4j HA image and minor related tweaks to TinkerPop reference docs. Added: tinkerpop/site/docs/3.2.1-SNAPSHOT/images/neo4j-ha.png (with props) Modified:

[2/2] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR.

2016-06-17 Thread okram
removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/da26cf18 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d

[1/2] tinkerpop git commit: removed NOTE: Neo4jGraph currently does not support HA and added an image for the HA section. CTR.

2016-06-17 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master b2cf6d871 -> da26cf186 http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/da26cf18/docs/static/images/tinkerpop3.graffle -- diff --git a/docs/static/images/tinkerpop3

svn commit: r1748831 [2/2] - /tinkerpop/site/docs/3.2.1-SNAPSHOT/reference/index.html

2016-06-17 Thread spmallette
Modified: tinkerpop/site/docs/3.2.1-SNAPSHOT/reference/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.2.1-SNAPSHOT/reference/index.html?rev=1748831&r1=1748830&r2=1748831&view=diff == --- tinkerpop/site

svn commit: r1748831 [1/2] - /tinkerpop/site/docs/3.2.1-SNAPSHOT/reference/index.html

2016-06-17 Thread spmallette
Author: spmallette Date: Fri Jun 17 11:04:03 2016 New Revision: 1748831 URL: http://svn.apache.org/viewvc?rev=1748831&view=rev Log: Add neo4j ha conf to TinkerPop reference docs. Modified: tinkerpop/site/docs/3.2.1-SNAPSHOT/reference/index.html

[2/2] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31

2016-06-17 Thread spmallette
Merge branch 'TINKERPOP-939' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/45e19af7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/45e19af7 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpo

[1/3] tinkerpop git commit: Added docs for Neo4j HA configuration.

2016-06-17 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 668bee371 -> b2cf6d871 Added docs for Neo4j HA configuration. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62206538 Tree: http://git-wip-us.apache.org/re

[3/3] tinkerpop git commit: Merge remote-tracking branch 'origin/tp31'

2016-06-17 Thread spmallette
Merge remote-tracking branch 'origin/tp31' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b2cf6d87 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b2cf6d87 Diff: http://git-wip-us.apache.org/repos/asf/tink

[2/3] tinkerpop git commit: Merge branch 'TINKERPOP-939' into tp31

2016-06-17 Thread spmallette
Merge branch 'TINKERPOP-939' into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/45e19af7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/45e19af7 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpo

[1/2] tinkerpop git commit: Added docs for Neo4j HA configuration.

2016-06-17 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp31 ce0dc48b5 -> 45e19af71 Added docs for Neo4j HA configuration. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/62206538 Tree: http://git-wip-us.apache.org/repo