[GitHub] couchdb-jiffy issue #3: Fix enc_long for 64-bit Windows compilation.

2016-07-14 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-jiffy/pull/3 For reference I am fine officially dropping support for Windows 32-bit builds at this point. XP is long dead and most installs of Windows 7 and up these days are 64-bit. --- If your project is

[jira] [Created] (COUCHDB-3059) #db.local_tree can be undefined

2016-07-14 Thread ILYA (JIRA)
ILYA created COUCHDB-3059: - Summary: #db.local_tree can be undefined Key: COUCHDB-3059 URL: https://issues.apache.org/jira/browse/COUCHDB-3059 Project: CouchDB Issue Type: Bug Reporter: I

[jira] [Resolved] (COUCHDB-3058) support erlang 19 in couchdb 2.0

2016-07-14 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson resolved COUCHDB-3058. Resolution: Fixed > support erlang 19 in couchdb 2.0 > >

[jira] [Closed] (COUCHDB-3058) support erlang 19 in couchdb 2.0

2016-07-14 Thread Robert Newson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Newson closed COUCHDB-3058. -- > support erlang 19 in couchdb 2.0 > > > Key: COU

[GitHub] couchdb-fauxton pull request #745: #3030 Centralise ajax requests

2016-07-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/745#discussion_r70819861 --- Diff: app/addons/auth/resources.js --- @@ -136,7 +133,7 @@ Auth.Session = CouchdbSession.Session.extend({ } }, -

[jira] [Commented] (COUCHDB-3058) support erlang 19 in couchdb 2.0

2016-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377081#comment-15377081 ] ASF subversion and git services commented on COUCHDB-3058: -- Com

[jira] [Commented] (COUCHDB-3058) support erlang 19 in couchdb 2.0

2016-07-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377080#comment-15377080 ] ASF GitHub Bot commented on COUCHDB-3058: - Github user asfgit closed the pull re

[jira] [Commented] (COUCHDB-3058) support erlang 19 in couchdb 2.0

2016-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377079#comment-15377079 ] ASF subversion and git services commented on COUCHDB-3058: -- Com

[GitHub] couchdb-couch-epi pull request #19: Use erl_scan:line/1 if present

2016-07-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch-epi/pull/19 --- 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 featu

[GitHub] couchdb-couch-epi issue #19: Use erl_scan:line/1 if present

2016-07-14 Thread kxepal
Github user kxepal commented on the issue: https://github.com/apache/couchdb-couch-epi/pull/19 +1 --- 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

[jira] [Commented] (COUCHDB-3058) support erlang 19 in couchdb 2.0

2016-07-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15377071#comment-15377071 ] ASF GitHub Bot commented on COUCHDB-3058: - GitHub user rnewson opened a pull req

[GitHub] couchdb-couch-epi pull request #19: Use erl_scan:line/1 if present

2016-07-14 Thread rnewson
GitHub user rnewson opened a pull request: https://github.com/apache/couchdb-couch-epi/pull/19 Use erl_scan:line/1 if present COUCHDB-3058 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudant/couchdb-couch-epi 3058-erlang-19

[GitHub] couchdb-fauxton pull request #745: #3030 Centralise ajax requests

2016-07-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/745#discussion_r70820672 --- Diff: app/core/ajax.js --- @@ -0,0 +1,188 @@ +import $ from 'jquery'; + +export const buildQuery = (query) => ( + `?${Obje

[jira] [Created] (COUCHDB-3058) support erlang 19 in couchdb 2.0

2016-07-14 Thread Robert Newson (JIRA)
Robert Newson created COUCHDB-3058: -- Summary: support erlang 19 in couchdb 2.0 Key: COUCHDB-3058 URL: https://issues.apache.org/jira/browse/COUCHDB-3058 Project: CouchDB Issue Type: Bug

[GitHub] couchdb-fauxton issue #745: #3030 Centralise ajax requests

2016-07-14 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/745 ben that is really nice and cool stuff. i really like api sugar! i guess most of the changed code is already covered by other tests, right? the travis run failed. you

[GitHub] couchdb-fauxton pull request #745: #3030 Centralise ajax requests

2016-07-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/745#discussion_r70818487 --- Diff: app/addons/auth/resources.js --- @@ -12,49 +12,46 @@ import app from "../../app"; import FauxtonAPI from "../../core/

[GitHub] couchdb-fauxton pull request #745: #3030 Centralise ajax requests

2016-07-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/745#discussion_r70819553 --- Diff: app/core/ajax.js --- @@ -0,0 +1,188 @@ +import $ from 'jquery'; + +export const buildQuery = (query) => ( + `?${Obje

[GitHub] couchdb-fauxton pull request #745: #3030 Centralise ajax requests

2016-07-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/745#discussion_r70819061 --- Diff: app/core/ajax.js --- @@ -0,0 +1,188 @@ +import $ from 'jquery'; + +export const buildQuery = (query) => ( + `?${Obje

[jira] [Commented] (COUCHDB-3056) Added Fauxton noscript element

2016-07-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376781#comment-15376781 ] ASF GitHub Bot commented on COUCHDB-3056: - Github user anio closed the pull requ

[GitHub] couchdb-fauxton pull request #744: Added Fauxton noscript element

2016-07-14 Thread anio
Github user anio closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/744 --- 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

[GitHub] couchdb-fauxton issue #744: Added Fauxton noscript element

2016-07-14 Thread anio
Github user anio commented on the issue: https://github.com/apache/couchdb-fauxton/pull/744 OK, Thank you @garrensmith! --- 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 enable

[GitHub] couchdb-fauxton issue #744: Added Fauxton noscript element

2016-07-14 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/744 Awesome thank you @anio. I have merged this into master. Could you close this PR for me. --- If your project is set up for it, you can reply to this email and have your reply appe

[jira] [Commented] (COUCHDB-3056) Added Fauxton noscript element

2016-07-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376719#comment-15376719 ] ASF subversion and git services commented on COUCHDB-3056: -- Com

[jira] [Commented] (COUCHDB-2592) Migration guides from 1.6 to 2.0

2016-07-14 Thread Alex Anderson (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376562#comment-15376562 ] Alex Anderson commented on COUCHDB-2592: Is the guide available publicly? > Mig