Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

graphql_upcoming_changes.public-enterprise.yml 5.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
  1. ---
  2. upcoming_changes:
  3. - location: Migration.uploadUrlTemplate
  4. description: '`uploadUrlTemplate` will be removed. Use `uploadUrl` instead.'
  5. reason:
  6. '`uploadUrlTemplate` is being removed because it is not a standard URL and
  7. adds an extra user step.'
  8. date: '2019-04-01T00:00:00+00:00'
  9. criticality: breaking
  10. owner: tambling
  11. - location: AssignedEvent.user
  12. description: '`user` will be removed. Use the `assignee` field instead.'
  13. reason: Assignees can now be mannequins.
  14. date: '2020-01-01T00:00:00+00:00'
  15. criticality: breaking
  16. owner: tambling
  17. - location: EnterpriseBillingInfo.availableSeats
  18. description:
  19. '`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses
  20. instead.'
  21. reason:
  22. '`availableSeats` will be replaced with `totalAvailableLicenses` to provide
  23. more clarity on the value being returned'
  24. date: '2020-01-01T00:00:00+00:00'
  25. criticality: breaking
  26. owner: BlakeWilliams
  27. - location: EnterpriseBillingInfo.seats
  28. description: '`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead.'
  29. reason:
  30. '`seats` will be replaced with `totalLicenses` to provide more clarity on
  31. the value being returned'
  32. date: '2020-01-01T00:00:00+00:00'
  33. criticality: breaking
  34. owner: BlakeWilliams
  35. - location: UnassignedEvent.user
  36. description: '`user` will be removed. Use the `assignee` field instead.'
  37. reason: Assignees can now be mannequins.
  38. date: '2020-01-01T00:00:00+00:00'
  39. criticality: breaking
  40. owner: tambling
  41. - location: Sponsorship.maintainer
  42. description: '`maintainer` will be removed. Use `Sponsorship.sponsorable` instead.'
  43. reason: '`Sponsorship.maintainer` will be removed.'
  44. date: '2020-04-01T00:00:00+00:00'
  45. criticality: breaking
  46. owner: antn
  47. - location: EnterprisePendingMemberInvitationEdge.isUnlicensed
  48. description: '`isUnlicensed` will be removed.'
  49. reason: All pending members consume a license
  50. date: '2020-07-01T00:00:00+00:00'
  51. criticality: breaking
  52. owner: BrentWheeldon
  53. - location: EnterpriseOwnerInfo.pendingCollaborators
  54. description:
  55. '`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations`
  56. field instead.'
  57. reason:
  58. Repository invitations can now be associated with an email, not only an
  59. invitee.
  60. date: '2020-10-01T00:00:00+00:00'
  61. criticality: breaking
  62. owner: jdennes
  63. - location: Issue.timeline
  64. description: '`timeline` will be removed. Use Issue.timelineItems instead.'
  65. reason: '`timeline` will be removed'
  66. date: '2020-10-01T00:00:00+00:00'
  67. criticality: breaking
  68. owner: mikesea
  69. - location: PullRequest.timeline
  70. description: '`timeline` will be removed. Use PullRequest.timelineItems instead.'
  71. reason: '`timeline` will be removed'
  72. date: '2020-10-01T00:00:00+00:00'
  73. criticality: breaking
  74. owner: mikesea
  75. - location: RepositoryCollaboratorEdge.permission
  76. description: Type for `permission` will change from `RepositoryPermission!` to `String`.
  77. reason: This field may return additional values
  78. date: '2020-10-01T00:00:00+00:00'
  79. criticality: breaking
  80. owner: oneill38
  81. - location: RepositoryInvitation.permission
  82. description: Type for `permission` will change from `RepositoryPermission!` to `String`.
  83. reason: This field may return additional values
  84. date: '2020-10-01T00:00:00+00:00'
  85. criticality: breaking
  86. owner: oneill38
  87. - location: RepositoryInvitationOrderField.INVITEE_LOGIN
  88. description: '`INVITEE_LOGIN` will be removed.'
  89. reason:
  90. '`INVITEE_LOGIN` is no longer a valid field value. Repository invitations
  91. can now be associated with an email, not only an invitee.'
  92. date: '2020-10-01T00:00:00+00:00'
  93. criticality: breaking
  94. owner: jdennes
  95. - location: Sponsorship.sponsor
  96. description: '`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead.'
  97. reason: '`Sponsorship.sponsor` will be removed.'
  98. date: '2020-10-01T00:00:00+00:00'
  99. criticality: breaking
  100. owner: nholden
  101. - location: TeamRepositoryEdge.permission
  102. description: Type for `permission` will change from `RepositoryPermission!` to `String`.
  103. reason: This field may return additional values
  104. date: '2020-10-01T00:00:00+00:00'
  105. criticality: breaking
  106. owner: oneill38
  107. - location: EnterpriseMemberEdge.isUnlicensed
  108. description: '`isUnlicensed` will be removed.'
  109. reason: All members consume a license
  110. date: '2021-01-01T00:00:00+00:00'
  111. criticality: breaking
  112. owner: BrentWheeldon
  113. - location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
  114. description: '`isUnlicensed` will be removed.'
  115. reason: All outside collaborators consume a license
  116. date: '2021-01-01T00:00:00+00:00'
  117. criticality: breaking
  118. owner: BrentWheeldon
  119. - location: EnterprisePendingCollaboratorEdge.isUnlicensed
  120. description: '`isUnlicensed` will be removed.'
  121. reason: All pending collaborators consume a license
  122. date: '2021-01-01T00:00:00+00:00'
  123. criticality: breaking
  124. owner: BrentWheeldon
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...