add the Mojo CAPE Submit app (#15140)

* add poller for mojo cape submit

* mojo_cape_submit poller now works

* add app page for mojo_cape_submit

* add basic generic stat graphs for mojo cape submit

* general size stats graph for mojo_cape_submit

* make sure we update slugs that did not see anything submitted for them

* sort the slugs by sub count

* add app protos graph and sub top 12 graphs

* add mojo cape submit docs

* add tests for mojo_cape_submit

* add mojo_cape_submit to the apps page

* add string helper for mojo_cape_submit

* poke lots of stuff with php-cs-fixer

* remove a unneeded line

* add a missing metric and app data to test
This commit is contained in:
Zane C. Bowers-Hadley
2023-07-19 22:41:51 -05:00
committed by GitHub
parent 510d5dc94b
commit 54a38dd4cd
20 changed files with 629 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ class StringHelpers
'freeradius' => 'FreeRADIUS',
'gpsd' => 'GPSD',
'hv-monitor' => 'HV Monitor',
'mojo_cape_submit' => 'Mojo CAPE Submit',
'mailcow-postfix' => 'mailcow-dockerized postfix',
'mysql' => 'MySQL',
'nfs-server' => 'NFS Server',