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:00 UTC

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

Merge pull request #92 from cloudant/63012-scheduler-individual-jobs-and-docs

Add support for _scheduler/jobs/<jobid> and _scheduler/docs/<docid>

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/b759481c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/b759481c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/b759481c

Branch: refs/heads/63012-scheduler
Commit: b759481cd2557561797fe30b4d825cb9ff44c8a5
Parents: a1d7554 f1140e9
Author: Nick Vatamaniuc <ni...@users.noreply.github.com>
Authored: Mon Oct 24 13:58:06 2016 -0400
Committer: GitHub <no...@github.com>
Committed: Mon Oct 24 13:58:06 2016 -0400

----------------------------------------------------------------------
 src/couch_replicator.erl               | 51 +++++++++++++++
 src/couch_replicator_doc_processor.erl | 23 ++++++-
 src/couch_replicator_docs.erl          |  3 +-
 src/couch_replicator_ids.erl           | 13 +++-
 src/couch_replicator_scheduler.erl     | 99 +++++++++++++++++------------
 5 files changed, 143 insertions(+), 46 deletions(-)
----------------------------------------------------------------------