GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/667
Improvements for table view
- show conflicts / conflict-count in table-view
- remember if table or json view is selected, even after a refresh
to create a conflict for the document `elephant` in `animaldb` use the
`new_edits=false` parameter with a random rev:
```
curl -XPUT http://localhost:8000/animaldb/elephant?new_edits=false -d
'{"_rev":"4-afae890a0310210db079b0f49fb2569d","foo":"bar"}' -H 'Content-Type:
application/json'
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton table-conflict
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/667.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 #667
----
commit 25ea97765b0e85597deff02d9a53dacd52a9476f
Author: Robert Kowalski <[email protected]>
Date: 2016-03-15T14:37:37Z
show conflicts / conflict-count in table-view
commit 3bfc16a4c0557807fc87593b6b797f279829b66d
Author: Robert Kowalski <[email protected]>
Date: 2016-03-15T16:29:08Z
persist setting for view type
remember if table or json view is selected, even after a refresh
this closes COUCHDB-2967
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---