summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum/Plugin
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy3-76/+74
2018-10-14Merge remote-tracking branch 'bmo/master'Dylan William Hardison3-96/+225
2018-10-03no bug - reformat all new quantum files using new standardDylan William Hardison4-233/+238
2018-10-02add helpers for handling logins and error handlingDylan William Hardison1-16/+95
2018-10-01Bug 1495071 - Mojolicious CleanupDylan William Hardison2-4/+29
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 Hardison4-0/+270
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 Hardison1-0/+5
2018-08-04hypnotoad should always expect a proxyDylan William Hardison1-0/+1
2018-08-04more tidyDylan William Hardison2-5/+5
2018-08-04more tidyDylan William Hardison3-29/+30
2018-08-04more tidyDylan William Hardison1-19/+11
2018-08-04Bug 1455495 - Replace apache with MojoliciousDylan William Hardison4-0/+277
2018-08-04Merge branch 'mojo-poc'Dylan William Hardison3-35/+70
2018-08-01add more debugging but also probably fix redirect problemDylan William Hardison1-0/+5
2018-07-31hypnotoad should always expect a proxyDylan William Hardison1-0/+1
2018-07-31more tidyDylan William Hardison2-5/+5
2018-07-31more tidyDylan William Hardison3-29/+30
2018-07-31more tidyDylan William Hardison1-19/+11
2018-07-31Bug 1455495 - Replace apache with MojoliciousDylan William Hardison4-0/+277
2018-06-28fix mistakeDylan William Hardison1-1/+1
2018-06-28add request id to logsDylan William Hardison1-5/+6
2018-06-28remove debuggingDylan William Hardison1-1/+0
2018-06-28fix CI againDylan William Hardison1-1/+1
2018-06-28port BlockIP to mojoliciousDylan William Hardison1-0/+44
2018-06-28optimize the /bmo/ path fix to not impact runtime performance.Dylan William Hardison1-9/+8
2018-06-28rewrite Hostage to use mojoliciousDylan William Hardison1-0/+80
2018-06-28add commentDylan William Hardison1-0/+6
2018-06-28move PerlInitChildHandler to mojoliciousDylan William Hardison1-1/+4
2018-06-28more fixesDylan William Hardison1-0/+7
2018-06-28add hypnotoad to vagrantDylan William Hardison1-1/+8
2018-06-28lots of hackingDylan William Hardison1-2/+42
2018-06-28working moreDylan William Hardison1-93/+0
2018-06-28almost workingDylan William Hardison1-12/+23
2018-06-28more things workDylan William Hardison1-3/+29
2018-06-28cool stuffDylan William Hardison1-5/+47
2018-06-28more thingsDylan William Hardison1-1/+2
2018-06-28mojo all the thingsDylan William Hardison1-1/+2
2018-06-28a bit of a quantum leapDylan William Hardison1-0/+61
It's now possible to load the CGIs into a mojolicious controller. Compatibility isn't 100% yet, but it should give a migration path for any random CGI to become a proper controller.