-
-
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
f103b07
commit e3f36a8
Showing
9 changed files
with
278 additions
and
3 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
.cache/Backrightup/build-release-task/0.0.18/buildAndReleaseTask/task.json
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,14 @@ | ||
{ | ||
"id": "9674ffe2-37d9-468a-acd1-724db1a396d0", | ||
"name": "Backup Azure Devops", | ||
"version": { | ||
"Major": 0, | ||
"Minor": 10, | ||
"Patch": "18" | ||
}, | ||
"friendlyName": "Backup Repository", | ||
"description": "Backup your repository on demand using Backrightup.com", | ||
"preview": false, | ||
"deprecated": false, | ||
"author": "Backrightup Pty Ltd" | ||
} |
1 change: 1 addition & 0 deletions
1
.cache/Backrightup/build-release-task/0.0.18/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 @@ | ||
<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="build-release-task" Version="0.0.18" Publisher="backrightup" /><DisplayName>Backrightup Backup/Restore</DisplayName><Description xml:space="preserve">Backup your repos, pipelines, releases, variable groups and just about everything else on demand using Backrightup.com.</Description><Categories>Azure Repos,Azure Pipelines,Azure Test Plans</Categories><Tags>backup,azure devops backup,restore,backup repo,restore repo,security,disaster recovery,governance</Tags><Properties><Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://backrightup.com/home/ext" /><Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://backrightup.com/home/ext#support" /><Property Id="Microsoft.VisualStudio.Services.Links.Privacypolicy" Value="https://backrightup.com/identity/privacy" /><Property Id="Microsoft.VisualStudio.Services.Links.License" Value="https://backrightup.com//identity/termsconditions" /></Properties><GalleryFlags>Public</GalleryFlags><Icon>images/extension-icon.png</Icon></Metadata><Dependencies /><Installation><InstallationTarget Id="Microsoft.VisualStudio.Services" /></Installation><Assets><Asset Type="screenshot1.png" d:Source="File" Path="screenshot1.png" Addressable="true" /><Asset Type="screenshot22.png" d:Source="File" Path="screenshot22.png" Addressable="true" /><Asset Type="screenshot3.png" d:Source="File" Path="screenshot3.png" Addressable="true" /><Asset Type="screenshot4.png" d:Source="File" Path="screenshot4.png" Addressable="true" /><Asset Type="screenshot5.png" d:Source="File" Path="screenshot5.png" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="overview.md" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="images/extension-icon.png" Addressable="true" /><Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true" /></Assets></PackageManifest> |
17 changes: 17 additions & 0 deletions
17
.cache/Backrightup/build-release-task/0.0.18/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,17 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"contributions": [ | ||
{ | ||
"id": "custom-build-release-task", | ||
"type": "ms.vss-distributed-task.task", | ||
"targets": [ | ||
"ms.vss-distributed-task.tasks" | ||
], | ||
"properties": { | ||
"name": "buildAndReleaseTask" | ||
} | ||
} | ||
], | ||
"scopes": [], | ||
"contributionTypes": [] | ||
} |
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
68 changes: 68 additions & 0 deletions
68
.cache/konradsikorski/change-status/2.7.0/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,68 @@ | ||
<?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="change-status" Version="2.7.0" Publisher="KonradSikorski"/> | ||
<DisplayName>Change State</DisplayName> | ||
<Description xml:space="preserve">Change state for many work items at once from context menu</Description> | ||
<Categories>Plan and track</Categories> | ||
<Tags>work item,status,menu,backlog</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Home" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Issues" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState/issues"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState/issues"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#8cc31c"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="light"/> | ||
</Properties> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Icon>static/images/logo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="readme/details.md" d:Source="File" Path="readme/details.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="readme/details.md" Addressable="true"/> | ||
<Asset Type="readme/img/backlog.png" d:Source="File" Path="readme/img/backlog.png" Addressable="true"/> | ||
<Asset Type="readme/img/menu.png" d:Source="File" Path="readme/img/menu.png" Addressable="true"/> | ||
<Asset Type="readme/img/queryResult.png" d:Source="File" Path="readme/img/queryResult.png" Addressable="true"/> | ||
<Asset Type="readme/img/selectTemplate.png" d:Source="File" Path="readme/img/selectTemplate.png" Addressable="true"/> | ||
<Asset Type="static/images/changeStatusAction.png" d:Source="File" Path="static/images/changeStatusAction.png" Addressable="true"/> | ||
<Asset Type="static/images/changeStatusBackward.png" d:Source="File" Path="static/images/changeStatusBackward.png" Addressable="true"/> | ||
<Asset Type="static/images/changeStatusForward.png" d:Source="File" Path="static/images/changeStatusForward.png" Addressable="true"/> | ||
<Asset Type="static/images/logo.png" d:Source="File" Path="static/images/logo.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="static/images/logo.png" Addressable="true"/> | ||
<Asset Type="static/images/statusActive.png" d:Source="File" Path="static/images/statusActive.png" Addressable="true"/> | ||
<Asset Type="static/images/statusApproved.png" d:Source="File" Path="static/images/statusApproved.png" Addressable="true"/> | ||
<Asset Type="static/images/statusClosed.png" d:Source="File" Path="static/images/statusClosed.png" Addressable="true"/> | ||
<Asset Type="static/images/statusCommitted.png" d:Source="File" Path="static/images/statusCommitted.png" Addressable="true"/> | ||
<Asset Type="static/images/statusDesign.png" d:Source="File" Path="static/images/statusDesign.png" Addressable="true"/> | ||
<Asset Type="static/images/statusDone.png" d:Source="File" Path="static/images/statusDone.png" Addressable="true"/> | ||
<Asset Type="static/images/statusInProgress.png" d:Source="File" Path="static/images/statusInProgress.png" Addressable="true"/> | ||
<Asset Type="static/images/statusNew.png" d:Source="File" Path="static/images/statusNew.png" Addressable="true"/> | ||
<Asset Type="static/images/statusOpen.png" d:Source="File" Path="static/images/statusOpen.png" Addressable="true"/> | ||
<Asset Type="static/images/statusReady.png" d:Source="File" Path="static/images/statusReady.png" Addressable="true"/> | ||
<Asset Type="static/images/statusRemoved.png" d:Source="File" Path="static/images/statusRemoved.png" Addressable="true"/> | ||
<Asset Type="static/images/statusResolved.png" d:Source="File" Path="static/images/statusResolved.png" Addressable="true"/> | ||
<Asset Type="static/images/statusToDo.png" d:Source="File" Path="static/images/statusToDo.png" Addressable="true"/> | ||
<Asset Type="src/app.js" d:Source="File" Path="src/app.js" Addressable="true"/> | ||
<Asset Type="src/app.js.map" d:Source="File" Path="src/app.js.map" Addressable="true"/> | ||
<Asset Type="src/app.ts" d:Source="File" Path="src/app.ts" Addressable="true"/> | ||
<Asset Type="src/logic/actionContextWrapper.ts" d:Source="File" Path="src/logic/actionContextWrapper.ts" Addressable="true"/> | ||
<Asset Type="src/logic/cache.ts" d:Source="File" Path="src/logic/cache.ts" Addressable="true"/> | ||
<Asset Type="src/logic/menuHandler.ts" d:Source="File" Path="src/logic/menuHandler.ts" Addressable="true"/> | ||
<Asset Type="src/logic/statesLogic.ts" d:Source="File" Path="src/logic/statesLogic.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templateDefinitions.ts" d:Source="File" Path="src/logic/templateDefinitions.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templateLogic.ts" d:Source="File" Path="src/logic/templateLogic.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templates/core.ts" d:Source="File" Path="src/logic/templates/core.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templates/templateAgile.ts" d:Source="File" Path="src/logic/templates/templateAgile.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templates/templateScrum.ts" d:Source="File" Path="src/logic/templates/templateScrum.ts" Addressable="true"/> | ||
<Asset Type="src/logic/vssClientHelper.ts" d:Source="File" Path="src/logic/vssClientHelper.ts" Addressable="true"/> | ||
<Asset Type="src/logic/workItemTypesLogic.ts" d:Source="File" Path="src/logic/workItemTypesLogic.ts" Addressable="true"/> | ||
<Asset Type="lib/VSS.SDK.min.js" d:Source="File" Path="lib/VSS.SDK.min.js" Addressable="true"/> | ||
<Asset Type="_changeStatusMenu.html" d:Source="File" Path="_changeStatusMenu.html" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
28 changes: 28 additions & 0 deletions
28
.cache/konradsikorski/change-status/2.7.0/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,28 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"scopes": [ | ||
"vso.work", | ||
"vso.work_write", | ||
"vso.project" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://github.com/konradsikorski/VSS.Extension.ChangeState" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "change-status.contextmenu", | ||
"type": "ms.vss-web.action-provider", | ||
"description": "Change state selected items", | ||
"targets": [ | ||
"ms.vss-work-web.backlog-item-menu", | ||
"ms.vss-work-web.query-result-work-item-menu" | ||
], | ||
"properties": { | ||
"group": "contributed", | ||
"uri": "_changeStatusMenu.html" | ||
} | ||
} | ||
], | ||
"contributionTypes": [] | ||
} |
68 changes: 68 additions & 0 deletions
68
.cache/konradsikorski/change-status/2.8.0/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,68 @@ | ||
<?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="change-status" Version="2.8.0" Publisher="KonradSikorski"/> | ||
<DisplayName>Change State</DisplayName> | ||
<Description xml:space="preserve">Change state for many work items at once from context menu</Description> | ||
<Categories>Plan and track</Categories> | ||
<Tags>work item,status,menu,backlog</Tags> | ||
<Properties> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Home" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Repository" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Issues" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState/issues"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState/issues"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/konradsikorski/VSS.Extension.ChangeState"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#8cc31c"/> | ||
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="light"/> | ||
</Properties> | ||
<GalleryFlags>Public</GalleryFlags> | ||
<Icon>static/images/logo.png</Icon> | ||
</Metadata> | ||
<Dependencies/> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Services"/> | ||
</Installation> | ||
<Assets> | ||
<Asset Type="readme/details.md" d:Source="File" Path="readme/details.md" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" d:Source="File" Path="readme/details.md" Addressable="true"/> | ||
<Asset Type="readme/img/backlog.png" d:Source="File" Path="readme/img/backlog.png" Addressable="true"/> | ||
<Asset Type="readme/img/menu.png" d:Source="File" Path="readme/img/menu.png" Addressable="true"/> | ||
<Asset Type="readme/img/queryResult.png" d:Source="File" Path="readme/img/queryResult.png" Addressable="true"/> | ||
<Asset Type="readme/img/selectTemplate.png" d:Source="File" Path="readme/img/selectTemplate.png" Addressable="true"/> | ||
<Asset Type="static/images/changeStatusAction.png" d:Source="File" Path="static/images/changeStatusAction.png" Addressable="true"/> | ||
<Asset Type="static/images/changeStatusBackward.png" d:Source="File" Path="static/images/changeStatusBackward.png" Addressable="true"/> | ||
<Asset Type="static/images/changeStatusForward.png" d:Source="File" Path="static/images/changeStatusForward.png" Addressable="true"/> | ||
<Asset Type="static/images/logo.png" d:Source="File" Path="static/images/logo.png" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" d:Source="File" Path="static/images/logo.png" Addressable="true"/> | ||
<Asset Type="static/images/statusActive.png" d:Source="File" Path="static/images/statusActive.png" Addressable="true"/> | ||
<Asset Type="static/images/statusApproved.png" d:Source="File" Path="static/images/statusApproved.png" Addressable="true"/> | ||
<Asset Type="static/images/statusClosed.png" d:Source="File" Path="static/images/statusClosed.png" Addressable="true"/> | ||
<Asset Type="static/images/statusCommitted.png" d:Source="File" Path="static/images/statusCommitted.png" Addressable="true"/> | ||
<Asset Type="static/images/statusDesign.png" d:Source="File" Path="static/images/statusDesign.png" Addressable="true"/> | ||
<Asset Type="static/images/statusDone.png" d:Source="File" Path="static/images/statusDone.png" Addressable="true"/> | ||
<Asset Type="static/images/statusInProgress.png" d:Source="File" Path="static/images/statusInProgress.png" Addressable="true"/> | ||
<Asset Type="static/images/statusNew.png" d:Source="File" Path="static/images/statusNew.png" Addressable="true"/> | ||
<Asset Type="static/images/statusOpen.png" d:Source="File" Path="static/images/statusOpen.png" Addressable="true"/> | ||
<Asset Type="static/images/statusReady.png" d:Source="File" Path="static/images/statusReady.png" Addressable="true"/> | ||
<Asset Type="static/images/statusRemoved.png" d:Source="File" Path="static/images/statusRemoved.png" Addressable="true"/> | ||
<Asset Type="static/images/statusResolved.png" d:Source="File" Path="static/images/statusResolved.png" Addressable="true"/> | ||
<Asset Type="static/images/statusToDo.png" d:Source="File" Path="static/images/statusToDo.png" Addressable="true"/> | ||
<Asset Type="src/app.js" d:Source="File" Path="src/app.js" Addressable="true"/> | ||
<Asset Type="src/app.js.map" d:Source="File" Path="src/app.js.map" Addressable="true"/> | ||
<Asset Type="src/app.ts" d:Source="File" Path="src/app.ts" Addressable="true"/> | ||
<Asset Type="src/logic/actionContextWrapper.ts" d:Source="File" Path="src/logic/actionContextWrapper.ts" Addressable="true"/> | ||
<Asset Type="src/logic/cache.ts" d:Source="File" Path="src/logic/cache.ts" Addressable="true"/> | ||
<Asset Type="src/logic/menuHandler.ts" d:Source="File" Path="src/logic/menuHandler.ts" Addressable="true"/> | ||
<Asset Type="src/logic/statesLogic.ts" d:Source="File" Path="src/logic/statesLogic.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templateDefinitions.ts" d:Source="File" Path="src/logic/templateDefinitions.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templateLogic.ts" d:Source="File" Path="src/logic/templateLogic.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templates/core.ts" d:Source="File" Path="src/logic/templates/core.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templates/templateAgile.ts" d:Source="File" Path="src/logic/templates/templateAgile.ts" Addressable="true"/> | ||
<Asset Type="src/logic/templates/templateScrum.ts" d:Source="File" Path="src/logic/templates/templateScrum.ts" Addressable="true"/> | ||
<Asset Type="src/logic/vssClientHelper.ts" d:Source="File" Path="src/logic/vssClientHelper.ts" Addressable="true"/> | ||
<Asset Type="src/logic/workItemTypesLogic.ts" d:Source="File" Path="src/logic/workItemTypesLogic.ts" Addressable="true"/> | ||
<Asset Type="lib/VSS.SDK.min.js" d:Source="File" Path="lib/VSS.SDK.min.js" Addressable="true"/> | ||
<Asset Type="_changeStatusMenu.html" d:Source="File" Path="_changeStatusMenu.html" Addressable="true"/> | ||
<Asset Type="Microsoft.VisualStudio.Services.Manifest" d:Source="File" Path="extension.vsomanifest" Addressable="true"/> | ||
</Assets> | ||
</PackageManifest> |
28 changes: 28 additions & 0 deletions
28
.cache/konradsikorski/change-status/2.8.0/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,28 @@ | ||
{ | ||
"manifestVersion": 1, | ||
"scopes": [ | ||
"vso.work", | ||
"vso.work_write", | ||
"vso.project" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"uri": "https://github.com/konradsikorski/VSS.Extension.ChangeState" | ||
}, | ||
"contributions": [ | ||
{ | ||
"id": "change-status.contextmenu", | ||
"type": "ms.vss-web.action-provider", | ||
"description": "Change state selected items", | ||
"targets": [ | ||
"ms.vss-work-web.backlog-item-menu", | ||
"ms.vss-work-web.query-result-work-item-menu" | ||
], | ||
"properties": { | ||
"group": "contributed", | ||
"uri": "_changeStatusMenu.html" | ||
} | ||
} | ||
], | ||
"contributionTypes": [] | ||
} |
Oops, something went wrong.