Re: proxy authenti(fi)cation not available on klaemo/couchdb:2.0.0-rc1-vote ?

2016-09-23 Thread Sebastian Rothbucher
Hi Daniel, Afaik, proxy auth was not ported to the Cluster-IF. Might be worthwhile re-checking the sources, but you'd probably have to switch to another method. Wish I had better news Best Sebastian Von meinem iPhone gesendet > Am 19.09.2016 um 22:49 schrieb Daniel Holth

Re: [VOTE] Release Apache CouchDB 2.0.0-rc.1

2016-09-18 Thread Sebastian Rothbucher
Hi Joan, That's great (just like the installer in general). Thx a lot 4 that Best Sebastian Von meinem iPhone gesendet > Am 18.09.2016 um 19:09 schrieb Joan Touzet : > > Hi Sebastian, > >> minor thing (at most): install-Dir „C:\CouchDB20“ will be ignored – >> uses >>

Re: [VOTE] Release Apache CouchDB 2.0.0-rc.1

2016-09-18 Thread Sebastian Rothbucher
Hi all, did some testing 2day that looks good: Windows (7 SP1) (from https://dist.apache.org/repos/dist/dev/couchdb/binary/win/2.0.0/rc.1/) md5 563a5f... OK minor thing (at most): install-Dir „C:\CouchDB20“ will be ignored – uses C:\CouchDB fauxton (create DB, create Doc) OK verify (in

Re: Adding a node to cluster

2016-09-06 Thread Sebastian Rothbucher
Hi, as always (esp. with security): it depends and you should have a thorough plan about how 2 secure. There is really no serious general and binary answer to the question. From a functional point of view, the nodes in a cluster need to talk to each other over Erlang RPC and calling applications

Re: Adding a node to cluster

2016-09-05 Thread Sebastian Rothbucher
Hi, clustering and replication are indeed two (very) separate things - and you won't get a Cluster by setting up replication. Again: treat the two as separate. Clustering turns several shards (on several nodes) into one database (from an user/caller perspective) while replication happens

Re: CouchDB 2.0 blog series

2016-08-16 Thread Sebastian Rothbucher
all references to ports 15984 and 15986, they are _not_ the > ports couchdb run on, that is merely how we set up a local 3 node dev > cluster for couchdb developers. > > B. > > > On 16 Aug 2016, at 22:39, Sebastian Rothbucher <sebastianrothbucher@ > googlemail.com> wrote: >

Re: CouchDB 2.0 blog series

2016-08-16 Thread Sebastian Rothbucher
richt Charlottenburg > Geschäftsführung: Jan Lehnardt > > > On Aug 13 2016, at 1:41 pm, Sebastian Rothbucher > <sebastianrothbuc...@googlemail.com> wrote: > > > Hi Jenn, Reddy, everyone > > > > > > I've done a draft of the 'Migrating to 2.0' post her

Re: CouchDB 2.0 blog series

2016-08-13 Thread Sebastian Rothbucher
ct=http%3A%2F%2Fneighbourhood.ie%2F= > ZGV2QGNvdWN > oZGIuYXBhY2hlLm9yZw==) > > > Handelsregister HRB 157851 B Amtsgericht Charlottenburg > Geschäftsführung: Jan Lehnardt > > > On Aug 7 2016, at 12:45 pm, Sebastian Rothbucher > <sebastianrothbuc...@googlemail.com>

Re: CouchDB 2.0 blog series

2016-08-08 Thread Sebastian Rothbucher
bit: > > https://docs.google.com/document/d/14rk9jRrAElzAFA3XdXDsjahmklGrM > HfwY_j9LJji1bA/edit?usp=sharing > > Please leave comments. > > Thank you, > -Nick > > > On Sun, Aug 7, 2016 at 12:45 PM, Sebastian Rothbucher > <sebastianrothbuc...@googlemail.com&g

Re: CouchDB 2.0 blog series

2016-08-07 Thread Sebastian Rothbucher
Hi there, if you want, I can help w/ the migration guide and briefly write up some aspects on how 2 migrate application code (and data). Most we found during testing is already summed up in the jira ticket. Let me know... Best Sebastian On Mon, Jul 25, 2016 at 8:13 PM, Jenn Turner

