fauxton commit: updated refs/heads/master to 4a40e3f

2015-03-31 Thread garren
Repository: couchdb-fauxton Updated Branches: refs/heads/master b671e75a3 - 4a40e3f9e Remove Secure from Cookie in dev proxy Remove Secure from the Cookie so that this will work with a CouchDB instance that is using https and a Secure cookie. Project:

fabric commit: updated refs/heads/2643-fix-arity to a7cb8fd

2015-03-31 Thread rnewson
Repository: couchdb-fabric Updated Branches: refs/heads/2643-fix-arity [created] a7cb8fd3e Call the correct before_doc_update arity bug introduced in COUCHDB-510 fixes COUCHDB-2630 COUCHDB-2632 COUCHDB-2643 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fabric/repo Commit:

fauxton commit: updated refs/heads/master to d7641f1

2015-03-31 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 4a40e3f9e - d7641f16e Mango: creation and listing of indexes Part 1/2 for Mango: Creation of Mango indexes and listing them. Disabled pagination and bulk-deletion for now, see: https://issues.apache.org/jira/browse/COUCHDB-2651

couchdb-mango git commit: Return ddoc id and index name

2015-03-31 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/2645-return-doc-id 8a1bd3176 - f6d4901bc (forced update) Return ddoc id and index name We return the ddoc id and index name for easier deletion from the dashboard. We don't return the full design doc because we want to hide that

couchdb-mango git commit: Return ddoc id and index name

2015-03-31 Thread tonysun83
Repository: couchdb-mango Updated Branches: refs/heads/master 893028883 - f6d4901bc Return ddoc id and index name We return the ddoc id and index name for easier deletion from the dashboard. We don't return the full design doc because we want to hide that abstraction of dealing with design

fauxton commit: updated refs/heads/master to 26c9a05

2015-03-31 Thread benkeen
Repository: couchdb-fauxton Updated Branches: refs/heads/master 5d2fdcc8e - 26c9a05d1 Add API URL option to permissions page This adds the API URL header link to the permissions page which opens the /db/_security endpoint and appropriate doc link. N.B. none of the doc links seem to be

fauxton commit: updated refs/heads/master to 5d2fdcc

2015-03-31 Thread benkeen
Repository: couchdb-fauxton Updated Branches: refs/heads/master d7641f16e - 5d2fdcc8e Ace Editor code update This makes a small change to the Ace Editor component to allow overriding the default manual JS resizing of the editor. Going forward we can use flexbox to handle all of that for us,