зеркало из https://github.com/github/docs.git
run prettier yaml linter (#16509)
This commit is contained in:
Родитель
73e326ffdd
Коммит
8f8f2f15e1
|
@ -1,106 +1,114 @@
|
|||
---
|
||||
upcoming_changes:
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
|
||||
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step."
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: AssignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: EnterpriseBillingInfo.availableSeats
|
||||
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
|
||||
instead."
|
||||
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide
|
||||
more clarity on the value being returned"
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: EnterpriseBillingInfo.seats
|
||||
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
|
||||
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on
|
||||
the value being returned"
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: UnassignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: Sponsorship.maintainer
|
||||
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
|
||||
reason: "`Sponsorship.maintainer` will be removed."
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All pending members consume a license
|
||||
date: '2020-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOwnerInfo.pendingCollaborators
|
||||
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
|
||||
field instead."
|
||||
reason: Repository invitations can now be associated with an email, not only an
|
||||
invitee.
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Issue.timeline
|
||||
description: "`timeline` will be removed. Use Issue.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: PullRequest.timeline
|
||||
description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
|
||||
description: "`INVITEE_LOGIN` will be removed."
|
||||
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
|
||||
can now be associated with an email, not only an invitee."
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Sponsorship.sponsor
|
||||
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
|
||||
reason: "`Sponsorship.sponsor` will be removed."
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nholden
|
||||
- location: EnterpriseMemberEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All members consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All outside collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All pending collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: MergeStateStatus.DRAFT
|
||||
description: "`DRAFT` will be removed. Use PullRequest.isDraft instead."
|
||||
reason: DRAFT state will be removed from this enum and `isDraft` should be used
|
||||
instead
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nplasterer
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
|
||||
reason:
|
||||
'`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step.'
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: AssignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: EnterpriseBillingInfo.availableSeats
|
||||
description:
|
||||
'`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
|
||||
instead.'
|
||||
reason:
|
||||
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
|
||||
more clarity on the value being returned'
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: EnterpriseBillingInfo.seats
|
||||
description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
|
||||
reason:
|
||||
'`seats` will be replaced with `totalLicenses` to provide more clarity on
|
||||
the value being returned'
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: UnassignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: Sponsorship.maintainer
|
||||
description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
|
||||
reason: '`Sponsorship.maintainer` will be removed.'
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All pending members consume a license
|
||||
date: '2020-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOwnerInfo.pendingCollaborators
|
||||
description:
|
||||
'`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
|
||||
field instead.'
|
||||
reason:
|
||||
Repository invitations can now be associated with an email, not only an
|
||||
invitee.
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Issue.timeline
|
||||
description: '`timeline` will be removed. Use Issue.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: PullRequest.timeline
|
||||
description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
|
||||
description: '`INVITEE_LOGIN` will be removed.'
|
||||
reason:
|
||||
'`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
|
||||
can now be associated with an email, not only an invitee.'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Sponsorship.sponsor
|
||||
description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
|
||||
reason: '`Sponsorship.sponsor` will be removed.'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nholden
|
||||
- location: EnterpriseMemberEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All members consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All outside collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All pending collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: MergeStateStatus.DRAFT
|
||||
description: '`DRAFT` will be removed. Use PullRequest.isDraft instead.'
|
||||
reason:
|
||||
DRAFT state will be removed from this enum and `isDraft` should be used
|
||||
instead
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nplasterer
|
||||
|
|
|
@ -1,60 +1,64 @@
|
|||
---
|
||||
upcoming_changes:
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
|
||||
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step."
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: ContributionOrder.field
|
||||
description: "`field` will be removed. Only one order field is supported."
|
||||
reason: "`field` will be removed."
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: dinahshi
|
||||
- location: Issue.timeline
|
||||
description: "`timeline` will be removed. Use Issue.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: Organization.pinnedRepositories
|
||||
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
|
||||
instead."
|
||||
reason: pinnedRepositories will be removed
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: cheshire137
|
||||
- location: PullRequest.timeline
|
||||
description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryOwner.pinnedRepositories
|
||||
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
|
||||
instead."
|
||||
reason: pinnedRepositories will be removed
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: cheshire137
|
||||
- location: User.pinnedRepositories
|
||||
description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
|
||||
instead."
|
||||
reason: pinnedRepositories will be removed
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: cheshire137
|
||||
- location: AssignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: UnassignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
|
||||
reason:
|
||||
'`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step.'
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: ContributionOrder.field
|
||||
description: '`field` will be removed. Only one order field is supported.'
|
||||
reason: '`field` will be removed.'
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: dinahshi
|
||||
- location: Issue.timeline
|
||||
description: '`timeline` will be removed. Use Issue.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: Organization.pinnedRepositories
|
||||
description:
|
||||
'`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
|
||||
instead.'
|
||||
reason: pinnedRepositories will be removed
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: cheshire137
|
||||
- location: PullRequest.timeline
|
||||
description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryOwner.pinnedRepositories
|
||||
description:
|
||||
'`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
|
||||
instead.'
|
||||
reason: pinnedRepositories will be removed
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: cheshire137
|
||||
- location: User.pinnedRepositories
|
||||
description:
|
||||
'`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems
|
||||
instead.'
|
||||
reason: pinnedRepositories will be removed
|
||||
date: '2019-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: cheshire137
|
||||
- location: AssignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: UnassignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,117 +1,124 @@
|
|||
---
|
||||
upcoming_changes:
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
|
||||
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step."
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: AssignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: EnterpriseBillingInfo.availableSeats
|
||||
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
|
||||
instead."
|
||||
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide
|
||||
more clarity on the value being returned"
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: EnterpriseBillingInfo.seats
|
||||
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
|
||||
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on
|
||||
the value being returned"
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: UnassignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: Sponsorship.maintainer
|
||||
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
|
||||
reason: "`Sponsorship.maintainer` will be removed."
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All pending members consume a license
|
||||
date: '2020-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOwnerInfo.pendingCollaborators
|
||||
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
|
||||
field instead."
|
||||
reason: Repository invitations can now be associated with an email, not only an
|
||||
invitee.
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Issue.timeline
|
||||
description: "`timeline` will be removed. Use Issue.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: PullRequest.timeline
|
||||
description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryCollaboratorEdge.permission
|
||||
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
|
||||
reason: This field may return additional values
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: oneill38
|
||||
- location: RepositoryInvitation.permission
|
||||
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
|
||||
reason: This field may return additional values
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: oneill38
|
||||
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
|
||||
description: "`INVITEE_LOGIN` will be removed."
|
||||
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
|
||||
can now be associated with an email, not only an invitee."
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Sponsorship.sponsor
|
||||
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
|
||||
reason: "`Sponsorship.sponsor` will be removed."
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nholden
|
||||
- location: TeamRepositoryEdge.permission
|
||||
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
|
||||
reason: This field may return additional values
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: oneill38
|
||||
- location: EnterpriseMemberEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All members consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All outside collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All pending collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
|
||||
reason:
|
||||
'`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step.'
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: AssignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: EnterpriseBillingInfo.availableSeats
|
||||
description:
|
||||
'`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
|
||||
instead.'
|
||||
reason:
|
||||
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
|
||||
more clarity on the value being returned'
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: EnterpriseBillingInfo.seats
|
||||
description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
|
||||
reason:
|
||||
'`seats` will be replaced with `totalLicenses` to provide more clarity on
|
||||
the value being returned'
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: UnassignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: Sponsorship.maintainer
|
||||
description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
|
||||
reason: '`Sponsorship.maintainer` will be removed.'
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All pending members consume a license
|
||||
date: '2020-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOwnerInfo.pendingCollaborators
|
||||
description:
|
||||
'`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
|
||||
field instead.'
|
||||
reason:
|
||||
Repository invitations can now be associated with an email, not only an
|
||||
invitee.
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Issue.timeline
|
||||
description: '`timeline` will be removed. Use Issue.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: PullRequest.timeline
|
||||
description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryCollaboratorEdge.permission
|
||||
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
|
||||
reason: This field may return additional values
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: oneill38
|
||||
- location: RepositoryInvitation.permission
|
||||
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
|
||||
reason: This field may return additional values
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: oneill38
|
||||
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
|
||||
description: '`INVITEE_LOGIN` will be removed.'
|
||||
reason:
|
||||
'`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
|
||||
can now be associated with an email, not only an invitee.'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Sponsorship.sponsor
|
||||
description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
|
||||
reason: '`Sponsorship.sponsor` will be removed.'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nholden
|
||||
- location: TeamRepositoryEdge.permission
|
||||
description: Type for `permission` will change from `RepositoryPermission!` to `String`.
|
||||
reason: This field may return additional values
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: oneill38
|
||||
- location: EnterpriseMemberEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All members consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All outside collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All pending collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
|
|
|
@ -1,113 +1,122 @@
|
|||
---
|
||||
upcoming_changes:
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
|
||||
reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step."
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: AssignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: EnterpriseBillingInfo.availableSeats
|
||||
description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
|
||||
instead."
|
||||
reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide
|
||||
more clarity on the value being returned"
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: EnterpriseBillingInfo.seats
|
||||
description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
|
||||
reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on
|
||||
the value being returned"
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: UnassignedEvent.user
|
||||
description: "`user` will be removed. Use the `assignee` field instead."
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: Query.sponsorsListing
|
||||
description: "`sponsorsListing` will be removed. Use `Sponsorable.sponsorsListing`
|
||||
instead."
|
||||
reason: "`Query.sponsorsListing` will be removed."
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: Sponsorship.maintainer
|
||||
description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
|
||||
reason: "`Sponsorship.maintainer` will be removed."
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All pending members consume a license
|
||||
date: '2020-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOwnerInfo.pendingCollaborators
|
||||
description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
|
||||
field instead."
|
||||
reason: Repository invitations can now be associated with an email, not only an
|
||||
invitee.
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Issue.timeline
|
||||
description: "`timeline` will be removed. Use Issue.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: PullRequest.timeline
|
||||
description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
|
||||
reason: "`timeline` will be removed"
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
|
||||
description: "`INVITEE_LOGIN` will be removed."
|
||||
reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
|
||||
can now be associated with an email, not only an invitee."
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Sponsorship.sponsor
|
||||
description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
|
||||
reason: "`Sponsorship.sponsor` will be removed."
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nholden
|
||||
- location: EnterpriseMemberEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All members consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All outside collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
|
||||
description: "`isUnlicensed` will be removed."
|
||||
reason: All pending collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: MergeStateStatus.DRAFT
|
||||
description: "`DRAFT` will be removed. Use PullRequest.isDraft instead."
|
||||
reason: DRAFT state will be removed from this enum and `isDraft` should be used
|
||||
instead
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nplasterer
|
||||
- location: Migration.uploadUrlTemplate
|
||||
description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
|
||||
reason:
|
||||
'`uploadUrlTemplate` is being removed because it is not a standard URL and
|
||||
adds an extra user step.'
|
||||
date: '2019-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: AssignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: EnterpriseBillingInfo.availableSeats
|
||||
description:
|
||||
'`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
|
||||
instead.'
|
||||
reason:
|
||||
'`availableSeats` will be replaced with `totalAvailableLicenses` to provide
|
||||
more clarity on the value being returned'
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: EnterpriseBillingInfo.seats
|
||||
description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
|
||||
reason:
|
||||
'`seats` will be replaced with `totalLicenses` to provide more clarity on
|
||||
the value being returned'
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BlakeWilliams
|
||||
- location: UnassignedEvent.user
|
||||
description: '`user` will be removed. Use the `assignee` field instead.'
|
||||
reason: Assignees can now be mannequins.
|
||||
date: '2020-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: tambling
|
||||
- location: Query.sponsorsListing
|
||||
description:
|
||||
'`sponsorsListing` will be removed. Use `Sponsorable.sponsorsListing`
|
||||
instead.'
|
||||
reason: '`Query.sponsorsListing` will be removed.'
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: Sponsorship.maintainer
|
||||
description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
|
||||
reason: '`Sponsorship.maintainer` will be removed.'
|
||||
date: '2020-04-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: antn
|
||||
- location: EnterprisePendingMemberInvitationEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All pending members consume a license
|
||||
date: '2020-07-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOwnerInfo.pendingCollaborators
|
||||
description:
|
||||
'`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
|
||||
field instead.'
|
||||
reason:
|
||||
Repository invitations can now be associated with an email, not only an
|
||||
invitee.
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Issue.timeline
|
||||
description: '`timeline` will be removed. Use Issue.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: PullRequest.timeline
|
||||
description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
|
||||
reason: '`timeline` will be removed'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: mikesea
|
||||
- location: RepositoryInvitationOrderField.INVITEE_LOGIN
|
||||
description: '`INVITEE_LOGIN` will be removed.'
|
||||
reason:
|
||||
'`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
|
||||
can now be associated with an email, not only an invitee.'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: jdennes
|
||||
- location: Sponsorship.sponsor
|
||||
description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
|
||||
reason: '`Sponsorship.sponsor` will be removed.'
|
||||
date: '2020-10-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nholden
|
||||
- location: EnterpriseMemberEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All members consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All outside collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: EnterprisePendingCollaboratorEdge.isUnlicensed
|
||||
description: '`isUnlicensed` will be removed.'
|
||||
reason: All pending collaborators consume a license
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: BrentWheeldon
|
||||
- location: MergeStateStatus.DRAFT
|
||||
description: '`DRAFT` will be removed. Use PullRequest.isDraft instead.'
|
||||
reason:
|
||||
DRAFT state will be removed from this enum and `isDraft` should be used
|
||||
instead
|
||||
date: '2021-01-01T00:00:00+00:00'
|
||||
criticality: breaking
|
||||
owner: nplasterer
|
||||
|
|
Загрузка…
Ссылка в новой задаче