[
https://issues.apache.org/jira/browse/MESOS-7630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086807#comment-16086807
]
Greg Mann commented on MESOS-7630:
----------------------------------
{code}
commit 9e208293ba482d843e5c56a40d997ba18e764b58
Author: Quinn Leng <[email protected]>
Date: Thu Jul 13 17:44:03 2017 -0700
Refactored authorization acceptors into a single class.
Replaced different authorization-related Acceptor classes with one
AuthorizationAcceptor class.
Removed the ObjectAcceptor parent class, since no inheritance features
are provided by it.
Review: https://reviews.apache.org/r/60716/
{code}
{code}
commit 15656be2f65cc4eeaf053b47133ca0bd43d5c166
Author: Quinn Leng <[email protected]>
Date: Thu Jul 13 17:43:59 2017 -0700
Added constructors for ObjectApprover::Object.
Added new constructors and updated all places where
ObjectApprover::Objects are constructed to use new
constructors.
Review: https://reviews.apache.org/r/60279/
{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)