summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
AgeCommit message (Collapse)AuthorFilesLines
2017-10-03bump version to 20171003.2Dylan William Hardison1-1/+1
2017-10-03Bug 1402982 - Can't log out during mfa-lockout or password-reset stateDylan William Hardison1-8/+10
2017-10-03bump version to 20171003.1Dylan William Hardison1-2/+2
2017-09-25Bug 1401463 - In bugzilla "you must reset password" state, all bug pages are ↵Dylan William Hardison1-1/+6
force-redirected to password reset page, which loses "to-do" information that I have encoded as open tabs viewing particular bug pages
2017-09-19bump version to 20170919.2Dylan William Hardison1-1/+1
2017-09-19bump version to 20170919Dylan William Hardison1-1/+1
2017-09-19Bug 1400419 - Direct GitHub-auth'd users that are required to use 2FA to ↵Dylan William Hardison1-1/+2
issue a password reset
2017-09-18bump version to 20170918Dylan William Hardison1-1/+1
2017-09-15Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵Dylan William Hardison1-6/+34
in that group who have not enabled MFA
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison1-0/+35
Data::Password::passwdqc
2017-09-13bump version to 20170913Dylan William Hardison1-1/+1
2017-08-31bump version to 20170831Dylan William Hardison1-1/+1
2017-08-29bump version to 20170829Dylan William Hardison1-1/+1
2017-08-28Bug 1393643 - Add whitelist to rate limiting code (#220)Dylan William Hardison1-4/+11
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading
2017-08-22bump version to 20170822.1Dylan William Hardison1-1/+1
2017-08-01bump version to 20170801.1Dylan William Hardison1-1/+1
2017-07-18bump version to 20170718.1Dylan William Hardison1-1/+1
2017-07-12bump version to 20170712.1Dylan William Hardison1-1/+1
2017-07-11bump version to 20170711.1Dylan William Hardison1-1/+1
2017-07-07Bug 1377232 - Revert code from bug 1361890Dylan William Hardison1-6/+0
2017-07-07Bug 1376023 - Undo accidental reversion of bug 1352907Dylan William Hardison1-5/+1
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again
2017-07-07Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgiMary Umoh1-5/+23
* fix mistake * Update * Updates * remove other file
2017-06-23Bug 1361890 - Fix problems with current js and css concatenationDylan William Hardison1-0/+6
2017-06-13bump version to 20170613.1Dylan William Hardison1-1/+1
2017-06-07bump version to 20170607.1Dylan William Hardison1-1/+1
2017-06-06bump versionDylan William Hardison1-1/+1
2017-05-31Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.jsonDylan William Hardison1-0/+2
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+6
the ES backend
2017-05-17use non-whimsical string for lbheartbeatDylan William Hardison1-1/+5
2017-05-11Bug 1352907 - Simplify extension system for performanceDylan William Hardison1-5/+1
2017-04-28Bug 1360675 - Bugzilla->clear_request_cache: add option to preserve some ↵Dylan William Hardison1-1/+5
keys in the request cache
2017-03-27Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasonsDylan William Hardison1-34/+3
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-6/+0
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-0/+6
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-17Bug 1347335 - Lifecycle of request cache begin at apache startupDylan William Hardison1-0/+4
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison1-6/+0
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-0/+6
the ES backend
2017-01-25Bug 1286290 - CSP compliant bug modalDylan William Hardison1-2/+5
2016-12-01Bug 1319503 - Backport request_cache optimizations from upstreamDylan William Hardison1-22/+2
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-53/+37
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-37/+53
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-53/+37
local symlink to data/ directory
2016-07-04Bug 1282606 - Fix TrackingFlags memory leakDylan Hardison1-0/+1
2016-06-30Bug 1283310 - Optimizations for Bugzilla::active_custom_fields()Dylan Hardison1-2/+2
2016-04-22Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵Dylan Hardison1-2/+0
found" (also manifests as fields_lhs: not found)
2016-04-13Revert "Bug 1195736 - intermittent internal error: "file error - nav_link: ↵Dylan William Hardison1-3/+0
not found" (also manifests as fields_lhs: not found)" Test failures result from this, we will need a different approach. This reverts commit 33f61556746e1729746342d802ca7ea9cea18caf.
2016-04-13Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵Dylan Hardison1-0/+3
found" (also manifests as fields_lhs: not found)
2016-03-07Bug 1252084 - Warning when entering row into user_request_log when running ↵David Lawrence1-1/+2
commandline script
2016-03-01Revert "Bug 1251208 - Bugzilla->request_cache() can be faster"Dylan William Hardison1-6/+29
This reverts commit 1d3186c171465b173a42f8ecd168662eccccc4d1.
2016-03-01Bug 1251208 - Bugzilla->request_cache() can be fasterDylan Hardison1-29/+6
r=dkl,a=dylan