[ 
https://issues.apache.org/jira/browse/COUCHDB-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14519413#comment-14519413
 ] 

ASF GitHub Bot commented on COUCHDB-2667:
-----------------------------------------

GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb-couch/pull/47

    Add test suite for global_changes

    COUCHDB-2667

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

    $ git pull https://github.com/iilyak/couchdb-couch 2667-chages-format-fix

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

    https://github.com/apache/couchdb-couch/pull/47.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 #47
    
----
commit 79378da71b6561fa1ba1bfa2b9cf0787eb495a6d
Author: ILYA Khlopotov <iil...@ca.ibm.com>
Date:   2015-04-29T14:20:47Z

    Add test suite for global_changes
    
    COUCHDB-2667

----


> Regression: /_db_updates response format changed
> ------------------------------------------------
>
>                 Key: COUCHDB-2667
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2667
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: HTTP Interface
>            Reporter: Alexander Shorin
>            Assignee: ILYA
>            Priority: Blocker
>              Labels: regression
>             Fix For: 2.0.0
>
>
> In CouchDB 2.0:
> {code}
> {
>     "dbname": "aiocouchdb/1837f0420b9443f79b039b0aec01c7b2",
>     "type": "deleted",
>     "account": "test",
>     "seq": [
>         1,
>         
> "g1AAAAFxeJzLYWBg4MhgTmHgz8tPSTV2MDQy1zMAQsMcoARTIkOS_P___7MymBMZc4EC7MnGqeaWpoaYynEakaQAJJPsQaYkMsBVGaKrcgCpigfbBbQVbJdlmlGSkWkqbpMTQHrq0UxGV5XHAiQZGoAUUOF8wioXQFTuR1ZphFXlAYjK-4RVPoCoBLkzCwD71WBR"
>     ]
> }
> {code}
> In CouchDB 1.6.1:
> {code}
> {
>     "type": "updated",
>     "db_name": "test/aiocouchdb/0e6b5cb3b2e94376b0ecd6ec918e9704"
> }
> {code}
> Breaking changes:
> - db_name vs dbname
> - dbname doesn't contains full database name because first segment of slashed 
> name goes to account field



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to