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