You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/14 19:26:12 UTC

[17/50] couch-replicator commit: updated refs/heads/63012-scheduler to 27a5eae

Merge pull request #97 from cloudant/63012-scheduler-better-timestamp

Add start_time and last_updated fields to _scheduler/ endpoints output 

Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/13ea06b3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/13ea06b3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/13ea06b3

Branch: refs/heads/63012-scheduler
Commit: 13ea06b32997836ee2a5312b2d8eaf814f562fc0
Parents: 4e9b956 ab198aa
Author: Nick Vatamaniuc <ni...@users.noreply.github.com>
Authored: Thu Nov 3 16:50:44 2016 -0400
Committer: GitHub <no...@github.com>
Committed: Thu Nov 3 16:50:44 2016 -0400

----------------------------------------------------------------------
 src/couch_replicator.erl                      | 33 +++++++++++++----
 src/couch_replicator.hrl                      |  3 +-
 src/couch_replicator_doc_processor.erl        | 43 +++++++++++++++-------
 src/couch_replicator_doc_processor_worker.erl |  5 ++-
 src/couch_replicator_docs.erl                 | 41 ++++++---------------
 src/couch_replicator_js_functions.hrl         | 10 ++++-
 src/couch_replicator_scheduler.erl            | 32 ++++++++--------
 src/couch_replicator_scheduler_job.erl        | 13 ++++---
 src/couch_replicator_utils.erl                |  8 ++++
 9 files changed, 113 insertions(+), 75 deletions(-)
----------------------------------------------------------------------