Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-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 2CC6D17839 for ; Sat, 4 Apr 2015 18:02:34 +0000 (UTC) Received: (qmail 15768 invoked by uid 500); 4 Apr 2015 18:02:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 15710 invoked by uid 500); 4 Apr 2015 18:02:33 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 15698 invoked by uid 99); 4 Apr 2015 18:02:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2015 18:02:33 +0000 Date: Sat, 4 Apr 2015 18:02:33 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-2237) Add a 'live' sugar for 'continuous' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14395845#comment-14395845 ] ASF GitHub Bot commented on COUCHDB-2237: ----------------------------------------- GitHub user robertkowalski reopened a pull request: https://github.com/apache/couchdb-chttpd/pull/28 add _changes?feed=stream sugar for continuous allow `feed=stream` as sugar for `continuous` which is hard to type. PRs for the change: https://github.com/apache/couchdb/pull/307 https://github.com/apache/couchdb-couch/pull/40 https://github.com/apache/couchdb-chttpd/pull/28 closes COUCHDB-2237 You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertkowalski/couchdb-chttpd 2237-stream Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-chttpd/pull/28.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 #28 ---- commit faa3d9d4d259a72cf6f8a31123e52b1d570e2c27 Author: Robert Kowalski Date: 2015-03-01T14:42:24Z add _changes?feed=stream sugar for continuous allow `feed=stream` as sugar for `continuous` which is hard to type. PRs for the change: https://github.com/apache/couchdb/pull/307 https://github.com/apache/couchdb-couch/pull/40 https://github.com/apache/couchdb-chttpd/pull/28 closes COUCHDB-2237 ---- > Add a 'live' sugar for 'continuous' > ----------------------------------- > > Key: COUCHDB-2237 > URL: https://issues.apache.org/jira/browse/COUCHDB-2237 > Project: CouchDB > Issue Type: Improvement > Security Level: public(Regular issues) > Components: HTTP Interface > Reporter: Dale Harvey > > With PouchDB we generally try to stick to the same param names as Couch, we are even changing some we implemented first to be compatible (https://github.com/pouchdb/pouchdb/issues/2193) > However 'continuous' sucks to type, its confusing to type and spell and everyone gets it wrong, we still support it but switched to documenting it as 'live' and life is awesome again -- This message was sent by Atlassian JIRA (v6.3.4#6332)