Return-Path: X-Original-To: apmail-trafficserver-dev-archive@www.apache.org Delivered-To: apmail-trafficserver-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC04618453 for ; Thu, 9 Jul 2015 02:50:05 +0000 (UTC) Received: (qmail 62732 invoked by uid 500); 9 Jul 2015 02:50:05 -0000 Delivered-To: apmail-trafficserver-dev-archive@trafficserver.apache.org Received: (qmail 62673 invoked by uid 500); 9 Jul 2015 02:50:05 -0000 Mailing-List: contact dev-help@trafficserver.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@trafficserver.apache.org Delivered-To: mailing list dev@trafficserver.apache.org Received: (qmail 62662 invoked by uid 99); 9 Jul 2015 02:50:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 02:50:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 61E28DFE65; Thu, 9 Jul 2015 02:50:05 +0000 (UTC) From: bgaff To: dev@trafficserver.apache.org Reply-To: dev@trafficserver.apache.org Message-ID: Subject: [GitHub] trafficserver pull request: Add ListAll for HostDB httpui endpoint Content-Type: text/plain Date: Thu, 9 Jul 2015 02:50:05 +0000 (UTC) GitHub user bgaff opened a pull request: https://github.com/apache/trafficserver/pull/245 Add ListAll for HostDB httpui endpoint We would like a way to enumerate all records in hostdb (this doesn't include the hostsfile map, although adding that would be a trivial change). I really would like feedback and suggestions. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bgaff/trafficserver master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/245.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 #245 ---- commit 93666d15466c4d8b29e52f1cbfab0504fd3f34c2 Author: Brian Geffon Date: 2015-07-09T02:48:45Z Add ListAll for HostDB httpui endpoint ---- --- 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. ---