Skip to content

0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 16:54
· 51 commits to main since this release

Summary

This release introduces a common package that contains types and constants to be used by Backstage backend and frontend plugins. This allows us to maintain consistency between types across plugins.

Constants (To be used as part of PagerDutyEntity processing)

  • PAGERDUTY_INTEGRATION_KEY maps to 'pagerduty.com/integration-key' annotation
  • PAGERDUTY_SERVICE_ID maps to 'pagerduty.com/service-id' annotation

Types

  • PagerDutyIncident
  • PagerDutyService
  • PagerDutyUser
  • PagerDutyChangeEvent
  • PagerDutyEscalationPolicy
  • PagerDutyIncidentUrgencyRule
  • PagerDutyIntegration
  • PagerDutyTeam
  • PagerDutyOnCall
  • PagerDutyVendor
  • PagerDutyOnCallsResponse
  • PagerDutyOnCallUsersResponse
  • PagerDutyServiceResponse
  • PagerDutyServicesResponse
  • PagerDutyIncidentsResponse
  • PagerDutyChangeEventsResponse
  • PagerDutyIntegrationResponse
  • PagerDutyEscalationPoliciesResponse
  • PagerDutyAbilitiesResponse

This release was made possible by the following contributors:

@t1agob