Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-28 | Bug 1383802 - Elasticsearch indexed documents lack an _id based on the ↵ | Dylan William Hardison | 2 | -1/+7 | |
object's primary key | |||||
2017-07-20 | Bug 1381869 - Use separate elasticsearch index for Bugzilla::User | Dylan William Hardison | 5 | -102/+33 | |
This patch removes the concept of a single, bugzilla-wide index in favor of a per-class index. bugs and comments continue to use Bugzilla->params->{elasticsearch_index} but users use Bugzilla->params->{elasticsearch_index} . "_user". It is assured via the ChildObject trait (role) that comments will share the index with bugs, and we have kept the index for bugs/comments the same to avoid the multi-hour reindexing of production. Re-indexing users takes only five minutes. Subsequent work on this will allow use to version the index names and use aliases, but I wanted to keep this patch small. This patch also corrects some mistakes 1. $indexer->put_mapping() should not have been a public method. 2. Time::HiRes should be imported at the top of the file, not in a sub. | |||||
2017-07-18 | Bug 1380408 - elasticsearch user completion should consider people with ↵ | Dylan William Hardison | 1 | -0/+1 | |
multiple ircnicks | |||||
2017-07-14 | Bug 1380407 - Make elasticsearch ircnick checks consider numbers to be valid too | Dylan William Hardison | 1 | -0/+5 | |
2017-07-12 | Bug 1378999 - Add update/new stats to bulk_indexer verbose mode | Dylan William Hardison | 1 | -0/+5 | |
2017-07-07 | Bug 1377620 - Elasticsearch bulk indexer ignores changes that happened ↵ | Dylan William Hardison | 1 | -45/+38 | |
before newest additions | |||||
2017-07-07 | Bug 1377596 - Add changed column to elasticsearch results | Dylan William Hardison | 1 | -5/+15 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 2 | -5/+5 | |
2017-07-07 | Bug 1376850 - Add special case for substring searches on whiteboard status field | Dylan William Hardison | 1 | -0/+7 | |
2017-05-24 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 5 | -18/+497 | |
the ES backend | |||||
2017-03-21 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 5 | -497/+18 | |
the ES backend Skipping this for this week's push. | |||||
2017-03-17 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 5 | -18/+497 | |
the ES backend This not the cause of test failures, so should live on in master now. | |||||
2017-03-14 | Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵ | Dylan William Hardison | 5 | -497/+18 | |
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. | |||||
2017-03-09 | fix regex typo: s/s/\\s/ | Dylan William Hardison | 1 | -1/+1 | |
2017-03-08 | make the documentation not lie about elasticsearch_nodes | Dylan William Hardison | 1 | -1/+1 | |
2017-03-07 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 4 | -17/+496 | |
the ES backend | |||||
2017-01-04 | Bug 1307478 - Elasticsearch Indexer / Bulk Indexer | Dylan William Hardison | 5 | -0/+385 | |