Task · GCV-0045

Vend on-call schedules and shifts

Description

Of 26 OnCall kinds in the pinned provider, this machine emits five, and effectively only OutgoingWebhook carries on-call meaning. A vended stack therefore gets alerting with nobody on the other end of it. Schedules and shifts are the base layer: escalation chains and routes reference a schedule, so this task has to land before them.

The provider carries oncall schedules, oncallshifts, usergroups, users and usernotificationrules at v2.14.0. Note the identity problem this repository has already hit twice: OnCall user and user-group identities are assigned by the provider and cannot be derived from a request. Read the provider-assigned-IDs rule in the Wave operating model document before designing the reference shape - the renderTeamAccess wait-for-observed-ID pattern is the one to copy.

Acceptance Criteria

Definition of Done

Implementation Plan

Wave 6: implement the commissioned surface under the frozen goal and root-owned integration; prove admission and renderer boundaries with required negative controls, then just check and exact-SHA hosted Validate before finalization.

Final Summary

Vended OnCall users observed by provider identity, rotating shifts and schedules with explicit UTC start and singleton responder rotation groups. No assigned ID is guessed; dependent resources wait and preserve observed external names. Assigned IDs have no fabricated external name at first creation. Real XRD and complete provider-CRD admission/readback passed. Completing source/pin SHA: 187b03ea40ee32fcea890e40c138f00a8c73bd5f. Hosted Validate run 34296536930: success. Local just check passed with 23 real API-server tests, zero skips.

View the source file on GitHub