Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #33160

Merged
merged 3 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "a6a9cd728ee6f9fb99376efe918bad64769cac2d"
"sha": "31b9ebf9dce9812e3264d981594ae80e192a34d8"
}
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Type <code>CopilotEndpoints</code> was added</p>",
"<p>Field <code>copilotEndpoints</code> was added to object type <code>User</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-05-24"
},
{
"schemaChanges": [
{
Expand Down
30 changes: 30 additions & 0 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6704,6 +6704,31 @@ type ConvertedToDiscussionEvent implements Node {
id: ID!
}

"""
Copilot endpoint information
"""
type CopilotEndpoints {
"""
Copilot API endpoint
"""
api: String!

"""
Copilot origin tracker endpoint
"""
originTracker: String!

"""
Copilot proxy endpoint
"""
proxy: String!

"""
Copilot telemetry endpoint
"""
telemetry: String!
}

"""
Autogenerated input type of CopyProjectV2
"""
Expand Down Expand Up @@ -60019,6 +60044,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
to: DateTime
): ContributionsCollection!

"""
The user's Copilot endpoint information
"""
copilotEndpoints: CopilotEndpoints

"""
Identifies the date and time when the object was created.
"""
Expand Down
49 changes: 49 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16212,6 +16212,47 @@
}
]
},
{
"name": "CopilotEndpoints",
"kind": "objects",
"id": "copilotendpoints",
"href": "/graphql/reference/objects#copilotendpoints",
"description": "<p>Copilot endpoint information.</p>",
"fields": [
{
"name": "api",
"description": "<p>Copilot API endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "originTracker",
"description": "<p>Copilot origin tracker endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "proxy",
"description": "<p>Copilot proxy endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "telemetry",
"description": "<p>Copilot telemetry endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "CreatedCommitContribution",
"kind": "objects",
Expand Down Expand Up @@ -73541,6 +73582,14 @@
}
]
},
{
"name": "copilotEndpoints",
"description": "<p>The user's Copilot endpoint information.</p>",
"type": "CopilotEndpoints",
"id": "copilotendpoints",
"kind": "objects",
"href": "/graphql/reference/objects#copilotendpoints"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
Expand Down
30 changes: 30 additions & 0 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6704,6 +6704,31 @@ type ConvertedToDiscussionEvent implements Node {
id: ID!
}

"""
Copilot endpoint information
"""
type CopilotEndpoints {
"""
Copilot API endpoint
"""
api: String!

"""
Copilot origin tracker endpoint
"""
originTracker: String!

"""
Copilot proxy endpoint
"""
proxy: String!

"""
Copilot telemetry endpoint
"""
telemetry: String!
}

"""
Autogenerated input type of CopyProjectV2
"""
Expand Down Expand Up @@ -60019,6 +60044,11 @@ type User implements Actor & Node & PackageOwner & ProfileOwner & ProjectOwner &
to: DateTime
): ContributionsCollection!

"""
The user's Copilot endpoint information
"""
copilotEndpoints: CopilotEndpoints

"""
Identifies the date and time when the object was created.
"""
Expand Down
49 changes: 49 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16212,6 +16212,47 @@
}
]
},
{
"name": "CopilotEndpoints",
"kind": "objects",
"id": "copilotendpoints",
"href": "/graphql/reference/objects#copilotendpoints",
"description": "<p>Copilot endpoint information.</p>",
"fields": [
{
"name": "api",
"description": "<p>Copilot API endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "originTracker",
"description": "<p>Copilot origin tracker endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "proxy",
"description": "<p>Copilot proxy endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "telemetry",
"description": "<p>Copilot telemetry endpoint.</p>",
"type": "String!",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
]
},
{
"name": "CreatedCommitContribution",
"kind": "objects",
Expand Down Expand Up @@ -73541,6 +73582,14 @@
}
]
},
{
"name": "copilotEndpoints",
"description": "<p>The user's Copilot endpoint information.</p>",
"type": "CopilotEndpoints",
"id": "copilotendpoints",
"kind": "objects",
"href": "/graphql/reference/objects#copilotendpoints"
},
{
"name": "createdAt",
"description": "<p>Identifies the date and time when the object was created.</p>",
Expand Down
Loading