Skip to content

Commit c9558ac

Browse files
authored
Merge pull request #9133 from github/repo-sync
repo sync
2 parents 3a52f01 + 2fea944 commit c9558ac

File tree

69 files changed

+236
-4095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+236
-4095
lines changed

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21792,6 +21792,11 @@ enum OrganizationMembersCanCreateRepositoriesSettingValue {
2179221792
"""
2179321793
DISABLED
2179421794

21795+
"""
21796+
Members will be able to create only internal repositories.
21797+
"""
21798+
INTERNAL
21799+
2179521800
"""
2179621801
Members will be able to create only private repositories.
2179721802
"""

data/graphql/schema.docs.graphql

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22119,6 +22119,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2211922119
"""
2212022120
email: String
2212122121

22122+
"""
22123+
The estimated next GitHub Sponsors payout for this user/organization in cents (USD).
22124+
"""
22125+
estimatedNextSponsorsPayoutInCents: Int!
22126+
2212222127
"""
2212322128
True if this user/organization has a GitHub Sponsors listing.
2212422129
"""
@@ -22261,6 +22266,11 @@ type Organization implements Actor & MemberStatusable & Node & PackageOwner & Pr
2226122266
last: Int
2226222267
): OrganizationMemberConnection!
2226322268

22269+
"""
22270+
The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).
22271+
"""
22272+
monthlyEstimatedSponsorsIncomeInCents: Int!
22273+
2226422274
"""
2226522275
The organization's public profile name.
2226622276
"""
@@ -23425,6 +23435,11 @@ enum OrganizationMembersCanCreateRepositoriesSettingValue {
2342523435
"""
2342623436
DISABLED
2342723437

23438+
"""
23439+
Members will be able to create only internal repositories.
23440+
"""
23441+
INTERNAL
23442+
2342823443
"""
2342923444
Members will be able to create only private repositories.
2343023445
"""
@@ -37069,6 +37084,11 @@ enum SponsorOrderField {
3706937084
Entities that can be sponsored through GitHub Sponsors
3707037085
"""
3707137086
interface Sponsorable {
37087+
"""
37088+
The estimated next GitHub Sponsors payout for this user/organization in cents (USD).
37089+
"""
37090+
estimatedNextSponsorsPayoutInCents: Int!
37091+
3707237092
"""
3707337093
True if this user/organization has a GitHub Sponsors listing.
3707437094
"""
@@ -37089,6 +37109,11 @@ interface Sponsorable {
3708937109
"""
3709037110
isSponsoringViewer: Boolean!
3709137111

37112+
"""
37113+
The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).
37114+
"""
37115+
monthlyEstimatedSponsorsIncomeInCents: Int!
37116+
3709237117
"""
3709337118
List of users and organizations this entity is sponsoring.
3709437119
"""
@@ -43673,6 +43698,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
4367343698
"""
4367443699
email: String!
4367543700

43701+
"""
43702+
The estimated next GitHub Sponsors payout for this user/organization in cents (USD).
43703+
"""
43704+
estimatedNextSponsorsPayoutInCents: Int!
43705+
4367643706
"""
4367743707
A list of users the given user is followed by.
4367843708
"""
@@ -43960,6 +43990,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
4396043990
"""
4396143991
login: String!
4396243992

43993+
"""
43994+
The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).
43995+
"""
43996+
monthlyEstimatedSponsorsIncomeInCents: Int!
43997+
4396343998
"""
4396443999
The user's public profile name.
4396544000
"""

lib/graphql/static/changelog.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"Field `estimatedNextSponsorsPayoutInCents` was added to object type `Organization`",
8+
"Field `monthlyEstimatedSponsorsIncomeInCents` was added to object type `Organization`",
9+
"Enum value `INTERNAL` was added to enum `OrganizationMembersCanCreateRepositoriesSettingValue`",
10+
"Field `estimatedNextSponsorsPayoutInCents` was added to interface `Sponsorable`",
11+
"Field `monthlyEstimatedSponsorsIncomeInCents` was added to interface `Sponsorable`",
12+
"Field `estimatedNextSponsorsPayoutInCents` was added to object type `User`",
13+
"Field `monthlyEstimatedSponsorsIncomeInCents` was added to object type `User`"
14+
]
15+
}
16+
],
17+
"previewChanges": [],
18+
"upcomingChanges": [],
19+
"date": "2021-08-18"
20+
},
221
{
322
"schemaChanges": [
423
{

lib/graphql/static/prerendered-input-objects.json

Lines changed: 0 additions & 860 deletions
Large diffs are not rendered by default.

lib/graphql/static/prerendered-objects.json

Lines changed: 1 addition & 2206 deletions
Large diffs are not rendered by default.

lib/graphql/static/previews.json

Lines changed: 0 additions & 249 deletions
Original file line numberDiff line numberDiff line change
@@ -667,255 +667,6 @@
667667
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
668668
}
669669
],
670-
"ghes-2.21": [
671-
{
672-
"title": "Access to package version deletion preview",
673-
"description": "This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.",
674-
"toggled_by": "package-deletes-preview",
675-
"toggled_on": [
676-
"Mutation.deletePackageVersion",
677-
"RegistryPackageVersion.deleted"
678-
],
679-
"owning_teams": [
680-
"@github/pe-package-registry"
681-
],
682-
"accept_header": "application/vnd.github.package-deletes-preview+json",
683-
"href": "/graphql/overview/schema-previews#access-to-package-version-deletion-preview"
684-
},
685-
{
686-
"title": "GitHub packages preview",
687-
"description": "This preview adds support for objects relating to GitHub Packages.",
688-
"toggled_by": "packages-preview",
689-
"toggled_on": [
690-
"Package",
691-
"PackageFile",
692-
"PackageFileOrder",
693-
"PackageFileOrderField",
694-
"PackageOrder",
695-
"PackageOrderField",
696-
"PackageOwner",
697-
"PackageStatistics",
698-
"PackageTag",
699-
"PackageVersion",
700-
"PackageVersionOrder",
701-
"PackageVersionOrderField",
702-
"PackageVersionStatistics",
703-
"Organization.packages",
704-
"PackageMetadatum.packageVersion",
705-
"Repository.packages",
706-
"User.packages",
707-
"PackageConnection.nodes",
708-
"PackageFileConnection.nodes",
709-
"PackageTagConnection.nodes",
710-
"PackageVersionConnection.nodes",
711-
"PackageEdge.node",
712-
"PackageFileEdge.node",
713-
"PackageTagEdge.node",
714-
"PackageVersionEdge.node",
715-
"CreatePackageVersionPayload.packageVersion",
716-
"UpdatePackageVersionPayload.packageVersion",
717-
"CreatePackageFilePayload.packageFile",
718-
"UpdatePackageFilePayload.packageFile",
719-
"CreatePackageVersionMetadataPayload.packageVersion",
720-
"AddPackageTagPayload.package",
721-
"DeletePackageTagPayload.package"
722-
],
723-
"owning_teams": [
724-
"@github/pe-package-registry"
725-
],
726-
"accept_header": "application/vnd.github.packages-preview+json",
727-
"href": "/graphql/overview/schema-previews#github-packages-preview"
728-
},
729-
{
730-
"title": "Deployments preview",
731-
"description": "This preview adds support for deployments mutations and new deployments features.",
732-
"toggled_by": "flash-preview",
733-
"toggled_on": [
734-
"DeploymentStatus.environment",
735-
"Mutation.createDeploymentStatus",
736-
"Mutation.createDeployment"
737-
],
738-
"owning_teams": [
739-
"@github/ecosystem-api"
740-
],
741-
"accept_header": "application/vnd.github.flash-preview+json",
742-
"href": "/graphql/overview/schema-previews#deployments-preview"
743-
},
744-
{
745-
"title": "Checks preview",
746-
"description": "This preview adds support for reading checks created by GitHub Apps.",
747-
"toggled_by": "antiope-preview",
748-
"toggled_on": [
749-
"CheckAnnotationRange",
750-
"CheckAnnotationPosition",
751-
"CheckAnnotationSpan",
752-
"CheckAnnotation",
753-
"CheckAnnotationConnection.nodes",
754-
"CheckAnnotationData",
755-
"CheckAnnotationEdge.node",
756-
"CheckAnnotationLevel",
757-
"CheckConclusionState",
758-
"CheckStatusState",
759-
"CheckSuiteAutoTriggerPreference",
760-
"CheckRun",
761-
"CheckRunConnection.nodes",
762-
"CheckRunEdge.node",
763-
"CheckRunAction",
764-
"CheckRunFilter",
765-
"CheckRunOutput",
766-
"CheckRunOutputImage",
767-
"CheckRunType",
768-
"CheckSuite",
769-
"CheckSuiteConnection.nodes",
770-
"CheckSuiteEdge.node",
771-
"CheckSuiteFilter",
772-
"Commit.checkSuites",
773-
"Mutation.createCheckRun",
774-
"Mutation.createCheckSuite",
775-
"Mutation.rerequestCheckSuite",
776-
"Mutation.updateCheckRun",
777-
"Mutation.updateCheckSuitePreferences",
778-
"Push",
779-
"RequestableCheckStatusState",
780-
"UpdateCheckSuitePayload.checkSuite"
781-
],
782-
"owning_teams": [
783-
"@github/ce-extensibility"
784-
],
785-
"accept_header": "application/vnd.github.antiope-preview+json",
786-
"href": "/graphql/overview/schema-previews#checks-preview"
787-
},
788-
{
789-
"title": "Merge info preview",
790-
"description": "This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.",
791-
"toggled_by": "merge-info-preview",
792-
"toggled_on": [
793-
"PullRequest.canBeRebased",
794-
"PullRequest.mergeStateStatus"
795-
],
796-
"owning_teams": [
797-
"@github/pe-pull-requests"
798-
],
799-
"accept_header": "application/vnd.github.merge-info-preview+json",
800-
"href": "/graphql/overview/schema-previews#merge-info-preview"
801-
},
802-
{
803-
"title": "Update refs preview",
804-
"description": "This preview adds support for updating multiple refs in a single operation.",
805-
"toggled_by": "update-refs-preview",
806-
"toggled_on": [
807-
"Mutation.updateRefs",
808-
"GitRefname",
809-
"RefUpdate"
810-
],
811-
"owning_teams": [
812-
"@github/pe-repos"
813-
],
814-
"accept_header": "application/vnd.github.update-refs-preview+json",
815-
"href": "/graphql/overview/schema-previews#update-refs-preview"
816-
},
817-
{
818-
"title": "Project event details preview",
819-
"description": "This preview adds project, project card, and project column details to project-related issue events.",
820-
"toggled_by": "starfox-preview",
821-
"toggled_on": [
822-
"AddedToProjectEvent.project",
823-
"AddedToProjectEvent.projectCard",
824-
"AddedToProjectEvent.projectColumnName",
825-
"ConvertedNoteToIssueEvent.project",
826-
"ConvertedNoteToIssueEvent.projectCard",
827-
"ConvertedNoteToIssueEvent.projectColumnName",
828-
"MovedColumnsInProjectEvent.project",
829-
"MovedColumnsInProjectEvent.projectCard",
830-
"MovedColumnsInProjectEvent.projectColumnName",
831-
"MovedColumnsInProjectEvent.previousProjectColumnName",
832-
"RemovedFromProjectEvent.project",
833-
"RemovedFromProjectEvent.projectColumnName"
834-
],
835-
"owning_teams": [
836-
"@github/github-projects"
837-
],
838-
"accept_header": "application/vnd.github.starfox-preview+json",
839-
"href": "/graphql/overview/schema-previews#project-event-details-preview"
840-
},
841-
{
842-
"title": "Create content attachments preview",
843-
"description": "This preview adds support for creating content attachments.",
844-
"toggled_by": "corsair-preview",
845-
"toggled_on": [
846-
"Mutation.createContentAttachment"
847-
],
848-
"owning_teams": [
849-
"@github/ce-extensibility"
850-
],
851-
"accept_header": "application/vnd.github.corsair-preview+json",
852-
"href": "/graphql/overview/schema-previews#create-content-attachments-preview"
853-
},
854-
{
855-
"title": "Pinned issues preview",
856-
"description": "This preview adds support for pinned issues.",
857-
"toggled_by": "elektra-preview",
858-
"toggled_on": [
859-
"Repository.pinnedIssues",
860-
"PinnedIssue",
861-
"PinnedIssueEdge",
862-
"PinnedIssueConnection",
863-
"Mutation.pinIssue",
864-
"Mutation.unpinIssue"
865-
],
866-
"owning_teams": [
867-
"@github/pe-pull-requests"
868-
],
869-
"accept_header": "application/vnd.github.elektra-preview+json",
870-
"href": "/graphql/overview/schema-previews#pinned-issues-preview"
871-
},
872-
{
873-
"title": "Labels preview",
874-
"description": "This preview adds support for adding, updating, creating and deleting labels.",
875-
"toggled_by": "bane-preview",
876-
"toggled_on": [
877-
"Mutation.createLabel",
878-
"Mutation.deleteLabel",
879-
"Mutation.updateLabel"
880-
],
881-
"owning_teams": [
882-
"@github/pe-pull-requests"
883-
],
884-
"accept_header": "application/vnd.github.bane-preview+json",
885-
"href": "/graphql/overview/schema-previews#labels-preview"
886-
},
887-
{
888-
"title": "Import project preview",
889-
"description": "This preview adds support for importing projects.",
890-
"toggled_by": "slothette-preview",
891-
"toggled_on": [
892-
"Mutation.importProject"
893-
],
894-
"owning_teams": [
895-
"@github/pe-issues-projects"
896-
],
897-
"accept_header": "application/vnd.github.slothette-preview+json",
898-
"href": "/graphql/overview/schema-previews#import-project-preview"
899-
},
900-
{
901-
"title": "Team review assignments preview",
902-
"description": "This preview adds support for updating the settings for team review assignment.",
903-
"toggled_by": "stone-crop-preview",
904-
"toggled_on": [
905-
"Mutation.updateTeamReviewAssignment",
906-
"TeamReviewAssignmentAlgorithm",
907-
"Team.reviewRequestDelegationEnabled",
908-
"Team.reviewRequestDelegationAlgorithm",
909-
"Team.reviewRequestDelegationMemberCount",
910-
"Team.reviewRequestDelegationNotifyTeam"
911-
],
912-
"owning_teams": [
913-
"@github/pe-pull-requests"
914-
],
915-
"accept_header": "application/vnd.github.stone-crop-preview+json",
916-
"href": "/graphql/overview/schema-previews#team-review-assignments-preview"
917-
}
918-
],
919670
"ghae": [
920671
{
921672
"title": "Access to package version deletion preview",

0 commit comments

Comments
 (0)