Skip to content

Commit

Permalink
Update .cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Nov 11, 2024
1 parent c842299 commit 6de94de
Show file tree
Hide file tree
Showing 38 changed files with 1,414 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448",
"name": "GPTPullRequestReview",
"version": {
"Major": "0",
"Minor": "12",
"Patch": "3"
},
"friendlyName": "Review PullRequest by GPT",
"description": "This task use OpenAi GPT model to review PullRequests",
"preview": false,
"deprecated": false,
"author": "Nikita Shinde"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.8.8" Publisher="NikitaShinde"/>
<DisplayName>GPT Pull Request Review</DisplayName>
<GalleryFlags>Public Preview</GalleryFlags>
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description>
<Categories>Azure Pipelines</Categories>
<Tags>OpenAI,GPT,pullRequest,review</Tags>
<Properties>
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&amp;version=GBmain"/>
</Properties>
<Icon>images/icon.png</Icon>
</Metadata>
<Dependencies/>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
</Assets>
</PackageManifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifestVersion": 1,
"repository": {
"type": "git",
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"
},
"contributions": [
{
"id": "GPTPullRequestReview",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "GPTPullRequestReview"
}
}
],
"scopes": [],
"contributionTypes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448",
"name": "GPTPullRequestReview",
"version": {
"Major": "0",
"Minor": "12",
"Patch": "3"
},
"friendlyName": "Review PullRequest by GPT",
"description": "This task use OpenAi GPT model to review PullRequests",
"preview": false,
"deprecated": false,
"author": "Nikita Shinde"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.8.9" Publisher="NikitaShinde"/>
<DisplayName>GPT Pull Request Review</DisplayName>
<GalleryFlags>Public Preview</GalleryFlags>
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description>
<Categories>Azure Pipelines</Categories>
<Tags>OpenAI,GPT,pullRequest,review</Tags>
<Properties>
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&amp;version=GBmain"/>
</Properties>
<Icon>images/icon.png</Icon>
</Metadata>
<Dependencies/>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
</Assets>
</PackageManifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifestVersion": 1,
"repository": {
"type": "git",
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"
},
"contributions": [
{
"id": "GPTPullRequestReview",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "GPTPullRequestReview"
}
}
],
"scopes": [],
"contributionTypes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448",
"name": "GPTPullRequestReview",
"version": {
"Major": "0",
"Minor": "12",
"Patch": "3"
},
"friendlyName": "Review PullRequest by GPT",
"description": "This task use OpenAi GPT model to review PullRequests",
"preview": false,
"deprecated": false,
"author": "Nikita Shinde"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.1" Publisher="NikitaShinde"/>
<DisplayName>GPT Pull Request Review</DisplayName>
<GalleryFlags>Public Preview</GalleryFlags>
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description>
<Categories>Azure Pipelines</Categories>
<Tags>OpenAI,GPT,pullRequest,review</Tags>
<Properties>
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&amp;version=GBmain"/>
</Properties>
<Icon>images/icon.png</Icon>
</Metadata>
<Dependencies/>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
</Assets>
</PackageManifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifestVersion": 1,
"repository": {
"type": "git",
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"
},
"contributions": [
{
"id": "GPTPullRequestReview",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "GPTPullRequestReview"
}
}
],
"scopes": [],
"contributionTypes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448",
"name": "GPTPullRequestReview",
"version": {
"Major": "0",
"Minor": "12",
"Patch": "3"
},
"friendlyName": "Review PullRequest by GPT",
"description": "This task use OpenAi GPT model to review PullRequests",
"preview": false,
"deprecated": false,
"author": "Nikita Shinde"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.2" Publisher="NikitaShinde"/>
<DisplayName>GPT Pull Request Review</DisplayName>
<GalleryFlags>Public Preview</GalleryFlags>
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description>
<Categories>Azure Pipelines</Categories>
<Tags>OpenAI,GPT,pullRequest,review</Tags>
<Properties>
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&amp;version=GBmain"/>
</Properties>
<Icon>images/icon.png</Icon>
</Metadata>
<Dependencies/>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
</Assets>
</PackageManifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifestVersion": 1,
"repository": {
"type": "git",
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"
},
"contributions": [
{
"id": "GPTPullRequestReview",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "GPTPullRequestReview"
}
}
],
"scopes": [],
"contributionTypes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448",
"name": "GPTPullRequestReview",
"version": {
"Major": "0",
"Minor": "12",
"Patch": "3"
},
"friendlyName": "Review PullRequest by GPT",
"description": "This task use OpenAi GPT model to review PullRequests",
"preview": false,
"deprecated": false,
"author": "Nikita Shinde"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.3" Publisher="NikitaShinde"/>
<DisplayName>GPT Pull Request Review</DisplayName>
<GalleryFlags>Public Preview</GalleryFlags>
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description>
<Categories>Azure Pipelines</Categories>
<Tags>OpenAI,GPT,pullRequest,review</Tags>
<Properties>
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&amp;version=GBmain"/>
</Properties>
<Icon>images/icon.png</Icon>
</Metadata>
<Dependencies/>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
</Assets>
</PackageManifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifestVersion": 1,
"repository": {
"type": "git",
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"
},
"contributions": [
{
"id": "GPTPullRequestReview",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "GPTPullRequestReview"
}
}
],
"scopes": [],
"contributionTypes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448",
"name": "GPTPullRequestReview",
"version": {
"Major": "0",
"Minor": "12",
"Patch": "3"
},
"friendlyName": "Review PullRequest by GPT",
"description": "This task use OpenAi GPT model to review PullRequests",
"preview": false,
"deprecated": false,
"author": "Nikita Shinde"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="GPTPullRequestReview" Version="4.9.4" Publisher="NikitaShinde"/>
<DisplayName>GPT Pull Request Review</DisplayName>
<GalleryFlags>Public Preview</GalleryFlags>
<Description xml:space="preserve">A task that review Pull Request using GPT model from OpenAI</Description>
<Categories>Azure Pipelines</Categories>
<Tags>OpenAI,GPT,pullRequest,review</Tags>
<Properties>
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&amp;version=GBmain"/>
</Properties>
<Icon>images/icon.png</Icon>
</Metadata>
<Dependencies/>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Services"/>
</Installation>
<Assets>
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/icon.png" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true"/>
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/>
</Assets>
</PackageManifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifestVersion": 1,
"repository": {
"type": "git",
"uri": "https://dev.azure.com/demoacct1982/Azure%20AI%20Extension%20for%20PR/_git/azure-pipeline-gpt-pr-review-main?path=/azure-pipeline-gpt-pr-review-main&version=GBmain"
},
"contributions": [
{
"id": "GPTPullRequestReview",
"type": "ms.vss-distributed-task.task",
"targets": [
"ms.vss-distributed-task.tasks"
],
"properties": {
"name": "GPTPullRequestReview"
}
}
],
"scopes": [],
"contributionTypes": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "b42fa530-c4a6-11ed-87f6-d1f44a1fe448",
"name": "GPTPullRequestReview",
"version": {
"Major": "0",
"Minor": "12",
"Patch": "3"
},
"friendlyName": "Review PullRequest by GPT",
"description": "This task use OpenAi GPT model to review PullRequests",
"preview": false,
"deprecated": false,
"author": "Nikita Shinde"
}
Loading

0 comments on commit 6de94de

Please sign in to comment.