Re: 2.0 & Windows: status update

2016-06-29 Thread Sebastian Rothbucher
> > Nick > > On Sun, 19 Jun 2016 at 23:01 Sebastian Rothbucher < > sebastianrothbuc...@googlemail.com> wrote: > > > Hi Joan, Nick, > > > > the following gist provides a current run of the test against the latest > > master of CouchDB - and t

Re: 2.0 & Windows: status update

2016-06-19 Thread Sebastian Rothbucher
Hi Joan, Nick, the following gist provides a current run of the test against the latest master of CouchDB - and the latest tests (from the auth-tests-wip branch): https://gist.github.com/sebastianrothbucher/efa3a992bd4de9996b4125da82a7e0de Maybe you can use them Here's what I did to get both

Re: db/_all_conflicts

2016-03-14 Thread Sebastian Rothbucher
Hi Robert, this looks awesome already! I don't want to be the spoiler in this, but wouldn't conflicts occur recently, e.g. using _changes (descending) might do the trick of limit-ing? (Still you'd discard docs that simply don't have conflicts, but probably way not that many) If that doesn't do

CouchDB-Testing - success

2016-01-18 Thread Sebastian Rothbucher
Hi all, though good news is boring, let me share it nonetheless: - I ran my application (open-source soonish I hope) against CouchDB (apache-couchdb-2.0.0-1c1cc8f) - and it runs well (as it did w/ 1.6.1 and Cloudant). Switching ?since from numbers to strings was an exercise I did before, so

Re: [NEWS] Your links for the CouchDB Weekly News?

2016-01-06 Thread Sebastian Rothbucher
Hi Jenn, Thanks so much for keeping this going!! I have one item actually: there's a couchdb Meetup in Hamburg tue, Jan 26: http://www.meetup.com/de-DE/CouchDB-Meetup-Hamburg/ Best Sebastian Von meinem iPhone gesendet > Am 06.01.2016 um 17:56 schrieb Jenn Turner

Re: [POC] Mango Catch All Selector

2016-01-04 Thread Sebastian Rothbucher
Hi Robert, I'm with you that the easier we can make it for s/o to get started the better. And I think falling back to a full table scan with a log written is a good and easy way to go. I'd even set the log level to info or even warning to make it clear that there's a problem with huge data sets.

Re: The CouchDB 2.0 Release Testing Plan

2015-12-28 Thread Sebastian Rothbucher
Hi Jan, your doc was pretty helpful in getting the latest TAR going on CentOS (single node) and running some of my code against it (originally developed for 1.6.1 and cloudant) - this looks amazing. Hope there's other feedback coming in, too Thanks - and have a great 2016 everyone...

Re: The JavaScript Test Suite

2015-11-17 Thread Sebastian Rothbucher
course, anyone should feel free to contribute to remaining tests and any help is greatly appreciated Anyways, there's progress - thanks again Best Sebastian On Sat, Oct 17, 2015 at 4:45 PM, Sebastian Rothbucher < sebastianrothbuc...@googlemail.com> wrote: > Hi all, > > got a

Re: [REMINDER] IRC meeting - 2015-11-04 19:00 UTC

2015-11-03 Thread Sebastian Rothbucher
+1 On Tue, Nov 3, 2015 at 6:25 PM, Jan Lehnardt wrote: > Great idea! > > > On 03 Nov 2015, at 17:05, Alexander Shorin wrote: > > > > Hi everyone! > > > > We didn't run our regular meetings for a long time... > > Time to get back our good old tradition! See

Re: Fauxton Windows developer question

2015-10-26 Thread Sebastian Rothbucher
Hi, if it was me, I'd avoid plain makefiles, too. At least for fauxton. What about sticking with Grunt? We could still do some work to brush up the Gruntfile. And with a few tweaks, it's portable, even on Win (in fact: I found another one this WE). Best Sebastian On Tue, Oct 20, 2015 at

Re: Fauxton Windows developer question

2015-10-21 Thread Sebastian Rothbucher
Hi Robert, I can certainly also give fb sat+ Sebastian Von meinem iPhone gesendet > Am 20.10.2015 um 16:12 schrieb Robert Kowalski : > > Hey there, > > I am currently working with our old & grown Gruntfile.js [1] together with > the files in tasks/ > > The gruntfile

