You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by mhfrantz <gi...@git.apache.org> on 2015/04/24 02:11:16 UTC

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-639 selectList (v5)

GitHub user mhfrantz opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/57

    TINKERPOP3-639 selectList (v5)

    Replaces #56 
    
    Removed `SparsePath` stuff, since that class no longer exists.
    
    Removed `PATH_ACCESS` requirement, since that was removed as well.
    
    Please advise on whether we should call this `selectList` or `selectPath` or `selectMulti`.
    
    Please advise on whether the `select` changes should be separated from this PR.

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

    $ git pull https://github.com/RedSeal-co/incubator-tinkerpop TINKERPOP3-639-selectList.v5

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

    https://github.com/apache/incubator-tinkerpop/pull/57.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 #57
    
----
commit 9af9e1b053beb1c323ba028ce9115517c8358f17
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-15T00:39:18Z

    TINKERPOP3-549 Add Path getLast and getList

commit 95348cabb9ad36aa3d13baf190aaa79a9972c88a
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-17T00:22:38Z

    TINKERPOP3-549 Provide EmptyPath implementations of getLast and getList
    
    - getLast == get
    - getList is disallowed

commit aa93ab358d025c2a0ed411cec246e1e7bed00df6
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-17T19:14:47Z

    TINKERPOP3-639 Add TraversalUtil.applyEach in support of selectList

commit 4ed07a47f2d7a11818bf76d9bd9f9f199eb235e0
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-17T19:20:24Z

    TINKERPOP3-639 Fix SelectStep/SelectOneStep Generic signature

commit 63bc12c4d87d18def9832bf4eef8eda82bb1c15d
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-17T19:24:26Z

    TINKERPOP3-639 Add SelectTest tests for 'select last' behavior
    
    These tests define the desired behavior as of #639, namely, that 'select' should never produce a List, but should
    instead produce the value from the most recently traversed step matching the specified label(s).

commit 179ffdee781a052ae31da07667642a2fb0e96e6a
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-17T19:32:51Z

    TINKERPOP3-639 Change ignore explanation of select-across-barrier unit test

commit dd95050fe7a0b55af455ff8434b19f9abea8d71a
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-17T20:31:52Z

    TINKERPOP3-639 Change 'select' to use Path.getLast

commit fa24fe254739107fe344bcec14d533d9ac34a643
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-17T19:20:53Z

    TINKERPOP3-639 Add selectList step

commit 453795c6e7a5e6bb4fb37d26684f8b2b9efc31ef
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-22T16:14:47Z

    TINKERPOP3-639 Add selectList to __

commit 4791e255a26e55ed6e954ffb73aa90cf5646abc6
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-22T18:18:18Z

    TINKERPOP3-639 Disable g_V_asXaX_out_asXaX_out_asXaX_selectXaX_byXnameX for COMPUTER

commit 13a34d5dd0f1e2d4423c3ba21413173b0b3e5a0b
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-22T21:35:09Z

    TINKERPOP3-639 Ignore certain selectList tests for COMPUTER
    
    The common failure observed in these tests was the presence of Vertex objects that had no properties.  In some cases,
    these objects appear during application of the "by" traversal, while for others, they appear when iterating through the
    results.

commit 4edea79f5cc50f278dcfd3dd66e79bb01931a874
Author: mhfrantz <mf...@redsealnetworks.com>
Date:   2015-04-22T23:03:29Z

    Add integration/performance test running details to README

----


---
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] incubator-tinkerpop pull request: TINKERPOP3-639 selectList (v5)

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

    https://github.com/apache/incubator-tinkerpop/pull/57


---
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] incubator-tinkerpop pull request: TINKERPOP3-639 selectList (v5)

Posted by mhfrantz <gi...@git.apache.org>.
Github user mhfrantz commented on the pull request:

    https://github.com/apache/incubator-tinkerpop/pull/57#issuecomment-100288098
  
    Stale


---
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.
---