[GitHub] jorgebay commented on issue #1046: TINKERPOP-2138 Provide way to disable the global function cache

2019-01-29 Thread GitBox
jorgebay commented on issue #1046: TINKERPOP-2138 Provide way to disable the global function cache URL: https://github.com/apache/tinkerpop/pull/1046#issuecomment-458446684 Makes sense, VOTE +1 This is an automated message fr

[GitHub] nastra opened a new pull request #1051: Make readValue(..) public

2019-01-29 Thread GitBox
nastra opened a new pull request #1051: Make readValue(..) public URL: https://github.com/apache/tinkerpop/pull/1051 This is so that simple custom type serializers can reuse the same logic without having to put their type serializer into the same package structure. ---

[GitHub] jorgebay commented on issue #1051: Make readValue(..)/writeValue(..) protected

2019-01-29 Thread GitBox
jorgebay commented on issue #1051: Make readValue(..)/writeValue(..) protected URL: https://github.com/apache/tinkerpop/pull/1051#issuecomment-458498531 My intention was to make it `protected` initially (not package-private), thanks @nastra ! I'll merge it via CTR once the build fini

[GitHub] jorgebay edited a comment on issue #1051: Make readValue(..)/writeValue(..) protected

2019-01-29 Thread GitBox
jorgebay edited a comment on issue #1051: Make readValue(..)/writeValue(..) protected URL: https://github.com/apache/tinkerpop/pull/1051#issuecomment-458498531 My intention was to make it `protected` initially (not package-private), thanks @nastra for the fix! I'll merge it via CTR

[tinkerpop] branch master updated (ab75395 -> 1d19c90)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from ab75395 Merge pull request #1050 from nastra/ET-binary-nested-collections new 197188e TINKERPOP-2138 P

[tinkerpop] branch master updated (1d19c90 -> e3c0db4)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 1d19c90 Merge branch 'tp33' new fe60010 Merge branch 'TINKERPOP-2138' into tp33 new e3c0db4 Merge

[tinkerpop] branch tp33 updated (5f7bc22 -> fe60010)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 5f7bc22 Merge branch 'TINKERPOP-2140' into tp33 add 197188e TINKERPOP-2138 Provide way to disable the glo

[GitHub] spmallette merged pull request #1046: TINKERPOP-2138 Provide way to disable the global function cache

2019-01-29 Thread GitBox
spmallette merged pull request #1046: TINKERPOP-2138 Provide way to disable the global function cache URL: https://github.com/apache/tinkerpop/pull/1046 This is an automated message from the Apache Git Service. To respond to

[tinkerpop] branch TINKERPOP-2138 deleted (was 197188e)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2138 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. was 197188e TINKERPOP-2138 Provide way to disable the global functionc cache The revisions that were on

[tinkerpop] branch master updated: Make readValue(..)/writeValue(..) protected

2019-01-29 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/master by this push: new 746840d Make readValue(..)/writeValue(..) p

[GitHub] jorgebay merged pull request #1051: Make readValue(..)/writeValue(..) protected

2019-01-29 Thread GitBox
jorgebay merged pull request #1051: Make readValue(..)/writeValue(..) protected URL: https://github.com/apache/tinkerpop/pull/1051 This is an automated message from the Apache Git Service. To respond to the message, please lo

[tinkerpop] branch tp33 updated (fe60010 -> c9dbcf0)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from fe60010 Merge branch 'TINKERPOP-2138' into tp33 add c9dbcf0 Fixed bad import declaration in python docs C

[tinkerpop] branch master updated (bba2b6a -> 44ce565)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from bba2b6a Merge pull request #1051 from nastra/ET-readVal-public new c9dbcf0 Fixed bad import declaration

svn commit: r1852444 - /tinkerpop/site/docs/3.3.5/reference/index.html

2019-01-29 Thread spmallette
Author: spmallette Date: Tue Jan 29 12:56:39 2019 New Revision: 1852444 URL: http://svn.apache.org/viewvc?rev=1852444&view=rev Log: Fixed syntax error in TinkerPop 3.3.5 python docs Modified: tinkerpop/site/docs/3.3.5/reference/index.html Modified: tinkerpop/site/docs/3.3.5/reference/index.h

svn commit: r1852446 - /tinkerpop/site/docs/3.4.0/reference/index.html

2019-01-29 Thread spmallette
Author: spmallette Date: Tue Jan 29 12:58:46 2019 New Revision: 1852446 URL: http://svn.apache.org/viewvc?rev=1852446&view=rev Log: Fixed TinkerPop 3.4.0 python doc syntax error Modified: tinkerpop/site/docs/3.4.0/reference/index.html Modified: tinkerpop/site/docs/3.4.0/reference/index.html

