GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/54
COUCHDB-2302: Allow creation of new sections in config view
COUCHDB-2302: Allow creation of new sections in config view
I added a bunch of tests and moved one method from the view to the
collection.
I also removed some unused properties, like `this.error` and separated the
event-handler from the logic to make the code testable.
Split in multiple logical commits as I first added tests, then refactored
and then fixed the actual bug.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton
COUCHDB-2302--config-sections
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/54.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 #54
----
commit e792b5054650116d7c969faf40c1705274cbd469
Author: Robert Kowalski <[email protected]>
Date: 2014-09-05T16:48:58Z
Config: Set Modal under tests
commit f41c0c9de56172bf36efbe7d49a6443edb60909b
Author: Robert Kowalski <[email protected]>
Date: 2014-09-05T17:03:09Z
Config: refactor: move method to collection
commit 8de3af263ad1744ca6c847919f3fbf1a262b654a
Author: Robert Kowalski <[email protected]>
Date: 2014-09-05T17:15:55Z
Config: remove unused this.error
commit 1114c9d03e1d21190077d0e3ad4ba542184bf6c6
Author: Robert Kowalski <[email protected]>
Date: 2014-09-05T17:46:12Z
Config: allow creation of new sections
closes COUCHDB-2302
----
---
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.
---