Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-07 | Revert Bug 1273381 | Dylan William Hardison | 1 | -8/+0 | |
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5. | |||||
2018-03-05 | Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵ | Upasana | 1 | -0/+8 | |
for object accessors | |||||
2017-07-20 | Bug 1381869 - Use separate elasticsearch index for Bugzilla::User | Dylan William Hardison | 1 | -0/+67 | |
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-06-20 | Bug 1374396 - Add initial push connector for Phabricator r=dkl | David Walsh | 1 | -0/+6 | |
2017-06-16 | remove trailing whitespace | Dylan William Hardison | 1 | -107/+107 | |
2017-05-24 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -31/+16 | |
the ES backend | |||||
2017-04-10 | Bug 1355134 - Bugzilla::Bug->groups(): use fetchall_arrayref() for increased ↵ | Dylan William Hardison | 1 | -2/+4 | |
performance | |||||
2017-03-21 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -16/+31 | |
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 | 1 | -31/+16 | |
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 | 1 | -16/+31 | |
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. | |||||
2017-03-07 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -31/+16 | |
the ES backend | |||||
2017-01-04 | Bug 1307478 - Elasticsearch Indexer / Bulk Indexer | Dylan William Hardison | 1 | -1/+143 | |
2016-12-20 | Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly | Dylan William Hardison | 1 | -30/+22 | |
2016-12-16 | Revert "Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML ↵ | Dylan William Hardison | 1 | -22/+30 | |
directly" This reverts commit 490499f9a35b36b72c0b7b30322b9838774b93fe. | |||||
2016-12-15 | Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly | Dylan William Hardison | 1 | -30/+22 | |
2016-11-09 | Revert "Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML ↵ | Dylan William Hardison | 1 | -17/+26 | |
directly" This reverts commit 35671f4ab3397f4c0d5ea96e0269d94c3d6bd2ac. | |||||
2016-11-07 | Bug 1313766 - Bugzilla::Bug->send_changes() should not output HTML directly | Dylan William Hardison | 1 | -26/+17 | |
2016-10-14 | Bug 1309487 - include longdescs.count in result for /rest/bug | David Lawrence | 1 | -0/+12 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -28/+7 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -7/+28 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -28/+7 | |
local symlink to data/ directory | |||||
2016-07-04 | Bug 1282606 - Fix TrackingFlags memory leak | Dylan Hardison | 1 | -0/+14 | |
2016-06-30 | Bug 1283310 - Optimizations for Bugzilla::active_custom_fields() | Dylan Hardison | 1 | -6/+4 | |
2015-10-05 | Bug 1164063 - show a warning near the attachments table for ↵ | Byron Jones | 1 | -0/+6 | |
sec-high/sec-crit bugs without sec-approval? on patches | |||||
2015-10-05 | Bug 1205748 - Can't mark inaccessible bug dependent on a regression it caused | Byron Jones | 1 | -5/+15 | |
2015-08-17 | Bug 981487 - change bugs_fulltext from myisam to innodb | Byron Jones | 1 | -10/+4 | |
2015-08-01 | Bug 1189362 - Fix memory leak in Bugzilla::Bug->comments | Dylan William Hardison | 1 | -1/+2 | |
2015-07-27 | Bug 1186776 - allow users to set keywords on bug creation (via ↵ | Byron Jones | 1 | -7/+1 | |
API/internally only) | |||||
2015-07-23 | Bug 1185823 - add additional [audit] syslog entries | Byron Jones | 1 | -0/+6 | |
2015-07-15 | Bug 1183975 - limit the number of accounts a new user can add to any ↵ | Byron Jones | 1 | -1/+1 | |
multi-user field | |||||
2015-06-10 | remove debugging | Byron Jones | 1 | -1/+0 | |
2015-06-10 | Bug 1173235: "Can't call method "id" without a package or object reference" ↵ | Byron Jones | 1 | -0/+1 | |
when viewing a security bug | |||||
2015-05-27 | Bug 1162427: the "reset assignee to default" checkbox / functionality should ↵ | Byron Jones | 1 | -0/+3 | |
be visible | |||||
2015-05-19 | Bug 1160430: Backport bug 69267 to BMO (Add the ability to deactivate keywords) | Dylan William Hardison | 1 | -0/+13 | |
2015-05-11 | Bug 1161716: backport bug 1140575 to allow adding comment tags via ↵ | David Lawrence | 1 | -2/+22 | |
webservice API when creating/updating | |||||
2015-05-11 | Bug 1163333: Per-product default platform is set to (undefined) ↵ | Dylan William Hardison | 1 | -1/+1 | |
default_product method instead of default_platform | |||||
2015-05-07 | Bug 1161567: always show the intermediate confirmation page when not using ↵ | Byron Jones | 1 | -2/+7 | |
the modal view | |||||
2015-05-05 | Bug 1161568: unable to move non-public bugs between products when groups ↵ | Byron Jones | 1 | -3/+4 | |
need updating (hitting save on intermediate page shows the intermediate page again) | |||||
2015-04-30 | Bug 1151745: add ui to minimise steps required to move bugs between products | Byron Jones | 1 | -22/+50 | |
2015-04-21 | Bug 579089: Change default Hardware / OS values to be "Unspecified/Unspecified" | Byron Jones | 1 | -4/+9 | |
2015-02-02 | Bug 1123769: add a "rank" field to bugzilla to track priority | Byron Jones | 1 | -0/+25 | |
2014-10-29 | Bug 1090175 - Backport upstream bug 1083258 (fix single value select elements) | Dylan William Hardison | 1 | -0/+5 | |
r=dkl | |||||
2014-10-23 | Bug 1062940: Please increase bmo's alias length to match bugzilla 5.0 (40 ↵ | David Lawrence | 1 | -1/+1 | |
chars instead of 20) | |||||
2014-10-06 | merged with upstream 4.2 | David Lawrence | 1 | -6/+9 | |
2014-10-06 | Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵ | Simon Green | 1 | -6/+9 | |
who aren't in the insider group r=glob,a=glob | |||||
2014-09-10 | Bug 1053513: remove last-visited entries when a user removes involvement ↵ | Dylan William Hardison | 1 | -1/+1 | |
from a bug (fixed) | |||||
2014-09-10 | Bug 1053513: remove last-visited entries when a user removes involvement ↵ | Dylan William Hardison | 1 | -0/+6 | |
from a bug | |||||
2014-08-26 | Bug 1051655: mentor field updated/reset when a bug is updated as a result of ↵ | Byron Jones | 1 | -2/+9 | |
a change on a different bug (eg. see also, duplicate) | |||||
2014-07-07 | Bug 1033955: backport bug 1028795 to bmo (pre-load all related bugs during ↵ | Byron Jones | 1 | -4/+63 | |
show_bug initialisation) | |||||
2014-06-26 | Bug 1029991: "bug_comments" hook should run after comment tags are pre-loaded | Byron Jones | 1 | -1/+3 | |