[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` makes up a lot of the

[jira] [Commented] (COUCHDB-3300) Merge all apps that can't be used externally

2017-02-15 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868338#comment-15868338 ] Paul Joseph Davis commented on COUCHDB-3300: It has calls to couch_log and couch_stats or

[jira] [Commented] (COUCHDB-3300) Merge all apps that can't be used externally

2017-02-15 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868265#comment-15868265 ] Alexander Shorin commented on COUCHDB-3300: --- Nice! One question: I was thought that rexi is a

[jira] [Commented] (COUCHDB-3300) Merge all apps that can't be used externally

2017-02-15 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868252#comment-15868252 ] Paul Joseph Davis commented on COUCHDB-3300: Also, here's the script to generate the merged

[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

[jira] [Commented] (COUCHDB-3300) Merge all apps that can't be used externally

2017-02-15 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15868249#comment-15868249 ] Paul Joseph Davis commented on COUCHDB-3300: Here's the patch I needed to make things

[jira] [Created] (COUCHDB-3300) Merge all apps that can't be used externally

2017-02-15 Thread Paul Joseph Davis (JIRA)
Paul Joseph Davis created COUCHDB-3300: -- Summary: Merge all apps that can't be used externally Key: COUCHDB-3300 URL: https://issues.apache.org/jira/browse/COUCHDB-3300 Project: CouchDB

[jira] [Created] (COUCHDB-3299) Can not configure SSL in Windows 7 CouchDB v 2.0.0.1

2017-02-15 Thread Dhawal Rank (JIRA)
Dhawal Rank created COUCHDB-3299: Summary: Can not configure SSL in Windows 7 CouchDB v 2.0.0.1 Key: COUCHDB-3299 URL: https://issues.apache.org/jira/browse/COUCHDB-3299 Project: CouchDB

[GitHub] couchdb-fauxton pull request #848: Fix build & config addon

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

[GitHub] couchdb-fauxton pull request #849: Currently reducers seem to be handled qui...

2017-02-15 Thread timmak
Github user timmak commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/849#discussion_r101279779 --- Diff: app/core/base.js --- @@ -157,6 +157,10 @@ FauxtonAPI.setSession = function (newSession) { return FauxtonAPI.session.fetchUser();

[GitHub] couchdb-fauxton pull request #849: Currently reducers seem to be handled qui...

2017-02-15 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/849#discussion_r101277979 --- Diff: app/core/base.js --- @@ -157,6 +157,10 @@ FauxtonAPI.setSession = function (newSession) { return

[GitHub] couchdb-fauxton pull request #849: Currently reducers seem to be handled qui...

2017-02-15 Thread timmak
Github user timmak commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/849#discussion_r101274745 --- Diff: app/core/base.js --- @@ -157,6 +157,10 @@ FauxtonAPI.setSession = function (newSession) { return FauxtonAPI.session.fetchUser();

[GitHub] couchdb-fauxton issue #848: Fix build & config addon

2017-02-15 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/848 @skorobkov could you close this PR for me. I can't --- 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-fauxton issue #852: trim moment locale using IgnorePlugin

2017-02-15 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/852 This is awesome. Managing the bundle size is definitely a neglected side of Fauxton. The builds are taking long to run today. But soon as they have built I will merge. --- If your

[GitHub] couchdb-fauxton pull request #849: Currently reducers seem to be handled qui...

2017-02-15 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/849#discussion_r101262280 --- Diff: app/core/base.js --- @@ -157,6 +157,10 @@ FauxtonAPI.setSession = function (newSession) { return

[GitHub] couchdb-fauxton pull request #849: Currently reducers seem to be handled qui...

2017-02-15 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/849#discussion_r101262321 --- Diff: app/core/base.js --- @@ -157,6 +157,10 @@ FauxtonAPI.setSession = function (newSession) { return

[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

[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 and