confserver revamp #88

Merged
bmartin5692 merged 12 commits from wip-confserver-jinja2 into master 2020-01-05 02:46:34 +01:00
bmartin5692 commented 2020-01-05 02:41:52 +01:00 (Migrated from github.com)
  • New jinja2 based status page
    • access at /
    • allows for viewing status of server/connections, restarting services, remove clients/bots
  • implement basic plugins for confserver
    • splits api/routes into plugins and allows user provided plugins
- New jinja2 based status page - access at / - allows for viewing status of server/connections, restarting services, remove clients/bots - implement basic plugins for confserver - splits api/routes into plugins and allows user provided plugins
codecov[bot] commented 2020-01-05 02:43:22 +01:00 (Migrated from github.com)

Codecov Report

Merging #88 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   90.01%   90.01%           
=======================================
  Files          29       29           
  Lines        3356     3356           
=======================================
  Hits         3021     3021           
  Misses        335      335

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1d2b22...472137c. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/88?src=pr&el=h1) Report > Merging [#88](https://codecov.io/gh/bmartin5692/bumper/pull/88?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/d1d2b228ee8bff4f19b135974b526f80d38ce032?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/88/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/88?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #88 +/- ## ======================================= Coverage 90.01% 90.01% ======================================= Files 29 29 Lines 3356 3356 ======================================= Hits 3021 3021 Misses 335 335 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/88?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/88?src=pr&el=footer). Last update [d1d2b22...472137c](https://codecov.io/gh/bmartin5692/bumper/pull/88?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.