[GitHub] couchdb-couch-replicator pull request #51: Format gen_server state to remove...

2018-09-12 Thread iilyak
Github user iilyak closed the pull request at: https://github.com/apache/couchdb-couch-replicator/pull/51 ---

[GitHub] couchdb-couch-replicator pull request #51: Format gen_server state to remove...

2017-02-08 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/51#discussion_r100128076 --- Diff: src/couch_replicator.erl --- @@ -600,8 +562,23 @@ terminate_cleanup(State) -> format_status(_Opt, [_PDict,

[GitHub] couchdb-couch-replicator pull request #51: Format gen_server state to remove...

2016-11-30 Thread tonysun83
Github user tonysun83 commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/51#discussion_r90393469 --- Diff: src/couch_replicator.erl --- @@ -1035,3 +1012,39 @@ rep_stats(State) -> {doc_write_failures,

[GitHub] couchdb-couch-replicator pull request #51: Format gen_server state to remove...

2016-10-27 Thread iilyak
Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch-replicator/pull/51#discussion_r85435146 --- Diff: src/couch_replicator.erl --- @@ -600,8 +562,23 @@ terminate_cleanup(State) -> format_status(_Opt, [_PDict, State])

[GitHub] couchdb-couch-replicator pull request #51: Format gen_server state to remove...

2016-10-27 Thread iilyak
GitHub user iilyak opened a pull request: https://github.com/apache/couchdb-couch-replicator/pull/51 Format gen_server state to remove plain passwords Add format_status/2 to every gen_server to prune the state before passing it to SASL logger. There are two goals for this work: