[
https://issues.apache.org/jira/browse/MESOS-7630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16092386#comment-16092386
]
Greg Mann commented on MESOS-7630:
----------------------------------
{code}
commit 916a5c9fdbc7619b7c9356c21afb83e043feef88
Author: Quinn Leng <[email protected]>
Date: Tue Jul 18 17:07:02 2017 -0700
Added test cases for /slaves, /containers, /frameworks endpoints.
Added query parameter test cases for '/slaves' and '/frameworks' on
the master, and '/containers' on the agent.
Review: https://reviews.apache.org/r/60847/
{code}
{code}
commit 8363449c130298b9c77560c5df583dc1226dd17c
Author: Quinn Leng <[email protected]>
Date: Tue Jul 18 17:06:59 2017 -0700
Added filtering to /slaves, /containers and /frameworks endpoints.
Added query parameter support for the '/slaves', '/frameworks' and
'/containers' endpoints.
This allows slaves, frameworks and containers to be queried
by ID.
If no ID is specified, all records are returned, consistent
with current behavior.
Review: https://reviews.apache.org/r/60822/
{code}
{code}
commit aa244baa45d8db84e98e6dca9944a3f679da70d1
Author: Quinn Leng <[email protected]>
Date: Tue Jul 18 17:06:56 2017 -0700
Added class definition for the 'IDAcceptor'.
This commit contains the class definition for 'IDAcceptor', which is
used to filter IDs in the '/master/frameworks', '/master/slaves',
'/master/tasks', and '/slave/containers' endpoints.
Review: https://reviews.apache.org/r/60820/
{code}
> Add simple filtering to unversioned operator API
> ------------------------------------------------
>
> Key: MESOS-7630
> URL: https://issues.apache.org/jira/browse/MESOS-7630
> Project: Mesos
> Issue Type: Improvement
> Components: agent, master
> Reporter: Quinn
> Assignee: Quinn
> Labels: agent, api, http, master, mesosphere
>
> Add filtering for the following endpoints:
> - {{/frameworks}}
> - {{/slaves}}
> - {{/tasks}}
> - {{/containers}}
> We should investigate whether we should use RESTful style or query string to
> filter the specific resource. We should also figure out whether it's
> necessary to filter a list of resources.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)