]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 1307478 - Elasticsearch Indexer / Bulk Indexer
authorDylan William Hardison <dylan@hardison.net>
Sat, 19 Nov 2016 23:12:39 +0000 (18:12 -0500)
committerDylan William Hardison <dylan@hardison.net>
Wed, 4 Jan 2017 22:30:47 +0000 (17:30 -0500)
commit419f3ae9fd57fc4e03146a830f7ed780ace83937
treef368b61dab21eb036e4b91e1ec947a4b9eeabae9
parent840bbad83e4672fc84083437e384f0d332020f53
Bug 1307478 - Elasticsearch Indexer / Bulk Indexer
16 files changed:
Bugzilla/Bug.pm
Bugzilla/Comment.pm
Bugzilla/Config/Elastic.pm [new file with mode: 0644]
Bugzilla/Elastic/Indexer.pm [new file with mode: 0644]
Bugzilla/Elastic/Role/ChildObject.pm [new file with mode: 0644]
Bugzilla/Elastic/Role/HasClient.pm [new file with mode: 0644]
Bugzilla/Elastic/Role/HasIndexName.pm [new file with mode: 0644]
Bugzilla/Elastic/Role/Object.pm [new file with mode: 0644]
Bugzilla/User.pm
Bugzilla/Util.pm
META.json
META.yml
Makefile.PL
scripts/bulk_index.pl [new file with mode: 0644]
t/002goodperl.t
template/en/default/admin/params/elastic.html.tmpl [new file with mode: 0644]