Closed Bug 1453126 Opened 8 years ago Closed 8 years ago

Bugzilla::Bloomfilter should encourage preserving the input files for its filters

Categories

(bugzilla.mozilla.org :: General, enhancement)

Production
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dylan, Assigned: dylan)

Details

Attachments

(1 file)

45 bytes, text/x-github-pull-request
dylan
: review+
Details | Review
Right now we're using the bloomfilter code for an IP whitelist and also a hostname blacklist. The bloomfilters are stored in the data/ directory for now. Bloomfilters are populated from text files, with one entry per line. However there is no requirement to where those text files are stored. I'd like to make it so we store the input files and the bloomfilters in the same place, so that when we need to update the bloomfilter files we can be sure we're updating the same content. Also I'll use this as an opportunity to use File::Slurper.
Attached file PR
Attachment #8966760 - Flags: review+
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: