Skip to content

Releases: sergiitk/pagerbeauty

v1.1.1

12 Jul 23:27
Compare
Choose a tag to compare

1.1.1 (2020-07-12)

Cleanup

  • 143 chore-dependencies Docker: Upgrade node to 12.18.2
  • 145 chore-dependencies Major npm dependency upgrades
  • 144 chore-dependencies Non-major dependencies upgrade

Security

v1.1.0

25 Jan 02:17
Compare
Choose a tag to compare

1.1.0 (2020-01-25)

Cleanup

  • 134 ui Limit information exposed though contact methods

Features

  • 126 ui Added optional user contact information to the schedule view
  • 135 ui Timezone override support

v1.0.3

21 Jan 19:25
Compare
Choose a tag to compare

1.0.3 (2020-01-21)

Cleanup

  • 130 chore-dependencies Major dependencies upgrade
  • 128 chore-dependencies Major node upgrade node to the last LTE: 12.14.1
  • 129 chore-dependencies Non-major dependencies upgrade

Security

v1.0.2

12 Jun 01:59
Compare
Choose a tag to compare

1.0.2 (2019-06-12)

Cleanup

  • 109 chore-dependencies Dependencies upgrade

Documentation

  • 105 readme Typo - Beaty -> Duty
  • 104 readme Update roadmap

Security

v1.0.1 April Fools': Wanted mode

29 Mar 13:42
Compare
Choose a tag to compare

What's this do?

  • Changes on-call look to this: image

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 April Fools' 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.

Ref #97

v1.0.1

14 Mar 02:32
Compare
Choose a tag to compare

1.0.1 (2019-03-14)

Cleanup

  • 98 chore-dependencies More dependency upgrades
  • 96 chore-dependencies Use esm instead of experimental modules
  • 95 docker Reduce docker image size by cleaning yarn cache

Security

  • 94 CVE-2019-5737 Upgrade node in Docker to 10.15.3 and refresh npm dependencies

v1.0.0

07 Feb 12:06
Compare
Choose a tag to compare

1.0.0 (2019-02-07)

Bug Fixes

  • 79 core Fix error handling on unknown schedules
  • 80 ui-oncalls Handle one user in the rotation (no end date)

Cleanup

  • 75 chore-dependencies Dependencies upgrade
  • 64 chore-dependencies Dependencies upgrade
  • 83 chore-dependencies Dependencies upgrade
  • 87 circleci Move test key from secrets to allow exogenous PRs
  • 70 core Load Schedules separately from OnCalls
  • 69 core Move schedule loading out of web controller
  • 65 misc-local-dev Acceptance tests in Docker
  • 62 misc-release Automated Docker image builds with basic sanity checks
  • 71 misc-release Improve Semantic Release
  • 66 misc-release Run acceptance tests in CircleCI
  • 68 tests Better test reports
  • 67 tests Setup unit test tools and refactor acceptance tests

Documentation

  • 78 deploy Document deploying PagerBeauty to Heroku
  • 90 readme Add PagerBeauty on Grafana Dashboard screenshot
  • 86 readme Fix minor typo
  • 89 readme Update Adding to Datadog dashboard gif
  • 85 readme Update caps on Datadog

Features

  • 73 core-incidents Poll for active incidents
  • 72 core-oncalls Removes implicit limit on how many on-calls can be loaded
  • 77 core-web HTTP server can be started on custom port
  • 82 core-web Support for Authentication Bearer access_token
  • 88 grafana Support Grafana
  • 74 ui-oncalls On-call active incident view: show incident info and make red

v0.3.0

22 Dec 11:39
Compare
Choose a tag to compare

0.3.0 (2018-12-22)

Cleanup

  • 60 ui Lint UI assets

Features

  • 59 ui Add status indicator to on-call
  • 58 ui Replace hard page refresh with AJAX Long Polling

v0.2.0

21 Dec 01:52
Compare
Choose a tag to compare

0.2.0 (2018-12-21)

Features

  • 54 core Application logging

v0.1.1

19 Dec 22:26
Compare
Choose a tag to compare

0.1.1 (2018-12-19)

Bug Fixes

  • 52 assets Fix bundle.css link not using production assets path
  • 51 docker Docker should use production assets and ignore dev