[GitHub] couchdb-fauxton pull request #859: fix replication source/target url

2017-03-03 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/859 --- 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

[GitHub] couchdb-fauxton issue #859: fix replication source/target url

2017-02-20 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/859 Also I'll note that there's another issue somewhere in Fauxton where, when you run it in dev mode, it still posts replications to `localhost:5984` even if you try to point

[GitHub] couchdb-fauxton pull request #859: fix replication source/target url

2017-02-20 Thread nolanlawson
GitHub user nolanlawson opened a pull request: https://github.com/apache/couchdb-fauxton/pull/859 fix replication source/target url Based on manual testing, this fixes the issue described in https://github.com/apache/couchdb-fauxton/pull/858#issuecomment-281150205 . I didn't run

[GitHub] couchdb-fauxton issue #858: Replication from local

2017-02-20 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/858 Well, I probably should have tested this before saying :+1:. 😅 It actually breaks worse than before. Attempting to replicate from `http://examples.cloudant.com/animaldb` to a new

[GitHub] couchdb-fauxton issue #853: code-split "brace" into second bundle

2017-02-20 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/853 Definitely, this is a risky change and should be thoroughly tested. But potentially nice performance gains for first load! --- If your project is set up for it, you can reply

[GitHub] couchdb-fauxton pull request #855: Update CONTRIBUTING with quickstart instr...

2017-02-20 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/855 --- 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

[GitHub] couchdb-fauxton pull request #856: use travis_retry in travis script

2017-02-20 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/856 --- 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

[GitHub] couchdb-fauxton issue #858: Replication from local

2017-02-20 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/858 LGTM, looking forward to replication working for pouchdb server! --- 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-fauxton pull request #854: don't encode username/pass unless necessa...

2017-02-20 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/854 --- 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

[GitHub] couchdb-fauxton issue #854: don't encode username/pass unless necessary

2017-02-20 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/854 okay, closing in favor of https://github.com/apache/couchdb-fauxton/pull/858 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] couchdb-fauxton pull request #850: extract css to separate file in productio...

2017-02-20 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/850 --- 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

[GitHub] couchdb-fauxton pull request #851: use modular pouchdb

2017-02-20 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/851 --- 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

[GitHub] couchdb-fauxton pull request #852: trim moment locale using IgnorePlugin

2017-02-20 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/852 --- 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

[GitHub] couchdb-fauxton issue #855: Update CONTRIBUTING with quickstart instructions

2017-02-19 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/855 I thought I should specify, because some folks may have CouchDB 1.x already running on 5984, in which case they’d need to run PouchDB Server on something else. This was the case

[GitHub] couchdb-fauxton pull request #856: use travis_retry in travis script

2017-02-19 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/856 --- 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

[GitHub] couchdb-fauxton pull request #856: use travis_retry in travis script

2017-02-19 Thread nolanlawson
GitHub user nolanlawson reopened a pull request: https://github.com/apache/couchdb-fauxton/pull/856 use travis_retry in travis script I noticed many of my PRs are failing, and my hunch is that they're intermittent errors (knowing how flaky Selenium tests are...). This will tell

[GitHub] couchdb-fauxton pull request #856: use travis_retry in travis script

2017-02-19 Thread nolanlawson
GitHub user nolanlawson opened a pull request: https://github.com/apache/couchdb-fauxton/pull/856 use travis_retry in travis script I noticed many of my PRs are failing, and my hunch is that they're intermittent errors (knowing how flaky Selenium tests are...). This will tell

[GitHub] couchdb-fauxton issue #854: don't encode username/pass unless necessary

2017-02-18 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/854 One thing I was very confused about with this code is that, to replicate to or from local DBs, you don't need to specify the full URL; you can just specify the DB name. E.g

[GitHub] couchdb-fauxton pull request #853: code-split "brace" into second bundle

2017-02-15 Thread nolanlawson
GitHub user nolanlawson opened a pull request: https://github.com/apache/couchdb-fauxton/pull/853 code-split "brace" into second bundle I am not 100% confident in this PR but maybe it's a good starting point for discussion. I noticed that `brace` make

[GitHub] couchdb-fauxton issue #852: trim moment locale using IgnorePlugin

2017-02-15 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/852 Yeah the long build times seem entirely related to Webpack, but I'm not super familiar with Webpack so I'm not sure how to optimize. In any case there is some other stuff I

[GitHub] couchdb-fauxton issue #852: trim moment locale using IgnorePlugin

2017-02-15 Thread nolanlawson
Github user nolanlawson commented on the issue: https://github.com/apache/couchdb-fauxton/pull/852 Context: I'm using webpack-bundle-analyzer to try to figure out where we can trim the JS bundle: ![screenshot 2017-02-15 00 35 54](https://cloud.githubusercontent.com/assets

[GitHub] couchdb-fauxton pull request #852: trim moment locale using IgnorePlugin

2017-02-15 Thread nolanlawson
GitHub user nolanlawson opened a pull request: https://github.com/apache/couchdb-fauxton/pull/852 trim moment locale using IgnorePlugin This trims the release bundle.js size from 2554776 bytes to 2372243 bytes. Apparently there is a large part of the bundle taken up by moment.js

[GitHub] couchdb-fauxton pull request #851: use modular pouchdb

2017-02-15 Thread nolanlawson
GitHub user nolanlawson opened a pull request: https://github.com/apache/couchdb-fauxton/pull/851 use modular pouchdb If we're only using PouchDB to do HTTP requests, we can just use pouchdb-core with pouchdb-adapter-http. This reduces the bundle size from 2.575MB to 2.498MB

[GitHub] couchdb-fauxton pull request #850: extract css to separate file in productio...

2017-02-14 Thread nolanlawson
GitHub user nolanlawson opened a pull request: https://github.com/apache/couchdb-fauxton/pull/850 extract css to separate file in production With this change, we use extract-text-webpack-plugin to extract CSS from our JavaScript bundle into a separate CSS file

[GitHub] couchdb-chttpd pull request: Create md5 etag for _local docs

2016-04-07 Thread nolanlawson
Github user nolanlawson commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/111#issuecomment-206962757 I'll note that WebKit has actually fixed the bug in master, so it should appear in the next Safari release: https://bugs.webkit.org/show_bug.cgi?id=156048

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-08-14 Thread nolanlawson
Github user nolanlawson commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-131152149 @kxepal @robertkowalski What is the status of this? Been meaning to implement this in PouchDB/PouchDB Server, but I was hoping this could get merged first

[GitHub] couchdb-fauxton pull request: Update Fauxton

2015-07-26 Thread nolanlawson
Github user nolanlawson commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/486#issuecomment-125077409 whoops sorry, did not mean to make this PR in this repo! --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] couchdb-fauxton pull request: Update Fauxton

2015-07-26 Thread nolanlawson
Github user nolanlawson closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/486 --- 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

[GitHub] couchdb-fauxton pull request: Update Fauxton

2015-07-26 Thread nolanlawson
GitHub user nolanlawson opened a pull request: https://github.com/apache/couchdb-fauxton/pull/486 Update Fauxton I just bundled all our changes together and rebased on top of the latest master (https://github.com/apache/couchdb-fauxton/commit