Skip to content

Latest commit

 

History

History
203 lines (115 loc) · 9.33 KB

CHANGELOG.md

File metadata and controls

203 lines (115 loc) · 9.33 KB

PagerBeauty Changelog

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

  • 139 CVE-2020-7597 Bump codecov from 3.6.1 to 3.6.5
  • 140 CVE-2020-7598 Bump acorn from 6.4.0 to 6.4.1
  • 141 GHSA-jmqm-f2gx-4fjv Bump npm-registry-fetch from 4.0.2 to 4.0.5

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

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

  • 115 CVE-2019-10744 Bump lodash from 4.17.11 to 4.17.14
  • 114 CVE-2019-10744 Bump lodash.merge from 4.6.1 to 4.6.2
  • 118 CVE-2019-10746 Bump mixin-deep from 1.3.1 to 1.3.2
  • 117 CVE-2019-15657 Bump eslint-utils from 1.3.1 to 1.4.2
  • 127 CVE-2019-19919 Bump handlebars from 4.1.2 to 4.7.2

1.0.2 (2019-06-12)

Cleanup

  • 109 chore-dependencies Dependencies upgrade

Documentation

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

Security

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

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

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

0.2.0 (2018-12-21)

Features

  • 54 core Application logging

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

0.1.0 (2018-12-19)

Cleanup

  • 48 chore-dependencies Dependencies upgrade #38

Documentation

  • 47 readme Add dockerhub link, update roadmap
  • 49 readme Wallboard -> dashboard

Features

  • 39 ui-schedules Major UI refactoring: modernize assets pipeline and move rendering to React

0.0.12 (2018-12-17)

Documentation

  • 43 readme Add sponsors section to README.md

Security

  • 44 CVE-2018-12120 Upgrade node in Docker to 10.14.2 and refresh npm dependencies

0.0.11 (2018-11-04)

Bug Fixes

  • 40 core-schedules Fix uncontrollable refresh

Cleanup

  • 38 chore-dependencies Dependencies upgrade

0.0.10 (2018-10-20)

Bug Fixes

  • 36 misc-release Update CHANGELOG.md on builds

0.0.9 (2018-10-20)

Bug Fixes

  • 33 misc-release Various fixes to automated builds

0.0.8 (2018-10-20)

Bug Fixes

  • 29 core-schedules Fixes schedules not being refreshed after first request error
  • 30 ui-schedules Display "No one on call" to ensure 404 doesn't break widget autorefresh