You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by volkovs <gi...@git.apache.org> on 2017/07/05 11:19:00 UTC

[GitHub] tinkerpop pull request #653: Tutorial fix

GitHub user volkovs opened a pull request:

    https://github.com/apache/tinkerpop/pull/653

    Tutorial fix

    Gremlin Server is started without REST channel (so next attempt to POST Gremlin query fails).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/neueda/tinkerpop tutorial-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/653.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #653
    
----
commit feffe7940621e7b4ae7d459e9ddceca1b83de4a0
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-03T13:09:23Z

    Merge branch 'tp31' into tp32

commit 994a19cf0d99906a29561c9c825458179a4dd767
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-03T13:09:32Z

    Merge branch 'tp32'

commit f228c918d1f84e2fa7ec8316ffa86ba87d24889c
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-03T13:54:35Z

    Merge branch 'tp31' into tp32

commit de4e9d33cb0b0aa99fa4acd9eb49bb60069a8c1b
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-03T13:54:43Z

    Merge branch 'tp32'

commit 5199cd1dd5c4671c170b00377fa809565cc6a34d
Author: Robert Dale <ro...@gmail.com>
Date:   2017-05-05T19:36:06Z

    removed file that snuck in from merge CTR

commit 3de9423a5ce2644affbbe4d84bf4815a191fe0b4
Author: Andrew Tolbert <an...@datastax.com>
Date:   2017-04-26T17:54:00Z

    TINKERPOP-1670 Maintain Traversal type information in promise()
    
    Adds start and end step generic type information in the Traversal type
    that is input to the Function given to Traversal.promise().
    
    Also updates test to use full type information to ensure this change
    maintains the type information.

commit 632c209026d4f7c3475f99a4ae7bba0942d2182d
Author: Andrew Tolbert <an...@datastax.com>
Date:   2017-04-28T03:39:53Z

    TINKERPOP-1671 Propagate exception to Future instead of calling thread

commit 7ef0fc5d2448cbcda012782f010e028a97c6e217
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-08T18:54:40Z

    Merge branch 'tp32'

commit 2cb989bc59e1fc21e811631192316353881bfc60
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-08T19:29:29Z

    Updated changelog. CTR

commit 534d3141638d491889b9b17dd3f5aa0a1937e7f7
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-08T19:29:40Z

    Merge branch 'tp32'

commit 38289c836f33b1b5d97f71f0a9fa0114110a8e09
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-09T11:47:05Z

    Fixed failing tests - assert different exception CTR

commit a74fa0a58f2a239634e2565b71360e85627e19b0
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-09T12:11:41Z

    Merge branch 'tp32'
    
    Conflicts:
    	gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerAuthIntegrateTest.java
    	gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerAuthOldIntegrateTest.java

commit 02b0e12fec5b5ea4f3db45a96ca6b6e181ff86e9
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-11T10:52:31Z

    Merge branch 'tp31' into tp32

commit 0ba09a8ee5f6a2f8ca7fe8231fb687315c62f51b
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-11T10:52:42Z

    Merge branch 'tp32'

commit f3eada14ab46dbf593b0955edba089c43960841a
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-11T11:23:11Z

    Merge branch 'tp31' into tp32

commit 2a69504efa2411eb70de2db53ab1215cfd9915d4
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-11T11:23:19Z

    Merge branch 'tp32'

commit 37e17165ad392530531eacb5d3ddccf6c1fd81a9
Author: Robert Dale <ro...@gmail.com>
Date:   2017-05-11T13:04:18Z

    Merge branch 'tp31' into tp32

commit 0de49080ca31e46b88305dfc2b39414b1399b494
Author: Robert Dale <ro...@gmail.com>
Date:   2017-05-11T13:04:39Z

    Merge branch 'tp32'

commit 8c55cd95957aca203fa8c61701c118acf46fd4c7
Author: Robert Dale <ro...@gmail.com>
Date:   2017-05-11T15:23:32Z

    I'm a PMC

commit 8e3916445c636bb82b744251aedc9c384b8cdb43
Author: Robert Dale <ro...@gmail.com>
Date:   2017-05-11T15:27:53Z

    Added Powered By section
    Added Pitney Bowes Spectrum Data Hub Module

commit a94120f4ac51cadd90b504a05c9e6a11a3f756a9
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-11T18:39:54Z

    This closes #604
    This closes #605
    
    Both of these were merged. Apache/GitHub automation didn't pick that up for some reason. I might have rebased at some point in my merge maybe and overwrote the commit ids. Not sure if this will trigger automation to close both or not - might only get the first one.

commit e4f6842bc6097750eded8d59095605ba4c81c6ae
Author: Marko A. Rodriguez <ok...@gmail.com>
Date:   2017-05-11T21:56:26Z

    using [...] syntax for Map construction in GroovyTranslator instead of new LinkedHashMap().

commit b755788c6fe7b902a3e81f3c2f11eb5a8b02c4be
Author: Marko A. Rodriguez <ok...@gmail.com>
Date:   2017-05-11T22:00:24Z

    updated CHANGELOG.

commit 996e362a3d62192551f38405f51ab8966570a17c
Author: Marko A. Rodriguez <ok...@gmail.com>
Date:   2017-05-14T16:49:25Z

    added ComsosDB to TinkerPop provider listings and some recent blog posts to publications.

commit 431c1d6a5330696eff912f0246170a5e583164be
Author: Marko A. Rodriguez <ok...@gmail.com>
Date:   2017-05-15T14:15:28Z

    fixed a <br> bug and shortered the cosmosdb description so it doesn't make so much whitespace.

commit 1300e4b533700056024da2394385218d71f6cf13
Author: Marko A. Rodriguez <ok...@gmail.com>
Date:   2017-05-15T15:30:55Z

    merged tp32 GroovyTranslator update.

commit 2dbaaa1268a01a2bbef9860fab83e34c8f1ba19f
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-16T12:27:21Z

    Fixed assertion related to environmental configuration options

commit 9d3d0744d430424e115e4895c634c6325ad021d6
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-05-16T13:13:06Z

    Merge branch 'tp32'
    
    Conflicts:
    	gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerAuthOldIntegrateTest.java

commit 844393d3067cbfbc5dc94e928be5c3d0537e15af
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-04-26T11:01:53Z

    TINKERPOP-768 Implemented basic DSL tooling WIP

commit 5ae3497111a5e7dcbdaa5266e09a48b50842c2c1
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-04-27T18:02:32Z

    TINKERPOP-786 Allow the package name of the dsl to change

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop pull request #653: Tutorial fix

Posted by volkovs <gi...@git.apache.org>.
Github user volkovs closed the pull request at:

    https://github.com/apache/tinkerpop/pull/653


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---