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

Ucsb #217

Merged
merged 49 commits into from
Nov 7, 2019
Merged

Ucsb #217

Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
c0ebf04
added team name to _buildRequestURI and _callAPI
SebastianSchuetze Oct 3, 2019
17846e6
added Wiql types
SebastianSchuetze Oct 3, 2019
1d18f39
added format files
SebastianSchuetze Oct 3, 2019
64bc1dd
added new cmdlet for querying workitems by WIQL
SebastianSchuetze Oct 3, 2019
c2433b6
added unit tests for wiql cmdlet
SebastianSchuetze Oct 3, 2019
4769c10
bug fix for wiql cmdlet
SebastianSchuetze Oct 3, 2019
ad025ba
added documentation for wiql cdmlet
SebastianSchuetze Oct 3, 2019
bd20325
fixed include link
SebastianSchuetze Oct 3, 2019
5b2c97e
removed unsued variable
SebastianSchuetze Oct 3, 2019
5211cf5
commented debug logging
SebastianSchuetze Oct 3, 2019
ed3ba28
uncommented debugging
SebastianSchuetze Oct 3, 2019
13d6219
fixed unit test
SebastianSchuetze Oct 4, 2019
2d6ccd5
unit test fix
SebastianSchuetze Oct 6, 2019
fd8a743
Merge remote-tracking branch 'origin/master' into topic/GetWorkItemsB…
SebastianSchuetze Oct 18, 2019
9bcaac9
PERF: optimized merging of returned work items
SebastianSchuetze Oct 19, 2019
ceb0edc
added formats for workitem deletion cmdlet
SebastianSchuetze Oct 19, 2019
ee3ed91
added type for workitem deletion cmdlet
SebastianSchuetze Oct 19, 2019
e126a25
added documentation for workitem deletion cmdlet
SebastianSchuetze Oct 19, 2019
daae137
added type conversion for workitem deletion cmdlet
SebastianSchuetze Oct 19, 2019
b416321
added workitem deletion cmdlet
SebastianSchuetze Oct 19, 2019
1e64504
added missing headings in documentation
SebastianSchuetze Oct 19, 2019
ddce1e6
updated cmdlet synopsis
SebastianSchuetze Oct 20, 2019
a64de84
improved cmdlet to throw exceptions
SebastianSchuetze Oct 20, 2019
e93d98b
added unit tests for cmdlet
SebastianSchuetze Oct 20, 2019
9a9f0b0
updated changelog and module version
SebastianSchuetze Oct 20, 2019
282b1dc
typo fix
quintessential5 Oct 21, 2019
6410402
support for task groups
quintessential5 Oct 21, 2019
9299803
Get-VSTeamVariableGroup _applyTypesToVariableGroup
quintessential5 Oct 21, 2019
dcd4220
Update-VSTeamTaskGroup: fixed ShouldProcess
quintessential5 Oct 22, 2019
66e56f9
Get var group by Name: Write-Output $resp.value
quintessential5 Oct 23, 2019
45fa882
Get-VSTeamVariableGroup _applyTypesToVariableGroup
quintessential5 Oct 21, 2019
6ea25d3
Get var group by Name: Write-Output $resp.value
quintessential5 Oct 23, 2019
4a8a8bd
revert: Get var grp by Name: Wrt-Output $resp.val
quintessential5 Oct 24, 2019
1b1dccc
revert: Get-VSTeamVarGrp _aplyTypesToVariableGroup
quintessential5 Oct 24, 2019
7a89d67
add/update var groups: support for body param
quintessential5 Oct 24, 2019
bbc8a97
var group support for Body param: doc updates
quintessential5 Oct 24, 2019
c2329b3
Merge branch 'master' into topic/RemoveWorkItemsByIds
DarqueWarrior Nov 6, 2019
37734b7
Updated the API version code.
DarqueWarrior Nov 7, 2019
f7fb3c2
Added test for TaskGroup
DarqueWarrior Nov 7, 2019
c759ad6
Updated output of build script.
DarqueWarrior Nov 7, 2019
e4bacc8
Merge remote-tracking branch 'ucsb/master' into ucsb
DarqueWarrior Nov 7, 2019
a823b9a
Merge remote-tracking branch 'ucsb/GetVarGroupFixes' into ucsb
DarqueWarrior Nov 7, 2019
c4face4
Merge remote-tracking branch 'ucsb/VarGroupBodyParamOnly' into ucsb
DarqueWarrior Nov 7, 2019
66743b4
Updated change log
DarqueWarrior Nov 7, 2019
6221052
Merge remote-tracking branch 'RazorSPoint/topic/RemoveWorkItemsByIds'…
DarqueWarrior Nov 7, 2019
bb13f8d
Changed ids to id on workitem calls.
DarqueWarrior Nov 7, 2019
83ba2e3
Updated the docs from ids to id
DarqueWarrior Nov 7, 2019
53c19f4
changed default to omit from failed on Get-WorkItem
DarqueWarrior Nov 7, 2019
7261343
Update tests
DarqueWarrior Nov 7, 2019
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
Prev Previous commit
Update tests
DarqueWarrior committed Nov 7, 2019
commit 726134374babe7d9cf413a7b5252aba6ef835bbc
1 change: 1 addition & 0 deletions Source/Public/Set-VSTeamAlias.ps1
Original file line number Diff line number Diff line change
@@ -87,6 +87,7 @@ function Set-VSTeamAlias {
New-Alias Get-WorkItemType Get-VSTeamWorkItemType -Scope Global
New-Alias Add-WorkItem Add-VSTeamWorkItem -Scope Global
New-Alias Get-WorkItem Get-VSTeamWorkItem -Scope Global
New-Alias Remove-WorkItem Remove-VSTeamWorkItem -Scope Global
New-Alias Show-WorkItem Show-VSTeamWorkItem -Scope Global
New-Alias Get-Policy Get-VSTeamPolicy -Scope Global
New-Alias Get-PolicyType Get-VSTeamPolicyType -Scope Global
1 change: 1 addition & 0 deletions unit/test/workitem.Tests.ps1
Original file line number Diff line number Diff line change
@@ -261,6 +261,7 @@ InModuleScope VSTeam {
# assume the order.
# The general string should look like this:
# https://dev.azure.com/test/test/_apis/wit/workitems/?api-version=$([VSTeamVersions]::Core)&ids=47,48&`$Expand=None&errorPolicy=omit

Assert-MockCalled Invoke-RestMethod -Exactly -Scope It -Times 1 -ParameterFilter {
$Uri -like "*https://dev.azure.com/test/_apis/wit/workitems/*" -and
$Uri -like "*api-version=$([VSTeamVersions]::Core)*" -and