summaryrefslogtreecommitdiff
path: root/lib/Multi/APIDump.pm
AgeCommit message (Collapse)AuthorFilesLines
2019-07-22Move votes/traits/tags exports to dbdump.pl; Get rid of Multi::APIDumpYorhel1-128/+0
This provides more control over when the dumps are being made and makes it easier to generate quick dumps for debugging.
2019-06-26Traits: Split "meta" field into "searchable" and "applicable"Yorhel1-2/+4
2019-06-26Tags: Split "meta" field into "searchable" and "applicable"Yorhel1-2/+4
As discussed in https://vndb.org/t12507 TODO: - Same conversion for traits - Re-add mod ability to delete all votes for a particular tag?
2018-05-24Multi::APIDump: Fix boolifycation of "meta" in tags & traits dumpsYorhel1-2/+2
https://vndb.org/t2520.259
2017-02-20APIDump: Add votes2.gz with dates, update sizes in d14Yorhel1-1/+9
2014-10-22Multi::APIDump: Converted to use AnyEventYorhel1-94/+61
2014-08-21API dump: Add daily votes dumpYorhel1-1/+34
2013-01-18Added daily-generated JSON dump of the trait informationYorhel1-12/+50
2013-01-05Move api/tags.json.gz to the main domainYorhel1-1/+1
I forgot that the static domain is only intended for files that are never modified. Or at least, not without a URL change. The tags.json.gz doesn't fit into that.
2013-01-04Added daily-generated JSON dump of the tag informationYorhel1-0/+78
This isn't documented yet.