[jira] [Commented] (COUCHDB-1479) Futon config UI won't allow "WWW-Authenticate" option to be added (name is lowercased)

2015-12-18 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15063706#comment-15063706 ] Alexander Shorin commented on COUCHDB-1479: --- Awesome! Even more than needed. I don't remember

[GitHub] couchdb-chttpd pull request: 1.x compat

2015-12-18 Thread janl
Github user janl commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/98#issuecomment-165745950 got a +1 from @rnewson on IRC, merging now --- 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

[GitHub] couchdb-chttpd pull request: 1.x compat

2015-12-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-chttpd/pull/98 --- 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

[jira] [Commented] (COUCHDB-1479) Futon config UI won't allow "WWW-Authenticate" option to be added (name is lowercased)

2015-12-18 Thread Alexander Harm (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15063859#comment-15063859 ] Alexander Harm commented on COUCHDB-1479: - What is interesting though is when watching the

[GitHub] couchdb-fauxton pull request: Remove old unused Backbone code

2015-12-18 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/593 Remove old unused Backbone code Nothing here is used any more; there are React counterparts for Pagination, ConfirmationModal. You can merge this pull request into a Git repository by

[GitHub] couchdb pull request: Update Dockerfile

2015-12-18 Thread klaemo
Github user klaemo commented on the pull request: https://github.com/apache/couchdb/pull/340#issuecomment-165845454 I simplified the Dockerfile. It is for local development and testing only. Please give it a spin. --- If your project is set up for it, you can reply to this email and

[GitHub] couchdb pull request: Update Dockerfile

2015-12-18 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb/pull/340#discussion_r48071451 --- Diff: Dockerfile --- @@ -1,52 +1,52 @@ -FROM debian:wheezy -MAINTAINER Robert Newson -ENV DEBIAN_FRONTEND noninteractive

[GitHub] couchdb pull request: Update Dockerfile

2015-12-18 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb/pull/340#issuecomment-165899072 Please consider adding `.dockerignore` to ignore `dev/data` and other bulky things we don't need. Otherwise copying context on `docker build` would take longer. ---

[GitHub] couchdb pull request: Update Dockerfile

2015-12-18 Thread iilyak
Github user iilyak commented on the pull request: https://github.com/apache/couchdb/pull/340#issuecomment-165900234 You can use .gitignore as a starting point for .dockerignore. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] couchdb pull request: Update Dockerfile

2015-12-18 Thread klaemo
Github user klaemo commented on a diff in the pull request: https://github.com/apache/couchdb/pull/340#discussion_r48071818 --- Diff: Dockerfile --- @@ -1,52 +1,52 @@ -FROM debian:wheezy -MAINTAINER Robert Newson -ENV DEBIAN_FRONTEND noninteractive

[GitHub] couchdb pull request: Update Dockerfile

2015-12-18 Thread klaemo
Github user klaemo commented on the pull request: https://github.com/apache/couchdb/pull/340#issuecomment-165899851 What would be such things? I'm not familiar with the couchdb code base. --- If your project is set up for it, you can reply to this email and have your reply appear on