[GitHub] couchdb-fauxton pull request: config: use the new _nodes endpoints

2015-06-29 Thread wohali
Github user wohali commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/474#issuecomment-116809189 Great work. Before this lands I'd like to see it tested and functional against 3 nodes not all running on localhost. --- If your project is set up

[GitHub] couchdb-couch pull request: Support Windows build target

2015-07-13 Thread wohali
Github user wohali commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/69#discussion_r34503056 --- Diff: rebar.config.script --- @@ -76,6 +77,9 @@ IcuDarwinEnv = [{CFLAGS, -DXP_UNIX -I/usr/local/opt/icu4c/include}, {LDFLAGS

[GitHub] couchdb-couch pull request: Support Windows build target

2015-07-11 Thread wohali
Github user wohali commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/69#discussion_r34417453 --- Diff: rebar.config.script --- @@ -76,6 +77,9 @@ IcuDarwinEnv = [{CFLAGS, -DXP_UNIX -I/usr/local/opt/icu4c/include}, {LDFLAGS

[GitHub] couchdb-fauxton pull request: config: use the new _nodes endpoints

2015-07-11 Thread wohali
Github user wohali commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/474#issuecomment-120673880 I simply meant that we need someone to *manually* run a test case where we validate that the configuration process works when setup against not just 3 localhost

[GitHub] couchdb-couch pull request: Support Windows build target

2015-07-11 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-couch/pull/69 Support Windows build target You can merge this pull request into a Git repository by running: $ git pull https://github.com/wohali/couchdb-couch windows_support Alternatively you can

[GitHub] couchdb-fauxton pull request: Configurable 'Generated: [date]' com...

2015-12-21 Thread wohali
Github user wohali commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/594#issuecomment-166443007 Looks good :) :wave: :+1: :maple_leaf: --- 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 pull request #423: Use UNIX-style paths for view servers on Windows

2016-06-17 Thread wohali
Github user wohali commented on a diff in the pull request: https://github.com/apache/couchdb/pull/423#discussion_r67588370 --- Diff: dev/run --- @@ -249,9 +249,15 @@ def hack_default_ini(ctx, node, content): coffeejs = os.path.join(ctx['rootdir'], "share"

[GitHub] couchdb pull request #423: Use UNIX-style paths for view servers on Windows

2016-06-17 Thread wohali
Github user wohali commented on a diff in the pull request: https://github.com/apache/couchdb/pull/423#discussion_r67594300 --- Diff: dev/run --- @@ -249,9 +249,15 @@ def hack_default_ini(ctx, node, content): coffeejs = os.path.join(ctx['rootdir'], "share"

[GitHub] couchdb pull request #435: Change default to log to a file, not stderr

2016-08-07 Thread wohali
Github user wohali closed the pull request at: https://github.com/apache/couchdb/pull/435 --- 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 issue #435: Change default to log to a file, not stderr

2016-08-07 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb/pull/435 I agree with @kxepal 's suggestion here. Closing this PR. --- 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

[GitHub] couchdb pull request #435: Change default to log to a file, not stderr

2016-08-02 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb/pull/435 Change default to log to a file, not stderr Presently our default is to log only to stderr. This is both a deviation from couchdb 1.x behaviour as well as unexpected for a service

[GitHub] couchdb issue #435: Change default to log to a file, not stderr

2016-08-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb/pull/435 I have since learned that it is increasingly common for services like systemd to gather and manage log files on its own. As such this change may be unpopular given modern trends in UNIX. I'm hoping

[GitHub] couchdb-chttpd issue #120: use shard suffix when generating _changes ETag

2016-09-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-chttpd/pull/120 @davisp ping, we need an Erlang code review here, Jan and Bob are kinda busy and I'm out of my depth. Could you kindly help? Thanks :pig_nose: :cat: :cow2: --- If your project is set up

[GitHub] couchdb-chttpd pull request #139: Drop logging level for "no record of user ...

