summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08remove security_group_id stuffDylan William Hardison1-8/+1
2018-04-08remove minor mistakesDylan William Hardison1-1/+0
2018-04-08Bug 1446236 - Fix instant search without GuidedBugEntry (#38)Vladimir Panteleev1-0/+2
* instant-search.js: Don't fail if product map isn't loaded getProduct had a hard dependency on the 'products' object, which is provided by products.js from the GuidedBugEntry extension. Check if the products variable exists before attempting to use it. This can happen when loading products.js fails, which in turn can happen when the GuidedBugEntry extension isn't present. * Instant search: Don't load products.js without GuidedBugEntry Fixes a 404 if the GuidedBugEntry extension is not present. * instant-search.js: Use throbber.gif from core Fixes remaining dependency on GuidedBugEntry.
2018-04-08Merge remote-tracking branch 'bmo/master' into unstableDylan William Hardison4-1/+52
2018-04-08Bug 1446236 - Add & use simpler method to check if an extension is present (#35)Vladimir Panteleev1-4/+2
2018-04-05Bug 1449282 - add jobqueue_status apiIsrael Madueme3-0/+46
2018-04-02Bug 1450283 - JobQueue should treat "no jobs" as a trace-level message, and ↵Dylan William Hardison1-1/+6
all other logs as info
2018-04-01Fix AUTOMATIC-type urlbaseDylan William Hardison1-1/+6
2018-04-01Merge branch 'master' into unstableDylan William Hardison20-136/+438
2018-03-30Bug 1450343 - Make the SES handler use Bugzilla::Logging and log more detailsDylan William Hardison1-4/+9
2018-03-29Bug 1441244 - prevent compounding error messages in testsDylan William Hardison1-6/+4
2018-03-29Bug 1450010 - The jobqueue supervisor's pidfile should not be stored in the ↵Dylan William Hardison1-2/+2
data directory
2018-03-29Bug 1450008 - documentation link in API errors is wrongDylan William Hardison2-6/+2
2018-03-28Bug 1449168 - Remove warning --function from jobqueue workerDylan William Hardison1-3/+3
2018-03-28Bug 1449156 - Bugzilla::Memcached should use smaller timeouts and ping ↵Dylan William Hardison1-5/+19
servers at instantiation time
2018-03-27Bug 1448681 - Bugmail Message-ID header format changed without changing ↵byron jones1-5/+4
In-Reply-To/References, breaking threading
2018-03-26no bug - run jobqueue fasterDylan William Hardison1-1/+1
2018-03-26no bug - TheSchwartz debug log is really more like info level in how we have ↵Dylan William Hardison1-1/+1
used it
2018-03-22Bug 1399713 - ensure existing production redirects work in a cloud hosted ↵Dylan William Hardison2-0/+79
environment
2018-03-21Bug 1447669 - Add localconfig parameter for changing shadowdb user and passIsrael Madueme2-2/+15
2018-03-20no bug - remove debugging for nowDylan William Hardison1-8/+10
2018-03-20Bug 1447221 - memcache no longer returning results due to mismatched key ↵byron jones1-1/+1
handling in get vs. set
2018-03-19fix all the testsDylan William Hardison4-13/+2
2018-03-18Bug 1446236 - error pages fixupsVladimir Panteleev1-0/+1
2018-03-18Bug 1446236 - Allow customizing the name of the "nobody" user ↵Vladimir Panteleev2-1/+9
(nobody@mozilla.org)
2018-03-18Bug 1446236 - Generate static error pagesVladimir Panteleev1-0/+78
2018-03-18Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable"Dylan William Hardison3-98/+0
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing changes made to de95ef821f24d08c629ac764c7524970f968d70c.
2018-03-18Bug 1446236 - Bugzilla/Search.pm: Use Bugzilla::Extension::TrackingFlags ↵Vladimir Panteleev1-12/+16
only when present
2018-03-16Bug 1446156 - mkdir template_cache: Permission deniedDylan William Hardison1-0/+2
2018-03-16add Bugzilla->urlbase method that returns a URI objectDylan William Hardison2-2/+2
2018-03-16Bug 1446236 - fix typo in commentVladimir Panteleev1-1/+1
2018-03-15Bug 1443058 - Backport 1087400 to bmo - CGI 4.05 throws tons of "CGI::param ↵Dylan William Hardison1-0/+14
called in list context" warnings
2018-03-13Bug 1441181 - Step 8 - Add jobqueue command to entrypointDylan William Hardison1-16/+52
2018-03-13Bug 1441181 - Step 6 - Add concurrencyDylan William Hardison1-3/+10
2018-03-13Bug 1441181 - Step 5 - Add logging to jobqueueDylan William Hardison2-0/+11
2018-03-13Bug 1441181 - Step 4 - Re-implement subprocess code with IO::AsyncDylan William Hardison4-65/+150
2018-03-13no bug - TRACE instead of INFO for clearing cacheDylan William Hardison1-1/+1
2018-03-13Bug 1445041 - if memcached server does not end with a port, append :11211Dylan William Hardison1-2/+9
2018-03-13Bug 1443162 - attachment links should include urlbaseDylan William Hardison1-1/+2
2018-03-12fix typo in loggingDylan William Hardison1-1/+1
2018-03-12no bug - make memcached optionalDylan William Hardison1-0/+2
2018-03-12Bug 1437238 - Create override parameters for mailer configurationDylan William Hardison4-13/+13
2018-03-12Bug 1439993 - Remove COMPILE_DIR => setting from Bugzilla::Templatebyron jones2-7/+40
2018-03-12fix default security bug id thingDylan William Hardison3-2/+14
2018-03-10Merge remote-tracking branch 'dylanwh/bmo-workflow-default' into unstableDylan William Hardison3-9/+9
2018-03-10add test product groupDylan William Hardison1-1/+8
2018-03-10make the default workflow the same as bmoDylan William Hardison3-9/+9
2018-03-10Merge remote-tracking branch 'dylanwh/bmo-workflow-default' into unstableDylan William Hardison1-15/+25
2018-03-10Merge remote-tracking branch 'dylanwh/unextend-schema' into unstableDylan William Hardison3-0/+98
2018-03-10psgi optionalize until can rebuild vendor bundleDylan William Hardison1-3/+3