-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2f6ff1
commit 3c4edb7
Showing
45 changed files
with
2,575 additions
and
1 deletion.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
.cache/AlexandreSoares/cpimptool/1.0.905/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?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="cpimptool" Publisher="AlexandreSoares" Version="1.0.905"/> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<DisplayName>CM Customer Portal Import Tool</DisplayName> | ||
<Description xml:space="preserve">Azure DevOps extension sample</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Icon>CMFLogo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="static/add-green.png" d:Source="File" Path="static/add-green.png" Addressable="true"/> | ||
<Asset Type="static/add-grey.png" d:Source="File" Path="static/add-grey.png" Addressable="true"/> | ||
<Asset Type="static/asterisk.png" d:Source="File" Path="static/asterisk.png" Addressable="true"/> | ||
<Asset Type="static/CMFLogo-modified.png" d:Source="File" Path="static/CMFLogo-modified.png" Addressable="true"/> | ||
<Asset Type="static/sample-icon.png" d:Source="File" Path="static/sample-icon.png" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.html" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.html" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.html" d:Source="File" Path="dist/Hub/Hub.html" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js" d:Source="File" Path="dist/Hub/Hub.js" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js.LICENSE.txt" d:Source="File" Path="dist/Hub/Hub.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="CMFLogo.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> |
69 changes: 69 additions & 0 deletions
69
.cache/AlexandreSoares/cpimptool/1.0.905/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "feature1", | ||
"type": "ms.vss-web.feature", | ||
"description": "A description", | ||
"targets": [ | ||
"ms.vss-web.managed-features" | ||
], | ||
"properties": { | ||
"name": "Importer Tool", | ||
"userConfigurable": true, | ||
"hostConfigurable": true, | ||
"hostScopes": [ | ||
"project" | ||
], | ||
"defaultState": true | ||
} | ||
}, | ||
{ | ||
"id": "backlog-item-menu", | ||
"type": "ms.vss-web.action", | ||
"targets": [ | ||
"ms.vss-work-web.backlog-item-menu" | ||
], | ||
"properties": { | ||
"text": "Custom backlog item action", | ||
"uri": "dist/backlog-item-menu/backlog-item-menu.html", | ||
"icon": { | ||
"light": "static/asterisk.png", | ||
"dark": "static/asterisk.png" | ||
}, | ||
"registeredObjectId": "sample-backlog-item-menu" | ||
} | ||
}, | ||
{ | ||
"id": "hub", | ||
"type": "ms.vss-web.hub", | ||
"targets": [ | ||
"ms.vss-work-web.work-hub-group" | ||
], | ||
"includes": [ | ||
"ms.vss-tfs-web.tfs-page-data-service", | ||
"ms.vss-features.host-navigation-service", | ||
"ms.vss-features.extension-data-service", | ||
"ms.vss-features.host-dialog-service" | ||
], | ||
"properties": { | ||
"name": "Customer Portal Import Tool", | ||
"uri": "dist/Hub/Hub.html", | ||
"icon": "asset://static/CMFLogo-modified.png", | ||
"supportsMobile": true | ||
}, | ||
"constraints": [ | ||
{ | ||
"name": "Feature", | ||
"properties": { | ||
"featureId": "AlexandreSoares.estagio.feature1" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"scopes": [ | ||
"vso.work_full" | ||
], | ||
"contributionTypes": [] | ||
} |
31 changes: 31 additions & 0 deletions
31
.cache/AlexandreSoares/cpimptool/1.0.907/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?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="cpimptool" Publisher="AlexandreSoares" Version="1.0.907"/> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<DisplayName>CM Customer Portal Import Tool</DisplayName> | ||
<Description xml:space="preserve">Azure DevOps extension sample</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Icon>CMFLogo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="static/add-green.png" d:Source="File" Path="static/add-green.png" Addressable="true"/> | ||
<Asset Type="static/add-grey.png" d:Source="File" Path="static/add-grey.png" Addressable="true"/> | ||
<Asset Type="static/asterisk.png" d:Source="File" Path="static/asterisk.png" Addressable="true"/> | ||
<Asset Type="static/CMFLogo-modified.png" d:Source="File" Path="static/CMFLogo-modified.png" Addressable="true"/> | ||
<Asset Type="static/sample-icon.png" d:Source="File" Path="static/sample-icon.png" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.html" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.html" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.html" d:Source="File" Path="dist/Hub/Hub.html" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js" d:Source="File" Path="dist/Hub/Hub.js" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js.LICENSE.txt" d:Source="File" Path="dist/Hub/Hub.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="CMFLogo.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> |
69 changes: 69 additions & 0 deletions
69
.cache/AlexandreSoares/cpimptool/1.0.907/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "feature1", | ||
"type": "ms.vss-web.feature", | ||
"description": "A description", | ||
"targets": [ | ||
"ms.vss-web.managed-features" | ||
], | ||
"properties": { | ||
"name": "Importer Tool", | ||
"userConfigurable": true, | ||
"hostConfigurable": true, | ||
"hostScopes": [ | ||
"project" | ||
], | ||
"defaultState": true | ||
} | ||
}, | ||
{ | ||
"id": "backlog-item-menu", | ||
"type": "ms.vss-web.action", | ||
"targets": [ | ||
"ms.vss-work-web.backlog-item-menu" | ||
], | ||
"properties": { | ||
"text": "Custom backlog item action", | ||
"uri": "dist/backlog-item-menu/backlog-item-menu.html", | ||
"icon": { | ||
"light": "static/asterisk.png", | ||
"dark": "static/asterisk.png" | ||
}, | ||
"registeredObjectId": "sample-backlog-item-menu" | ||
} | ||
}, | ||
{ | ||
"id": "hub", | ||
"type": "ms.vss-web.hub", | ||
"targets": [ | ||
"ms.vss-work-web.work-hub-group" | ||
], | ||
"includes": [ | ||
"ms.vss-tfs-web.tfs-page-data-service", | ||
"ms.vss-features.host-navigation-service", | ||
"ms.vss-features.extension-data-service", | ||
"ms.vss-features.host-dialog-service" | ||
], | ||
"properties": { | ||
"name": "Customer Portal Import Tool", | ||
"uri": "dist/Hub/Hub.html", | ||
"icon": "asset://static/CMFLogo-modified.png", | ||
"supportsMobile": true | ||
}, | ||
"constraints": [ | ||
{ | ||
"name": "Feature", | ||
"properties": { | ||
"featureId": "AlexandreSoares.estagio.feature1" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"scopes": [ | ||
"vso.work_full" | ||
], | ||
"contributionTypes": [] | ||
} |
31 changes: 31 additions & 0 deletions
31
.cache/AlexandreSoares/cpimptool/1.0.908/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?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="cpimptool" Publisher="AlexandreSoares" Version="1.0.908"/> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<DisplayName>CM Customer Portal Import Tool</DisplayName> | ||
<Description xml:space="preserve">Azure DevOps extension sample</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Icon>CMFLogo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="static/add-green.png" d:Source="File" Path="static/add-green.png" Addressable="true"/> | ||
<Asset Type="static/add-grey.png" d:Source="File" Path="static/add-grey.png" Addressable="true"/> | ||
<Asset Type="static/asterisk.png" d:Source="File" Path="static/asterisk.png" Addressable="true"/> | ||
<Asset Type="static/CMFLogo-modified.png" d:Source="File" Path="static/CMFLogo-modified.png" Addressable="true"/> | ||
<Asset Type="static/sample-icon.png" d:Source="File" Path="static/sample-icon.png" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.html" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.html" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.html" d:Source="File" Path="dist/Hub/Hub.html" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js" d:Source="File" Path="dist/Hub/Hub.js" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js.LICENSE.txt" d:Source="File" Path="dist/Hub/Hub.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="CMFLogo.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> |
69 changes: 69 additions & 0 deletions
69
.cache/AlexandreSoares/cpimptool/1.0.908/extension.vsomanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "feature1", | ||
"type": "ms.vss-web.feature", | ||
"description": "A description", | ||
"targets": [ | ||
"ms.vss-web.managed-features" | ||
], | ||
"properties": { | ||
"name": "Importer Tool", | ||
"userConfigurable": true, | ||
"hostConfigurable": true, | ||
"hostScopes": [ | ||
"project" | ||
], | ||
"defaultState": true | ||
} | ||
}, | ||
{ | ||
"id": "backlog-item-menu", | ||
"type": "ms.vss-web.action", | ||
"targets": [ | ||
"ms.vss-work-web.backlog-item-menu" | ||
], | ||
"properties": { | ||
"text": "Custom backlog item action", | ||
"uri": "dist/backlog-item-menu/backlog-item-menu.html", | ||
"icon": { | ||
"light": "static/asterisk.png", | ||
"dark": "static/asterisk.png" | ||
}, | ||
"registeredObjectId": "sample-backlog-item-menu" | ||
} | ||
}, | ||
{ | ||
"id": "hub", | ||
"type": "ms.vss-web.hub", | ||
"targets": [ | ||
"ms.vss-work-web.work-hub-group" | ||
], | ||
"includes": [ | ||
"ms.vss-tfs-web.tfs-page-data-service", | ||
"ms.vss-features.host-navigation-service", | ||
"ms.vss-features.extension-data-service", | ||
"ms.vss-features.host-dialog-service" | ||
], | ||
"properties": { | ||
"name": "Customer Portal Import Tool", | ||
"uri": "dist/Hub/Hub.html", | ||
"icon": "asset://static/CMFLogo-modified.png", | ||
"supportsMobile": true | ||
}, | ||
"constraints": [ | ||
{ | ||
"name": "Feature", | ||
"properties": { | ||
"featureId": "AlexandreSoares.estagio.feature1" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"scopes": [ | ||
"vso.work_full" | ||
], | ||
"contributionTypes": [] | ||
} |
31 changes: 31 additions & 0 deletions
31
.cache/AlexandreSoares/cpimptool/1.0.909/extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?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="cpimptool" Publisher="AlexandreSoares" Version="1.0.909"/> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<DisplayName>CM Customer Portal Import Tool</DisplayName> | ||
<Description xml:space="preserve">Azure DevOps extension sample</Description> | ||
<Categories>Azure Pipelines</Categories> | ||
<Icon>CMFLogo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="static/add-green.png" d:Source="File" Path="static/add-green.png" Addressable="true"/> | ||
<Asset Type="static/add-grey.png" d:Source="File" Path="static/add-grey.png" Addressable="true"/> | ||
<Asset Type="static/asterisk.png" d:Source="File" Path="static/asterisk.png" Addressable="true"/> | ||
<Asset Type="static/CMFLogo-modified.png" d:Source="File" Path="static/CMFLogo-modified.png" Addressable="true"/> | ||
<Asset Type="static/sample-icon.png" d:Source="File" Path="static/sample-icon.png" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.html" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.html" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js" Addressable="true"/> | ||
<Asset Type="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" d:Source="File" Path="dist/backlog-item-menu/backlog-item-menu.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.html" d:Source="File" Path="dist/Hub/Hub.html" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js" d:Source="File" Path="dist/Hub/Hub.js" Addressable="true"/> | ||
<Asset Type="dist/Hub/Hub.js.LICENSE.txt" d:Source="File" Path="dist/Hub/Hub.js.LICENSE.txt" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="CMFLogo.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> |
Oops, something went wrong.