2016-09-01 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-chttpd/pull/139 Drop logging level for "no record of user %s" This warning is tripped primarily when an admin is defined in local.ini and has no associated _users document. This can happen fa

[GitHub] couchdb pull request #439: Update default/local ini files with new settings

2016-09-02 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb/pull/439 Update default/local ini files with new settings A comprehensive grep was run across the source code looking for references to config:get* functions. This was used to remove any config

[GitHub] couchdb-documentation issue #55: API documentation for _find and _index endp...

2016-09-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-documentation/pull/55 +1, merging. --- 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

[GitHub] couchdb-documentation issue #63: Remove row-spanning in _find documentation

2016-09-09 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-documentation/pull/63 Ta very much :) --- 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

[GitHub] couchdb-documentation issue #63: Remove row-spanning in _find documentation

2016-09-09 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-documentation/pull/63 Assuming the Travis CI build passes, +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

[GitHub] couchdb-couch pull request #195: Bypass couchdb_os_proc_pool tests on Window...

2016-09-10 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-couch/pull/195 Bypass couchdb_os_proc_pool tests on Windows COUCHDB-3140 Unfortunately, the should_process_waiting_queue_as_fifo and should_reduce_pool_on_idle_os_procs tests are failing

[GitHub] couchdb-couch pull request #197: Fix Windows version string determination

