sergiitk / pagerbeauty

:pager::sparkles: PagerDuty on-call widget for monitoring dashboard. Datadog and Grafana compatible
https://demo.pagerbeauty.sergii.org/v1/schedules/PDUQGYJ.html
MIT License
338 stars 27 forks source link

April fools': Wanted mode #97

Closed mary-tkachenko closed 5 years ago

mary-tkachenko commented 5 years ago

What's this do?

You can see it live here: https://pagerbeauty.herokuapp.com/v1/schedules/PJ1P5JQ.html (this will go back to the normal view after April 1st)

How to use it

Follow regular deployment instructions: https://github.com/sergiitk/pagerbeauty, with but deploy aprilfools version:

Docker

Use sergiitk/pagerbeauty:1.0.1-aprilfools:

docker run --rm -p 8080:8080 --env-file=.env -it sergiitk/pagerbeauty:1.0.1-aprilfools

Heroku / other git-based deployments

Deploy v1.0.1-aprilfools tag or april-fools-style branch.

FAQ

What about ongoing incident view?

It stays the same so you don't miss your alerts.

Is this stable?

Yes, it's based on v1.0.1 with minor style changes

How to turn it off?

Deploy the latest version: v1.0.1.

Why won't it turn off automatically after April 1st?

Figuring out when you want to run it is difficult because of different timezones, so we give you the full control through publishing it as a separate version.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #97   +/-   ##
======================================
  Coverage    7.31%   7.31%           
======================================
  Files          20      20           
  Lines         506     506           
======================================
  Hits           37      37           
  Misses        469     469

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 3fafc03...fd322ca. Read the comment docs.