summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy6-277/+267
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison7-248/+415
2018-10-05Bug 1496570 - Bugzilla doesn't attempt to decode form-urlencoded data ↵Dylan William Hardison1-0/+2
without a content-type header
2018-10-04Bug 1495901 - SES type checking errorDylan William Hardison1-42/+59
2018-10-03no bug - reformat all new quantum files using new standardDylan William Hardison9-581/+586
2018-10-02add helpers for handling logins and error handlingDylan William Hardison3-17/+123
2018-10-01Bug 1495071 - Mojolicious CleanupDylan William Hardison3-6/+40
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-09-28no bug - use more generous timeouts Dylan William Hardison1-22/+0
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-28no bug - use bugzilla as the default template engineDylan William Hardison1-0/+1
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison8-0/+774
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-26sync more to bmo/mojoDylan William Hardison1-39/+0
2018-08-26Merge remote-tracking branch 'bmo/mojo'Dylan William Hardison3-16/+68
2018-08-22add graphs to the pathDylan William Hardison1-1/+1
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-20Fix a module loading problemDylan William Hardison1-7/+1
2018-08-20add more debugging but also probably fix redirect problemDylan William Hardison2-1/+6
2018-08-20add versionDylan William Hardison1-1/+1
2018-08-20hypnotoad should always expect a proxyDylan William Hardison1-0/+1
2018-08-20more tidyDylan William Hardison3-12/+12
2018-08-20more tidyDylan William Hardison3-29/+30
2018-08-20more tidyDylan William Hardison4-71/+24
2018-08-20some cleanupsDylan William Hardison1-36/+35
2018-08-20fix errors from group reviewDylan William Hardison1-2/+1
2018-08-20fix lint errorsDylan William Hardison1-2/+2
2018-08-20Bug 1455495 - Replace apache with MojoliciousDylan William Hardison9-0/+770
2018-08-05Merge remote-tracking branch 'dylanwh/mojo-poc'Dylan William Hardison1-7/+1
2018-08-05Fix a module loading problemDylan William Hardison1-7/+1
2018-08-04Merge branch 'mojo-poc'Dylan William Hardison1-1/+1
2018-08-04add more debugging but also probably fix redirect problemDylan William Hardison2-1/+6
2018-08-04add versionDylan William Hardison1-1/+1
2018-08-04hypnotoad should always expect a proxyDylan William Hardison1-0/+1
2018-08-04more tidyDylan William Hardison3-12/+12
2018-08-04more tidyDylan William Hardison3-29/+30
2018-08-04more tidyDylan William Hardison4-71/+24
2018-08-04some cleanupsDylan William Hardison1-36/+35
2018-08-04fix errors from group reviewDylan William Hardison1-2/+1
2018-08-04fix lint errorsDylan William Hardison1-2/+2
2018-08-04Bug 1455495 - Replace apache with MojoliciousDylan William Hardison9-0/+770
2018-08-04Merge branch 'mojo-poc'Dylan William Hardison7-148/+188
2018-08-01add more debugging but also probably fix redirect problemDylan William Hardison2-1/+6
2018-08-01add versionDylan William Hardison1-1/+1
2018-07-31hypnotoad should always expect a proxyDylan William Hardison1-0/+1