summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-4/+3
2018-10-03no bug - reformat all new quantum files using new standardDylan William Hardison1-98/+101
2018-10-03Bug 1495906 - After mojo update /latest/configuration API call no longer ↵dklawren1-0/+1
works and gives page not found
2018-10-02add helpers for handling logins and error handlingDylan William Hardison1-0/+2
2018-10-01Bug 1495071 - Mojolicious CleanupDylan William Hardison1-30/+20
There are some things that should've been in the first patch but were missed: 1. Calling $c->finish in the finally block should not happen if an exception has been raised. 2. Bugzilla->cleanup() should be called at the same time the mojolicious stash is cleared. 3. Code referencing the shutdownhtml should be removed 4. The conditionals that ran code in Bugzilla.pm when it was not run under mod_perl should instead check where the Bugzilla.pm module was loaded from. 5. Revert the default template from #770 6. Also removed some stuff that manipulates the PATH and signals, which we shouldn't do
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