Re: The JavaScript Test Suite

2015-10-17 Thread Sebastian Rothbucher
e database > >> being > >>> deleted > >>> on the request returning and dont seem to have any problems with it > >> against > >>> master. > >> > >> Does the PouchDB test suite runs against the 5986 port, or with an n=1 > >&g

Re: Submissions – CouchDB Weekly News

2015-10-14 Thread Sebastian Rothbucher
Hi Katharina, There is also a couchdb meetup Oct 27 in Hamburg: http://www.meetup.com/de/CouchDB-Meetup-Hamburg/events/225805777/ Thanks again - so much Sebastian P.s.: sure a brief news is ok, more than that Von meinem iPhone gesendet > Am 14.10.2015 um 17:41 schrieb Katharina

Re: Submissions – CouchDB Weekly News

2015-10-14 Thread Sebastian Rothbucher
Hi Katharina, Maybe only worth a side note - but the Hamburg Vaadin Meetup is about to adopt the Couch CoC: http://www.meetup.com/de/Vaadin-Germany/events/225734282/#description-tab As ever: thanks so much for assembling the news! Sebastian Von meinem iPhone gesendet > Am 14.10.2015 um

Re: The JavaScript Test Suite

2015-10-11 Thread Sebastian Rothbucher
Hi Jan, I transferred some of my findings to your branch - pls. find a PR for the first few tests submitted 2 your branch. I put in TODOs where either there is most probably a bug (filed COUCHDB-2852 and COUCHDB-2853) or we have to do some more work (like making config available). Will from the

Re: [PROPOSAL] Improving the quality of CouchDB

2015-09-08 Thread Sebastian Rothbucher
Hi Robert, also many thanks from my side for writing all this down! There are in fact some integration tests coming with CouchDB using the HTTP API (can be run via `make javascript`) which need to be transferred to run against the cluster port (instead of local). I started working on this on my

Re: Running 1.x-era JavaScript tests against master

2015-08-21 Thread Sebastian Rothbucher
...@gmail.com wrote: It's probably easier to configure the cluster with n=1 rather than change write quorum on a per-request basis. This was the approach we took with the PouchDB tests and it worked well (as a first step, at least). Will On 8 Apr 2015 20:26, Sebastian Rothbucher

Re: How to get back to the screen some debug info from the compiled program ?

2015-05-11 Thread Sebastian Rothbucher
Hi Marten, I'd like to second Robert: it's great you're picking this up! Just to make sure you avoid making old mistakes: here's a link to a previous discussion on the topic:

Re: Running 1.x-era JavaScript tests against master

2015-04-08 Thread Sebastian Rothbucher
might get the shard not yet up to date; waits are not the solution. Replication tests could become tricky) - correctly detected the Etags issue (which is not yet solved - there is a chttpd PR open) Cheers Sebastian On Wed, Apr 1, 2015 at 11:28 PM, Sebastian Rothbucher sebastianrothbuc

Re: Running 1.x-era JavaScript tests against master

2015-04-01 Thread Sebastian Rothbucher
Hi Jan, I tried just that but there is lots of work to do. Maybe it's just minor, but the tests assume a lot which a normal user does not necessarily do, they depend on time, etc. First attempt for others 2 try also:

Re: [GSOC 2015] COUCHDB-2605 Visualize the CouchDB Cluster