[tinkerpop] branch TINKERPOP-1882 updated: added EarlyLimitStrategyProcessTest

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-1882 by this push: new cf77a2e added EarlyLimitSt

[tinkerpop] branch TINKERPOP-1882 updated: updated upgrade docs

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/TINKERPOP-1882 by this push: new 5e4f123 updated upgrade do

[tinkerpop] 01/01: TINKERPOP-1882 Implemented `EarlyLimitStrategy`.

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit d6266de4077479aab913fb82a1c5f5dfeb3338e0 Author: Daniel Kuppitz AuthorDate: Sat Jan 12 19:50:28 2019 -0700

[tinkerpop] branch TINKERPOP-1882 updated (5e4f123 -> d6266de)

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 5e4f123 updated upgrade docs discard cf77a2e added EarlyLimitStrategyProcessTest omit 648f9e8 TI

[tinkerpop] 01/01: TINKERPOP-1882 Implemented `EarlyLimitStrategy`.

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 41eccbe5e91a84d2edf7e1c58f60a7a59a1d762a Author: Daniel Kuppitz AuthorDate: Sat Jan 12 19:50:28 2019 -0700

[tinkerpop] branch TINKERPOP-1882 updated (d6266de -> 41eccbe)

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard d6266de TINKERPOP-1882 Implemented `EarlyLimitStrategy`. new 41eccbe TINKERPOP-1882 Implemented `

[tinkerpop] branch TINKERPOP-1882 updated (41eccbe -> 5c9326f)

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 41eccbe TINKERPOP-1882 Implemented `EarlyLimitStrategy`. new 5c9326f TINKERPOP-1882 Implemented `

[tinkerpop] 01/01: TINKERPOP-1882 Implemented `EarlyLimitStrategy`.

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 5c9326ff6c9626603a0c29d51d2ad603874c2bde Author: Daniel Kuppitz AuthorDate: Sat Jan 12 19:50:28 2019 -0700

[tinkerpop] 01/01: TINKERPOP-1882 Implemented `EarlyLimitStrategy`.

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 63f426b5753d322da1fb6303bb4c720d1e1a61dc Author: Daniel Kuppitz AuthorDate: Sat Jan 12 19:50:28 2019 -0700

[tinkerpop] branch TINKERPOP-1882 updated (5c9326f -> 63f426b)

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 5c9326f TINKERPOP-1882 Implemented `EarlyLimitStrategy`. new 63f426b TINKERPOP-1882 Implemented `

[tinkerpop] branch TINKERPOP-2134 updated (a9381e7 -> 2ddddf8)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch TINKERPOP-2134 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard a9381e7 TINKERPOP-2134 Bump to Groovy 2.5.5 new 13d00ec CTR: Updated contributor modals on home

[tinkerpop] branch TINKERPOP-1882 updated (63f426b -> 0b14107)

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. omit 63f426b TINKERPOP-1882 Implemented `EarlyLimitStrategy`. new 0b14107 TINKERPOP-1882 Implemented `

[tinkerpop] 01/01: TINKERPOP-1882 Implemented `EarlyLimitStrategy`.

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 0b1410766c480e04245686da285e55f002520933 Author: Daniel Kuppitz AuthorDate: Sat Jan 12 19:50:28 2019 -0700

[tinkerpop] 01/01: TINKERPOP-1882 Implemented `EarlyLimitStrategy`.

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit a188a190975d771e14e8e32900ad11c9eb40b25c Author: Daniel Kuppitz AuthorDate: Sat Jan 12 19:50:28 2019 -0700

[tinkerpop] branch TINKERPOP-1882 updated (0b14107 -> a188a19)

2019-01-29 Thread dkuppitz
This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a change to branch TINKERPOP-1882 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 0b14107 TINKERPOP-1882 Implemented `EarlyLimitStrategy`. new a188a19 TINKERPOP-1882 Implemented `

[tinkerpop] branch tp33 updated (c9dbcf0 -> ebd7f26)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from c9dbcf0 Fixed bad import declaration in python docs CTR add ebd7f26 Implement gherkin tests that required

[tinkerpop] branch master updated (44ce565 -> 3ac6c3b)

2019-01-29 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 44ce565 Merge branch 'tp33' new ebd7f26 Implement gherkin tests that required GraphSON 3.0 new 3ac