Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-08 | revert differences from bmo that are not needed | Dylan William Hardison | 1 | -1/+1 | |
2018-04-08 | do not use hostname in error pages | Dylan William Hardison | 1 | -2/+1 | |
2018-04-08 | remove security_group_id stuff | Dylan William Hardison | 1 | -8/+1 | |
2018-04-08 | remove minor mistakes | Dylan William Hardison | 1 | -1/+0 | |
2018-04-08 | Bug 1446236 - Fix instant search without GuidedBugEntry (#38) | Vladimir Panteleev | 1 | -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-08 | Merge remote-tracking branch 'bmo/master' into unstable | Dylan William Hardison | 4 | -1/+52 | |
2018-04-08 | Bug 1446236 - Add & use simpler method to check if an extension is present (#35) | Vladimir Panteleev | 1 | -4/+2 | |
2018-04-05 | Bug 1449282 - add jobqueue_status api | Israel Madueme | 3 | -0/+46 | |
2018-04-02 | Bug 1450283 - JobQueue should treat "no jobs" as a trace-level message, and ↵ | Dylan William Hardison | 1 | -1/+6 | |
all other logs as info | |||||
2018-04-01 | Fix AUTOMATIC-type urlbase | Dylan William Hardison | 1 | -1/+6 | |
2018-04-01 | Merge branch 'master' into unstable | Dylan William Hardison | 20 | -136/+438 | |
2018-03-30 | Bug 1450343 - Make the SES handler use Bugzilla::Logging and log more details | Dylan William Hardison | 1 | -4/+9 | |
2018-03-29 | Bug 1441244 - prevent compounding error messages in tests | Dylan William Hardison | 1 | -6/+4 | |
2018-03-29 | Bug 1450010 - The jobqueue supervisor's pidfile should not be stored in the ↵ | Dylan William Hardison | 1 | -2/+2 | |
data directory | |||||
2018-03-29 | Bug 1450008 - documentation link in API errors is wrong | Dylan William Hardison | 2 | -6/+2 | |
2018-03-28 | Bug 1449168 - Remove warning --function from jobqueue worker | Dylan William Hardison | 1 | -3/+3 | |
2018-03-28 | Bug 1449156 - Bugzilla::Memcached should use smaller timeouts and ping ↵ | Dylan William Hardison | 1 | -5/+19 | |
servers at instantiation time | |||||
2018-03-27 | Bug 1448681 - Bugmail Message-ID header format changed without changing ↵ | byron jones | 1 | -5/+4 | |
In-Reply-To/References, breaking threading | |||||
2018-03-26 | no bug - run jobqueue faster | Dylan William Hardison | 1 | -1/+1 | |
2018-03-26 | no bug - TheSchwartz debug log is really more like info level in how we have ↵ | Dylan William Hardison | 1 | -1/+1 | |
used it | |||||
2018-03-22 | Bug 1399713 - ensure existing production redirects work in a cloud hosted ↵ | Dylan William Hardison | 2 | -0/+79 | |
environment | |||||
2018-03-21 | Bug 1447669 - Add localconfig parameter for changing shadowdb user and pass | Israel Madueme | 2 | -2/+15 | |
2018-03-20 | no bug - remove debugging for now | Dylan William Hardison | 1 | -8/+10 | |
2018-03-20 | Bug 1447221 - memcache no longer returning results due to mismatched key ↵ | byron jones | 1 | -1/+1 | |
handling in get vs. set | |||||
2018-03-19 | fix all the tests | Dylan William Hardison | 4 | -13/+2 | |
2018-03-18 | Bug 1446236 - error pages fixups | Vladimir Panteleev | 1 | -0/+1 | |
2018-03-18 | Bug 1446236 - Allow customizing the name of the "nobody" user ↵ | Vladimir Panteleev | 2 | -1/+9 | |
(nobody@mozilla.org) | |||||
2018-03-18 | Bug 1446236 - Generate static error pages | Vladimir Panteleev | 1 | -0/+78 | |
2018-03-18 | Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable" | Dylan William Hardison | 3 | -98/+0 | |
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing changes made to de95ef821f24d08c629ac764c7524970f968d70c. | |||||
2018-03-18 | Bug 1446236 - Bugzilla/Search.pm: Use Bugzilla::Extension::TrackingFlags ↵ | Vladimir Panteleev | 1 | -12/+16 | |
only when present | |||||
2018-03-16 | Bug 1446156 - mkdir template_cache: Permission denied | Dylan William Hardison | 1 | -0/+2 | |
2018-03-16 | add Bugzilla->urlbase method that returns a URI object | Dylan William Hardison | 2 | -2/+2 | |
2018-03-16 | Bug 1446236 - fix typo in comment | Vladimir Panteleev | 1 | -1/+1 | |
2018-03-15 | Bug 1443058 - Backport 1087400 to bmo - CGI 4.05 throws tons of "CGI::param ↵ | Dylan William Hardison | 1 | -0/+14 | |
called in list context" warnings | |||||
2018-03-13 | Bug 1441181 - Step 8 - Add jobqueue command to entrypoint | Dylan William Hardison | 1 | -16/+52 | |
2018-03-13 | Bug 1441181 - Step 6 - Add concurrency | Dylan William Hardison | 1 | -3/+10 | |
2018-03-13 | Bug 1441181 - Step 5 - Add logging to jobqueue | Dylan William Hardison | 2 | -0/+11 | |
2018-03-13 | Bug 1441181 - Step 4 - Re-implement subprocess code with IO::Async | Dylan William Hardison | 4 | -65/+150 | |
2018-03-13 | no bug - TRACE instead of INFO for clearing cache | Dylan William Hardison | 1 | -1/+1 | |
2018-03-13 | Bug 1445041 - if memcached server does not end with a port, append :11211 | Dylan William Hardison | 1 | -2/+9 | |
2018-03-13 | Bug 1443162 - attachment links should include urlbase | Dylan William Hardison | 1 | -1/+2 | |
2018-03-12 | fix typo in logging | Dylan William Hardison | 1 | -1/+1 | |
2018-03-12 | no bug - make memcached optional | Dylan William Hardison | 1 | -0/+2 | |
2018-03-12 | Bug 1437238 - Create override parameters for mailer configuration | Dylan William Hardison | 4 | -13/+13 | |
2018-03-12 | Bug 1439993 - Remove COMPILE_DIR => setting from Bugzilla::Template | byron jones | 2 | -7/+40 | |
2018-03-12 | fix default security bug id thing | Dylan William Hardison | 3 | -2/+14 | |
2018-03-10 | Merge remote-tracking branch 'dylanwh/bmo-workflow-default' into unstable | Dylan William Hardison | 3 | -9/+9 | |
2018-03-10 | add test product group | Dylan William Hardison | 1 | -1/+8 | |
2018-03-10 | make the default workflow the same as bmo | Dylan William Hardison | 3 | -9/+9 | |
2018-03-10 | Merge remote-tracking branch 'dylanwh/bmo-workflow-default' into unstable | Dylan William Hardison | 1 | -15/+25 | |