2015-03-31 Thread Sebastian Rothbucher
. Under guidance of Alexander Shorin, Robert Kowalski and Sebastian Rothbucher, I have started the initial phase. Building (/developer-preview/2.0/) from source and pointing out few small bugs in build process. Going through the REST api[3] and following few tutorials[4

Re: [VOTE] Accept couchperuser codebase

2015-03-23 Thread Sebastian Rothbucher
+1 On Mon, Mar 23, 2015 at 3:10 PM, Andy Wenk a...@nms.de wrote: +1 On 23 March 2015 at 14:55, Noah Slater nsla...@apache.org wrote: +1 On Mon, 23 Mar 2015 at 14:18 Klaus Trainer klaus_trai...@posteo.de wrote: +1 On 03/23/2015 01:01 PM, Robert Kowalski wrote: Hi

[jira] [Commented] (COUCHDB-2605) Visualize the CouchDB Cluster

2015-03-15 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14362551#comment-14362551 ] Sebastian Rothbucher commented on COUCHDB-2605: --- Just to follow up

Re: GSOC 2015 [Visualize document revision tree and navigate between these revisions]

2015-03-15 Thread Sebastian Rothbucher
Hi guys, you might check out http://atypical.net/archive/2014/02/04/my-couchdb-conf-talk - esp. slide 18... Good luck Sebastian On Sun, Mar 15, 2015 at 9:25 PM, Robert Kowalski r...@kowalski.gd wrote: Hi Nadeeshaan, congrats! I hope you like our interface :) If you have any feedback on

[jira] [Resolved] (COUCHDB-2543) Two bugs with full page doc editor

2015-01-21 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher resolved COUCHDB-2543. --- Resolution: Fixed Two bugs with full page doc editor

[jira] [Updated] (COUCHDB-2543) Two bugs with full page doc editor

2015-01-21 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher updated COUCHDB-2543: -- Assignee: Ben Keen (was: Sebastian Rothbucher) Two bugs with full page doc

[jira] [Commented] (COUCHDB-2543) Two bugs with full page doc editor

2015-01-18 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14281861#comment-14281861 ] Sebastian Rothbucher commented on COUCHDB-2543: --- The callbacks for main

[jira] [Assigned] (COUCHDB-2543) Two bugs with full page doc editor

2015-01-18 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher reassigned COUCHDB-2543: - Assignee: Sebastian Rothbucher Two bugs with full page doc editor

[jira] [Commented] (COUCHDB-2543) Two bugs with full page doc editor

2015-01-18 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14281864#comment-14281864 ] Sebastian Rothbucher commented on COUCHDB-2543: --- https://github.com/apache

Re: [ANNOUNCE] Ben Keen elected as CouchDB committer

2014-11-06 Thread Sebastian Rothbucher
Welcome, Ben!!! Von meinem iPhone gesendet Am 06.11.2014 um 18:07 schrieb Joan Touzet woh...@apache.org: Dear community, I am pleased to announce that the CouchDB Project Management Committee has elected Ben Keen as a CouchDB committer. Apache ID: benkeen IRC nick: benjaminkeen

[jira] [Commented] (COUCHDB-2423) Unable to remove a key from existing CouchDB document using Fauxton

2014-11-02 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14193818#comment-14193818 ] Sebastian Rothbucher commented on COUCHDB-2423: --- Hi Egon, thanks first

[jira] [Resolved] (COUCHDB-2378) TypeError: this.viewMeta is undefined

2014-10-19 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher resolved COUCHDB-2378. --- Resolution: Fixed Assignee: Alexander Shorin TypeError

[jira] [Commented] (COUCHDB-2348) Fauxton pagination is broken for views

2014-10-12 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14168578#comment-14168578 ] Sebastian Rothbucher commented on COUCHDB-2348: --- I tried on Couch 1.6.1

[jira] [Commented] (COUCHDB-2359) Query against design documents goes wild

2014-10-12 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14168585#comment-14168585 ] Sebastian Rothbucher commented on COUCHDB-2359: --- I think https

[jira] [Commented] (COUCHDB-2381) Database search field, New Database and API buttons gone away

2014-10-12 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14168623#comment-14168623 ] Sebastian Rothbucher commented on COUCHDB-2381: --- noticed the same

[jira] [Commented] (COUCHDB-1863) Documentation link should be on top links of front page

2014-10-09 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14165553#comment-14165553 ] Sebastian Rothbucher commented on COUCHDB-1863: --- Concerning the font

Re: [ANNOUNCE] Jenn Schiffer elected as CouchDB committer

2014-09-09 Thread Sebastian Rothbucher
This is Great !! - welcome! Von meinem iPhone gesendet Am 09.09.2014 um 20:40 schrieb Joan Touzet woh...@apache.org: Congrats Jenn! Super glad you are with us. Dare I say girl power? :D - Original Message - From: Klaus Trainer klaus_trai...@posteo.de To: dev@couchdb.apache.org

[jira] [Commented] (COUCHDB-2312) Footer overlaps items in db-list

2014-09-07 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14125010#comment-14125010 ] Sebastian Rothbucher commented on COUCHDB-2312: --- also in others: like doc

Re: 1.6.1-rc4 binaries

2014-09-01 Thread Sebastian Rothbucher
Hi Nick, setup-couchdb-1.6.1_R16B02.exe on Win 7 x64 looks great: all three signatures/checksums OK, setup OK, verify OK; and my stuff still works ;-) Thanks! Sebastian On Mon, Sep 1, 2014 at 9:04 PM, Nick North nort...@gmail.com wrote: Windows binaries are up for test at

