summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-10-01fix error and bump version (#772)Dylan William Hardison1-1/+1
2018-09-28no bug - use more generous timeouts Dylan William Hardison1-0/+28
this makes all the mojo timeouts larger -- except for 'clients' which should be smaller because we're so synchronous. It also puts them into environmental variables so ops can tweak them. Note some of the code has moved to the main application class to make future people less likely to not notice these values.
2018-09-25Bug 1494065 - Add a basic test using Test::MojoDylan William Hardison1-1/+1
2018-09-20Bug 1492850 - Remove places where headers are printedDylan William Hardison1-0/+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-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-0/+118