Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for keeping a specified amount of documents in GridFS instead of removing all or none #80

Merged
merged 3 commits into from Feb 16, 2012

Commits on Jan 5, 2012

  1. Added support for keeping a limited amount of documents in GridFS and…

    … removed the delete_old option.
    
    The delete_old removed all the old files while having a versioning system you might want to keep a limited set of files. This small little patch does that. You can specify a number of versions to keep by using the new versions option.
    VvanGemert committed Jan 5, 2012
    Configuration menu
    Copy the full SHA
    c70b1d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2012

  1. Added back support for :delete_old option and wrote tests for :versio…

    …ns option on GridFilesystem.
    VvanGemert committed Jan 10, 2012
    Configuration menu
    Copy the full SHA
    417000d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    585e672 View commit details
    Browse the repository at this point in the history