K-Phoen / backstage-plugin-opsgenie

OpsGenie plugin for Backstage
MIT License
35 stars 37 forks source link

Make fetching on-call schedules resilient and display schedule names #98

Closed jhuiting closed 2 years ago

jhuiting commented 2 years ago

First of all, thank you for creating this great plugin! Really like the integration so far.

While testing this out with a live system I've noticed some small things that could be improved, hence this MR:

Happy to make adjustments when needed.

K-Phoen commented 2 years ago

Hey, thanks for the PR!

Glad this plugin can be of use for you :)

I took the liberty to fix a few tsc/linting issue as well as making the responder/schedule formatting configurable: different contexts will have different needs/preferences, so I figured it was probably better to not make any assumption and let people decide what to display.

jhuiting commented 2 years ago

Looks good, this is much better then what I came up with! I'll give it a shot rightaway, thank you!