[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/864 --- 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 #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105913826 --- Diff: app/addons/replication/controller.js --- @@ -186,25 +208,79 @@ export default class ReplicationController extends React.Component {

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105856116 --- Diff: app/addons/replication/components/common-activity.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105855506 --- Diff: app/addons/replication/components/common-activity.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105855225 --- Diff: app/addons/replication/api.js --- @@ -16,6 +16,30 @@ import app from '../../app'; import FauxtonAPI from '../../core/api';

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-14 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105855027 --- Diff: app/addons/replication/actions.js --- @@ -171,13 +298,20 @@ const deleteDocs = (docs) => { }); }; -const

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105734625 --- Diff: app/addons/replication/components/common-table.js --- @@ -0,0 +1,406 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105738831 --- Diff: app/addons/replication/components/common-table.js --- @@ -0,0 +1,406 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105743148 --- Diff: app/addons/replication/components/replicate-activity.js --- @@ -0,0 +1,116 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105743029 --- Diff: app/addons/replication/components/replicate-activity.js --- @@ -0,0 +1,116 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105734764 --- Diff: app/addons/replication/components/common-table.js --- @@ -0,0 +1,406 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105718172 --- Diff: app/addons/replication/components/common-activity.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105717253 --- Diff: app/addons/replication/components/common-activity.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105717406 --- Diff: app/addons/replication/components/common-activity.js --- @@ -0,0 +1,107 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105711712 --- Diff: app/addons/replication/api.js --- @@ -228,38 +255,176 @@ export const parseReplicationDocs = (rows) => { status:

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105749148 --- Diff: app/addons/replication/route.js --- @@ -39,25 +41,31 @@ const ReplicationRouteObject = FauxtonAPI.RouteObject.extend({ },

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105683957 --- Diff: app/addons/replication/actions.js --- @@ -171,13 +298,20 @@ const deleteDocs = (docs) => { }); }; -const

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105690327 --- Diff: app/addons/replication/api.js --- @@ -16,6 +16,30 @@ import app from '../../app'; import FauxtonAPI from '../../core/api';

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105748635 --- Diff: app/addons/replication/controller.js --- @@ -186,25 +208,79 @@ export default class ReplicationController extends React.Component {

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-13 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/864#discussion_r105750432 --- Diff: app/addons/replication/stores.js --- @@ -77,6 +110,23 @@ const ReplicationStore = FauxtonAPI.Store.extend({ this._activitySort =