Skip to content

Commit

Permalink
refactor: enable PagerDuty option on PagerDutyPage (#132)
Browse files Browse the repository at this point in the history
### Description

This PR enables the `PagerDuty` option in the PagerDutyPage component
settings which allows users to set PagerDuty as their main source for
syncing service dependencies to Backstage.

This feature was disabled due to a limitation on version
[0.3.0](https://github.com/PagerDuty/backstage-plugin-entity-processor/releases/tag/0.3.0)
of `@pagerduty/backstage-plugin-entity-processor` which is now fixed and
released on version
[0.3.1](https://github.com/PagerDuty/backstage-plugin-entity-processor/releases/tag/0.3.1).

**Issue number:** N/A

### Type of change

- [x] New feature (non-breaking change which adds functionality)
- [ ] Fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)

### Checklist

- [x] I have performed a self-review of this change
- [x] Changes have been tested
- [ ] Changes are documented
- [x] Changes generate *no new warnings*
- [x] PR title follows [conventional commit
semantics](https://www.conventionalcommits.org/en/v1.0.0/)

If this is a breaking change 👇

- [ ] I have documented the migration process
- [ ] I have implemented necessary warnings (if it can live side by
side)

## Acknowledgement

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.

**Disclaimer:** We value your time and bandwidth. As such, any pull
requests created on non-triaged issues might not be successful.
  • Loading branch information
t1agob authored Aug 21, 2024
2 parents 5cdf6bc + b6de9ea commit 62bfb70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PagerDutyPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export const PagerDutyPage = () => {
value="pagerduty"
control={<Radio />}
label="PagerDuty"
disabled
/>
<FormControlLabel
value="both"
Expand Down

0 comments on commit 62bfb70

Please sign in to comment.