GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb-couch/pull/141

    Refactor rename on delete

    The goals of this PR.
    - move `rename_on_delete` feature into `couch_file`
    - avoid calling `config` from `couch_file`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch 
refactor-rename_on_delete

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/141.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #141
    
----
commit 8fe951516f2ffea3411b3f4e03fe82872cdb0134
Author: ILYA Khlopotov <[email protected]>
Date:   2016-02-16T21:40:12Z

    Move remove_on_delete into couch_file
    
    - We move `remove_on_delete` functionality into `couch_file`
    - We use `couch_server:delete_file` to avoid config from `couch_file`

commit 9371431d6f0619f7329b26a9a835db3c64b61e70
Author: ILYA Khlopotov <[email protected]>
Date:   2016-02-16T21:43:07Z

    Remove redundant deletion of .compact file
    
    We don't need to delete FullFilepath ++ ".compact" file. Since we just
    removed it few lines above.

----


---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to