2016-09-12 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-couch/pull/197 Fix Windows version string determination For some reason, the COUCHDB_VERSION string on Windows is getting suffixed whitespace. We fix this by string:strip(Version0, right

[GitHub] couchdb-couch pull request #196: Disable should_process_waiting_queue_as_fif...

2016-09-11 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-couch/pull/196 Disable should_process_waiting_queue_as_fifo test COUCHDB-3140 This PR disables the problematic queue-as-fifo test. As written, any call in a test to spawn_client/1 returns

[GitHub] couchdb-couch issue #195: Bypass couchdb_os_proc_pool tests on Windows

2016-09-11 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-couch/pull/195 Please see https://github.com/apache/couchdb-couch/pull/196. I am closing this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] couchdb-couch pull request #195: Bypass couchdb_os_proc_pool tests on Window...

2016-09-11 Thread wohali
Github user wohali closed the pull request at: https://github.com/apache/couchdb-couch/pull/195 --- 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-couch issue #196: Disable should_process_waiting_queue_as_fifo test

2016-09-11 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-couch/pull/196 For reference, disabling this one test allows the subsequent test in the suite (should_reduce_pool_on_idle_os_procs) to pass on Windows, so it's just this one test that is a problem

couchdb-ci git commit: Fix Centos 6 build (using Python 3)

2017-03-23 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master a074a6842 -> 9cfaff61b Fix Centos 6 build (using Python 3) Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/9cfaff61 Tree:

[GitHub] couchdb-couch-log issue #17: Fix dns timeout for undefined syslog host

2017-03-27 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-couch-log/pull/17 TY @jaydoane ! --- 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

couchdb-ci git commit: Correctly pass branch env var to Docker

2017-03-26 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master d466e9b7b -> 52090f9cb Correctly pass branch env var to Docker Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/52090f9c Tree:

couchdb-ci git commit: Support building from branches other than master

2017-03-24 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 9cfaff61b -> d466e9b7b Support building from branches other than master Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/d466e9b7 Tree:

[1/5] couchdb-ci git commit: Upgrade node to 6.x / npm to 3.x

2017-03-23 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master b243488ae -> a074a6842 Upgrade node to 6.x / npm to 3.x Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/919caf04 Tree:

[5/5] couchdb-ci git commit: Support Ubuntu 12.04 (Erlang 18.3 only)

2017-03-23 Thread wohali
Support Ubuntu 12.04 (Erlang 18.3 only) Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/a074a684 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/a074a684 Diff:

[3/5] couchdb-ci git commit: Erlang 18.2 -> 18.3 (required for Ubuntu 16.04 support)

2017-03-23 Thread wohali
Erlang 18.2 -> 18.3 (required for Ubuntu 16.04 support) Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/399a8e08 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/399a8e08 Diff:

[2/5] couchdb-ci git commit: Add support for Ubuntu 16.04

2017-03-23 Thread wohali
Add support for Ubuntu 16.04 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/3ee46555 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/3ee46555 Diff:

[4/5] couchdb-ci git commit: Support CentOS 6 (18.3 only)

2017-03-23 Thread wohali
Support CentOS 6 (18.3 only) Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/5c4edb2d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/5c4edb2d Diff:

couchdb-ci git commit: Fix CentOS build with newer Sphinx

2017-03-17 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 396f77a46 -> 7562f79ee Fix CentOS build with newer Sphinx Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/7562f79e Tree:

couchdb-ci git commit: fix CentOS LaTeX and SM185 installs, update Debian Sphinx install

2017-03-18 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 7562f79ee -> 7c1034191 fix CentOS LaTeX and SM185 installs, update Debian Sphinx install Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/7c103419 Tree:

[2/2] couchdb-ci git commit: Update readme with latest developments

2017-03-19 Thread wohali
Update readme with latest developments Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/b243488a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/b243488a Diff:

couchdb-ci git commit: Update Git URL for gitbox

2017-03-15 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master d5b3da074 -> c0de0bac7 Update Git URL for gitbox Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/c0de0bac Tree:

couchdb-ci git commit: Switch from basti1302 to docker couchdbdev org

2017-03-16 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master c0de0bac7 -> 69285ff19 Switch from basti1302 to docker couchdbdev org Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/69285ff1 Tree:

couchdb-ci git commit: Fix ansible yum Centos package group install

2017-03-16 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 69285ff19 -> 30055eb24 Fix ansible yum Centos package group install Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/30055eb2 Tree:

[1/2] couchdb-ci git commit: Remove LaTeX from build images

2017-03-19 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 7c1034191 -> b243488ae Remove LaTeX from build images Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/026513b2 Tree:

[2/2] couchdb-ci git commit: Fix comment in jenkins/build.sh

2017-03-17 Thread wohali
Fix comment in jenkins/build.sh Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/396f77a4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/396f77a4 Diff:

[1/3] couchdb-ci git commit: Fix CentOS LaTeX build

2017-03-16 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 30055eb24 -> 7fa91caea Fix CentOS LaTeX build Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/3df0edf8 Tree:

[3/3] couchdb-ci git commit: Add docker cleanup script

2017-03-16 Thread wohali
Add docker cleanup script Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/7fa91cae Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/7fa91cae Diff:

[2/3] couchdb-ci git commit: Shorten Docker image names now that we have couchdbdev org

2017-03-16 Thread wohali
Shorten Docker image names now that we have couchdbdev org Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/51f2988d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/51f2988d Diff:

[1/2] couchdb-ci git commit: Erlang 18->18.2; copy ansible into every image

2017-03-17 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 7fa91caea -> 396f77a46 Erlang 18->18.2; copy ansible into every image Previously, the Dockerfile only copied the ansible/ directory into the -base images. This means that if you want to add a new version of Erlang (for instance), you

[GitHub] couchdb-oauth issue #2: Remove couch_crypto

2017-08-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-oauth/pull/2 No objection from me...just hoping we can nuke this repo from orbit. It's the only way to be sure. 👽 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] couchdb-oauth issue #2: Remove couch_crypto

2017-08-01 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-oauth/pull/2 We've already stopped shipping this dependency in CouchDB, so no need for this change. This repo is effectively dead. See https://github.com/apache/couchdb/commit

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

2017-07-06 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-jiffy/pull/3 This already landed in upstream: https://github.com/davisp/jiffy/blob/master/c_src/encoder.c#L411 @NorthNick feel free to close this PR at any time. :) --- If your project

couchdb-ci git commit: Updated images for non-root Jenkins+Docker builds

2017-07-20 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master b19c41169 -> 1dec43917 Updated images for non-root Jenkins+Docker builds Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/1dec4391 Tree:

couchdb-ci git commit: Updated images for non-root Jenkins+Docker builds [Forced Update!]

2017-07-21 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 1dec43917 -> b918cfb69 (forced update) Updated images for non-root Jenkins+Docker builds Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/b918cfb6 Tree:

[GitHub] couchdb-config issue #16: Add longer timeouts for operations which could wri...

2017-07-21 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-config/pull/16 +1. Don't forget to bump the dependency in couch's `rebar.config.script`. Because we're preparing for a release, please add a new tag to this repo and use the new tag in `rebar.config.script

couchdb-ci git commit: Add convenience pull-all script

2017-07-24 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master b918cfb69 -> a9b33efe0 Add convenience pull-all script Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/a9b33efe Tree:

[GitHub] couchdb-admin issue #3: remove board report

2017-04-26 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-admin/pull/3 @robertkowalski which website tool? i've lost track. happy to merge this if you can leave behind a pointer... --- If your project is set up for it, you can reply to this email and have your

[2/5] couchdb-ci git commit: squash me

2017-04-27 Thread wohali
squash me Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/e9fefb6b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/e9fefb6b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/e9fefb6b Branch:

[3/5] couchdb-ci git commit: squash me too

2017-04-27 Thread wohali
squash me too Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/ff7e9389 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/ff7e9389 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/ff7e9389

[1/5] couchdb-ci git commit: Change build user to builder

2017-04-27 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 52090f9cb -> 67d84506e Change build user to builder Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/c68372a0 Tree:

[5/5] couchdb-ci git commit: add debian/ubuntu packaging tooling

2017-04-27 Thread wohali
add debian/ubuntu packaging tooling Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/67d84506 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/67d84506 Diff:

[4/5] couchdb-ci git commit: Fix repo URL and build process

2017-04-27 Thread wohali
Fix repo URL and build process Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/ae186b0a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/ae186b0a Diff:

[GitHub] couchdb-config pull request #17: Lower default couchdb:max_dbs_open value in...

2017-08-20 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-config/pull/17 Lower default couchdb:max_dbs_open value in test suite If apache/couchdb#763 is approved, this change is necessary to make the tests pass. You can merge this pull request into a Git

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Could you update the `.travis.yml` file in your branch to test 19 and 20? That will let us see that everything is good thru the GH-Travis integration. (Also, please squash your branch.) Thanks

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Ah, ok, that's not good. Remove 20 from the Travis file for now. Try a `git rebase -i HEAD~4` and squash everything but the first commit. --- If your project is set up for it, you can

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-22 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Ah, that'll do. Submit with `20.0-rc1` if you please. --- 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

[GitHub] couchdb-snappy issue #6: Add erlang 20

2017-06-23 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-snappy/pull/6 Looks great, I'll merge this now. Thank you for your contribution to Apache CouchDB! 👯 --- If your project is set up for it, you can reply to this email and have your reply appear

couchdb-ci git commit: Support logfile uploader, sudo, lintian-ubuntu

2017-05-22 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master f65d4a216 -> 364ff9f71 Support logfile uploader, sudo, lintian-ubuntu Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/364ff9f7 Tree:

couchdb-ci git commit: set +e so the script can handle failures

2017-05-23 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 364ff9f71 -> 0067f12a0 set +e so the script can handle failures Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/0067f12a Tree:

[GitHub] couchdb-config issue #15: Fix eunit tests

2017-05-16 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-config/pull/15 +1, don't forget to update rebar.config.script 👇 😆 🍤 --- 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

[GitHub] couchdb-ets-lru pull request #4: Allow an ets_lru to be completely disabled

2017-06-02 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-ets-lru/pull/4 Allow an ets_lru to be completely disabled ## Overview Currently it is impossible to disable the ddoc_cache by specifying `-ddoc_cache max_objects 0` in `vm.args`. This allows

couchdb-ci git commit: More packaging support & bugfixes

2017-05-07 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 67d84506e -> f65d4a216 More packaging support & bugfixes Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/f65d4a21 Tree:

[GitHub] couchdb-khash issue #8: Fix iterator expiry test

2017-10-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-khash/pull/8 +1 once Travis passes ---

[GitHub] couchdb-khash issue #9: Handle deprecated random module

2017-10-05 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-khash/pull/9 +1 ---

couchdb-ci git commit: add Travis build check

2017-10-13 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 0a6b50bb0 -> fab1898af add Travis build check Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/fab1898a Tree:

couchdb-ci git commit: Revert Ansible deprecation fix for CentOS

2017-10-13 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master fab1898af -> 4bac58661 Revert Ansible deprecation fix for CentOS Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/4bac5866 Tree:

couchdb-ci git commit: Further revert deprecation warning

2017-10-13 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 8c21ee225 -> 50e760ff6 Further revert deprecation warning Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/50e760ff Tree:

couchdb-ci git commit: Fix travis build

2017-10-13 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 4bac58661 -> 8c21ee225 Fix travis build Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/8c21ee22 Tree:

couchdb-ci git commit: Further deprecation revert + more lintian fixes for Debian 9

2017-10-14 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 50e760ff6 -> 5f817d76a Further deprecation revert + more lintian fixes for Debian 9 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/5f817d76 Tree:

[GitHub] couchdb-khash issue #7: Replace deprecated random module

2017-10-02 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-khash/pull/7 Would you mind tweaking `.travis.yml` in this PR to drop the R14 builds so the checks pass please? Assuming everything passes once you do so, +1 ---

couchdb-ci git commit: Add new Sphinx documentation theme

2017-10-11 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master a9b33efe0 -> eceb98d86 Add new Sphinx documentation theme Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/eceb98d8 Tree:

[1/5] couchdb-ci git commit: Add support for Debian 9 aka. stretch

2017-10-12 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master eceb98d86 -> cd4cc55f1 Add support for Debian 9 aka. stretch Closes #3 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/a4df1f23 Tree:

[3/5] couchdb-ci git commit: Fix build errors for spidermonkey and erlang 18.3

2017-10-12 Thread wohali
Fix build errors for spidermonkey and erlang 18.3 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/cd9e937d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/cd9e937d Diff:

[5/5] couchdb-ci git commit: Merge branch 'add-debian-9' of https://github.com/SleuthKid/couchdb-ci

2017-10-12 Thread wohali
Merge branch 'add-debian-9' of https://github.com/SleuthKid/couchdb-ci Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/cd4cc55f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/cd4cc55f Diff:

[4/5] couchdb-ci git commit: Limit patch to Debian 9

2017-10-12 Thread wohali
Limit patch to Debian 9 Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/38807eb5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/38807eb5 Diff:

couchdb-ci git commit: Address deprecation warnings for Ansible

2017-10-12 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master cd4cc55f1 -> 0a6b50bb0 Address deprecation warnings for Ansible Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/0a6b50bb Tree:

couchdb-ci git commit: Fixes for Jenkins, pkg building

2018-06-11 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 17b1b9245 -> acde835e4 Fixes for Jenkins, pkg building Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/acde835e Tree:

[GitHub] couchdb-glazier issue #2: CouchDB 2.x 32bit build instructions.

2018-06-11 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-glazier/pull/2 This isn't a gitbox-integrated repo, so, you have to use git-wip-us.apache.org's repo. The process is something like: ``` git clone https://git-wip-us.apache.org/repos/asf

[GitHub] couchdb-glazier issue #2: CouchDB 2.x 32bit build instructions.

2018-06-07 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-glazier/pull/2 +1, go for it ---

[GitHub] couchdb-glazier issue #1: CouchDB 2.X.X 32bit build instructions

2018-06-01 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-glazier/pull/1 Merge to a new branch called 2.x.x-win32 or similar. If you made changes to improve the 64-bit part of the build, you can target `master` for those. ---

[GitHub] couchdb-glazier issue #1: CouchDB 2.X.X 32bit build instructions

2018-06-05 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-glazier/pull/1 Done `wip/2.x-win32` ---

[GitHub] couchdb-glazier issue #1: CouchDB 2.X.X 32bit build instructions

2018-06-06 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-glazier/pull/1 i had to add a trivial commit to get it to sync https://github.com/apache/couchdb-glazier/tree/wip/2.x-win32 go nuts ---

[GitHub] couchdb-glazier issue #1: CouchDB 2.X.X 32bit build instructions

2018-06-01 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-glazier/pull/1 Since this is a massive change, let's put it on another branch, please. ---

[3/4] couchdb-ci git commit: Convert to shell script provisioning, drop ansible

2018-05-28 Thread wohali
http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c468e27a/ansible/roles/spidermonkey/tasks/main.yml -- diff --git a/ansible/roles/spidermonkey/tasks/main.yml b/ansible/roles/spidermonkey/tasks/main.yml deleted file mode

[1/4] couchdb-ci git commit: Convert to shell script provisioning, drop ansible

2018-05-28 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 5f817d76a -> c468e27a8 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c468e27a/dockerfiles/centos-6-erlang-18.3 -- diff --git

[4/4] couchdb-ci git commit: Convert to shell script provisioning, drop ansible

2018-05-28 Thread wohali
Convert to shell script provisioning, drop ansible Supports all previous platforms + Ubuntu 18.04 (bionic) Ubuntu 12.04 (precise) support has been dropped. Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/c468e27a

[2/4] couchdb-ci git commit: Convert to shell script provisioning, drop ansible

2018-05-28 Thread wohali
http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c468e27a/bin/debian-8-erlang-default/run-build-in-container.sh -- diff --git a/bin/debian-8-erlang-default/run-build-in-container.sh

couchdb-ci git commit: Remove obsolete build script

2018-05-28 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master c468e27a8 -> 101b5e47b Remove obsolete build script Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/101b5e47 Tree:

couchdb-ci git commit: Add dependency installer for FreeBSD

2018-06-26 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master acde835e4 -> 5dda73dee Add dependency installer for FreeBSD Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/5dda73de Tree:

[GitHub] couchdb-chttpd issue #147: Make auth handlers configurable.

2018-01-24 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-chttpd/pull/147 I believe we recently fixed this in our documentation (post-2.1.1): https://github.com/apache/couchdb-documentation/pull/220 ---

[GitHub] couchdb-mochiweb pull request #2: Merge upstream 2.17.0 release

2018-02-17 Thread wohali
GitHub user wohali opened a pull request: https://github.com/apache/couchdb-mochiweb/pull/2 Merge upstream 2.17.0 release Not only are we a few revisions (years!) behind, but fixes have landed upstream for situations that may cause handlers to block forever, see

[GitHub] couchdb-mochiweb issue #2: Merge upstream 2.17.0 release

2018-02-17 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-mochiweb/pull/2 I can't sort out what is wrong with Travis here, by the way. I get the same errors when running `rebar3 eunit` and cloning `mochi/mochiweb`. *shrug* ---

[GitHub] couchdb-mochiweb issue #2: Merge upstream 2.17.0 release

2018-02-18 Thread wohali
Github user wohali commented on the issue: https://github.com/apache/couchdb-mochiweb/pull/2 I'm going to merge this just so master and upstream look identical. ---

couchdb-ci git commit: Fully document build.sh script

2018-07-10 Thread wohali
Repository: couchdb-ci Updated Branches: refs/heads/master 5dda73dee -> 46a8e4279 Fully document build.sh script Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/46a8e427 Tree:

  1   2   >