summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24Bug 1470536 - Add new GeckoView product to easy product selector on Browse ↵Kohei Yoshino2-5/+9
and Enter Bug pages
2018-09-20Bug 1492511 - Code to updating subscriber values for current private bugs is ↵dklawren1-0/+5
throwing errors in the phabbugz log
2018-09-20Bug 1468489 - Documentation points to https://landfill.bugzilla.org that is ↵Kohei Yoshino9-28/+32
no longer maintained and will be shut down
2018-09-20Bug 1492850 - Remove places where headers are printedDylan William Hardison3-36/+4
There's one place where some (unused?) debug code prints out headers without using Bugzilla->cgi, and testagent.cgi which does the same. The first thing is removed and testagent.cgi is also removed, with its route handled by a simple route.
2018-09-19no bug - bump Alien::libcmark_gfmDylan William Hardison5-8/+9
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison64-1281/+1237
2018-09-18bump version to 20180918.1Dylan William Hardison1-1/+1
2018-09-17Bug 1490901 - ReviewBoard stub attachments no longer make a redirect, ↵dklawren1-0/+21
download a text file instead
2018-09-17Bug 1345673 - Open Bugzilla History in a New Window or TabKohei Yoshino1-1/+1
2018-09-17Bug 1491973 - Add GeckoView to BMO::Data special casingDylan William Hardison1-5/+9
2018-09-14no bug - cleanup a few nits in the SecurityRiskReport (#746)Dylan William Hardison1-14/+10
- sorted imports, with Moo and MooX::StrictConstructor at the top because they change the behavior of the code. - removed 'scalar' when comparing an array to an integer as it isn't required. - adjusted multi-line first { } to single line since it still fits and perltidy makes it look ugly. - store each 'result' hash in a $result variable, again to make perltidy format better. - change use of 'unshift ARRAY' to 'push ARRAY' and reverse(). The later performs fewer mallocs (push is much more effficient than unshift). Please check if this logic is right.
2018-09-13Bug 1490708 - Ensure we always call DBIx::Connector->dbh before any DBI ↵Dylan William Hardison2-15/+29
method (#744) The code didn't allow a way of doing this without a lot of work. So I had to take the following approach: The 'dbh' attribute is now a method that delegates to DBIx::Connector's dbh method. Per the docs, ->dbh() "Returns the connection's database handle. It will use a an existing handle if there is one, if the process has not been forked or a new thread spawned, and if the database is pingable. Otherwise, it will instantiate, cache, and return a new handle." Then there is the matter of the 'handles' on dbh. I've used Package::Stash to insert proxy methods into the class when it is loaded.
2018-09-13Bug 1490687 - Stop setting r+s on Phabricator attachmentsdklawren1-134/+0
2018-09-12Bug 1487422 - Remove Phabricator section from MyDashboard and related ↵dklawren5-262/+28
WebService API
2018-09-10bump to version 20180910.1Israel Madueme1-1/+1
2018-09-10no bug - add X-Bugzilla-Type to secbugsreport emailIsrael Madueme1-1/+2
2018-09-10Bug 1479466 - Add Security Bugs ReportIsrael Madueme6-0/+709
Adds the security bugs report with open count and median age open of sec-critical and sec-high bugs.
2018-09-07Bug 1488292 - Remove MozReview extension from BMO code tree as MozReview is ↵dklawren29-1646/+103
being decommissioned
2018-08-29Bug 1486369 - please enable "due date" for Firefox -> Security: Review ↵dklawren1-0/+1
Request compoent
2018-08-26use insider group instead of hard-coding core-securityDylan William Hardison1-3/+3
2018-08-26remove error pages for nowDylan William Hardison1-31/+0
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison1-1/+2
2018-08-26do not call finish if there was an errorDylan William Hardison1-1/+2
2018-08-26remove old IIS thingDylan William Hardison1-14/+0
2018-08-26Revert "make the default workflow the same as bmo"Dylan William Hardison3-9/+9
This reverts commit e4bd13639d5c5f436628e2aa766dca75328627c0.
2018-08-26remove unneeded difference to bmoDylan William Hardison1-1/+1
2018-08-26Revert "Bug 1446236 - fix several occurrences of a typo (user's of)"Dylan William Hardison4-4/+4
This reverts commit fa79c330202397e1ca8ee8eef068a75949a258e6.
2018-08-26remove psgi hackDylan William Hardison1-115/+0
2018-08-26sync more to bmo/mojoDylan William Hardison1-39/+0
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison2-86/+2
2018-08-26disable some mozilla specific thingsDylan William Hardison2-0/+0
2018-08-26Merge branch 'master' of https://github.com/bugzilla/harmonyDylan William Hardison2-0/+0
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison71-893/+2533
2018-08-26remove .htaccess fileDylan William Hardison1-88/+0
2018-08-26add bzapi APIDylan William Hardison1-0/+2
2018-08-24Bug 1399721 - change canonical from bugzil.la to bugzilla.mozilla.orgKohei Yoshino4-8/+20
2018-08-22add graphs to the pathDylan William Hardison1-1/+1
2018-08-21bump version to 20180820.1Dylan William Hardison1-1/+1
2018-08-20add faviconDylan William Hardison1-0/+9
2018-08-20add base imageDylan William Hardison2-2/+2
2018-08-20remove more apache bitsDylan William Hardison2-111/+0
2018-08-20update depsDylan William Hardison1-2/+2
2018-08-20more type checkingDylan William Hardison1-8/+5
2018-08-20once moreDylan William Hardison1-0/+1
2018-08-20one more slurpy typeDylan William Hardison1-3/+7
2018-08-20diagnostic code is a stringDylan William Hardison1-1/+1
2018-08-20better FATAL errorDylan William Hardison1-1/+1
2018-08-20add more testingDylan William Hardison2-4/+57
2018-08-20fix glaring errorDylan William Hardison1-5/+2
2018-08-20no bug - Fixed routing issues with /bug/<bug_id> and /<bug_id>David Lawrence1-2/+2