[jira] [Closed] (COUCHDB-2228) Allow filtering views, follow linked docs, application of show functions in Futon

2014-07-25 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher closed COUCHDB-2228. - Resolution: Won't Fix Reality was faster than me - Fauxton is or will be able

Re: [GitHub] couchdb-fauxton pull request: 2160 fix csp for Fauxton dev mode

2014-07-17 Thread Sebastian Rothbucher
I give up - how would I change w/out closing? Thanks a lot! On Fri, Jul 18, 2014 at 12:22 AM, sebastianrothbucher g...@git.apache.org wrote: Github user sebastianrothbucher commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/3#issuecomment-49374550 took

[jira] [Commented] (COUCHDB-2267) Views suddenly stopped working with os_process_error

2014-07-14 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14061148#comment-14061148 ] Sebastian Rothbucher commented on COUCHDB-2267: --- You don't (by any chance

[jira] [Commented] (COUCHDB-2267) Views suddenly stopped working with os_process_error

2014-07-14 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14061231#comment-14061231 ] Sebastian Rothbucher commented on COUCHDB-2267: --- just from the top of my

Re: have look ..

2014-06-29 Thread Sebastian Rothbucher
Hi Anish, I'd never have instable functions like 'now' in a view - it will not work. View+list could do the Trick in your case as the view can remain stable Good luck Sebastian Von meinem iPhone gesendet Am 29.06.2014 um 07:26 schrieb Anish Menon anishme...@icloud.com: { date :

Re: Show + List functions in Fauxton Dashboard

2014-06-24 Thread Sebastian Rothbucher
Hi there, it's great Fauxton gets even better! from project experience, what did work well was - List functions to re-sort (sufficiently reduced) views - List functions to generate SQL (or others) from reductions (I guess that's very much like what Alexander had in mind) - Show functions to

[jira] [Updated] (COUCHDB-2160) Fields-view for documents

2014-06-15 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher updated COUCHDB-2160: -- Attachment: edittext_screen.png Fields-view for documents

[jira] [Commented] (COUCHDB-2160) Fields-view for documents

2014-06-15 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14032000#comment-14032000 ] Sebastian Rothbucher commented on COUCHDB-2160: --- definitely +1

[jira] [Commented] (COUCHDB-2234) Multiple issues with sidebar

2014-05-12 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995626#comment-13995626 ] Sebastian Rothbucher commented on COUCHDB-2234: --- exempting dashboards

[jira] [Commented] (COUCHDB-2234) Multiple issues with sidebar

2014-05-11 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994609#comment-13994609 ] Sebastian Rothbucher commented on COUCHDB-2234: --- without changing much

[jira] [Updated] (COUCHDB-2228) Allow filtering views, follow linked docs, application of show functions in Futon

2014-04-21 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher updated COUCHDB-2228: -- Attachment: view3.png view2.png view1.png

[jira] [Commented] (COUCHDB-2228) Allow filtering views, follow linked docs, application of show functions in Futon

2014-04-21 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13975659#comment-13975659 ] Sebastian Rothbucher commented on COUCHDB-2228: --- Hi Alexander, bad timing

[jira] [Updated] (COUCHDB-2228) Allow filtering views, follow linked docs, application of show functions in Futon

2014-04-21 Thread Sebastian Rothbucher (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebastian Rothbucher updated COUCHDB-2228: -- Component/s: Fauxton Allow filtering views, follow linked docs, application