Skip to content

Commit 8aa72ef

Browse files
authored
Merge pull request #317 from AtlassianPS/azure-pipelines
Set up CI with Azure Pipelines
2 parents 3b82e0c + 4e37930 commit 8aa72ef

File tree

136 files changed

+5212
-2032
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+5212
-2032
lines changed

.gitattributes

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22
CHANGELOG.md merge=union
33

44
# Set default behaviour, in case users don't have core.autocrlf set.
5-
* text=auto eol=crlf
5+
* text=auto
66

7-
# Explicitly declare text files we want to always be normalized and converted
8-
# to native line endings on checkout.
9-
*.md text
10-
*.gitattributes text
11-
*.ps1 text
12-
*.psm1 text
13-
*.psd1 text
14-
*.psc1 text
15-
*.ps1xml text
16-
*.clixml text
17-
*.xml text
18-
*.txt text
7+
# Explicitly declare text files we want to always be normalized.
8+
*.md text eol=crlf
9+
*.gitattributes text eol=crlf
10+
*.gitignore text eol=crlf
11+
*.ps1 text eol=crlf
12+
*.psm1 text eol=crlf
13+
*.psd1 text eol=crlf
14+
*.psc1 text eol=crlf
15+
*.ps1xml text eol=crlf
16+
*.clixml text eol=crlf
17+
*.cs text eol=crlf
18+
*.xml text eol=crlf
19+
*.yml text eol=crlf
20+
*.txt text eol=crlf
21+
*.json text eol=crlf
1922

2023
# Denote all files that are truly binary and should not be mergeable.
2124
*.dll binary

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
1+
<!-- markdownlint-disable MD002 -->
2+
<!-- markdownlint-disable MD041 -->
13
<!-- Provide a general summary of your changes in the Title above -->
24

35
### Description
6+
47
<!-- Describe your changes in detail -->
58

69
### Motivation and Context
10+
711
<!-- Why is this change required? What problem does it solve? -->
812
<!-- If it fixes an open issue, please link to the issue here as follows: -->
913
<!-- closes #1, closes #2, ... -->
1014

1115
### Types of changes
16+
1217
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
18+
1319
- [ ] Bug fix (non-breaking change which fixes an issue)
1420
- [ ] New feature (non-breaking change which adds functionality)
1521
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
1622

17-
### Checklist:
23+
### Checklist
24+
1825
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
1926
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
27+
2028
- [ ] My code follows the code style of this project.
2129
- [ ] I have added Pester Tests that describe what my changes should do.
2230
- [ ] I have updated the documentation accordingly.

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ config.xml
66
# except for git files
77
!.gitattributes
88
!.gitignore
9+
!.editorconfig
10+
!.spelling
911
!.github/
1012
!.vscode/
1113
!.travis.yml
1214

1315
# Ignore Release directory generated by local builds
1416
Release/
15-
Tools/*.exe
1617
JiraPS/en-US/
17-
TestResult.xml
18+
Test*.xml
1819

1920
#######
2021
# Excerpts from https://www.gitignore.io
@@ -32,6 +33,3 @@ ehthumbs.db
3233

3334
# Folder config file
3435
Desktop.ini
35-
36-
#Vim Junk
37-
.swp

.spelling

Lines changed: 33 additions & 190 deletions
Original file line numberDiff line numberDiff line change
@@ -1,205 +1,48 @@
1-
AppVeyor
1+
// AtlassianPS
22
Atlassian
33
Atlassian's
4-
atlassianps.org
5-
atlassianps.slack.com
6-
behavior
7-
behaviors
8-
booleans
9-
CAPTCHA
10-
cmd
11-
cmdlet
12-
cmdlets
13-
color
14-
colors
15-
config
16-
config.xml
17-
datacenter
18-
env
19-
exe
20-
github
21-
hashtable
22-
hashtables
23-
hotfix
24-
img
25-
IssueLink
264
Jira
27-
JIRA
28-
jira-screen-createissue
29-
JIRA's
30-
JiraPS
31-
jql
32-
json
33-
MSI
34-
multiselect
35-
OAuth
36-
PackageManagement
37-
param
38-
png
39-
PoshCode
40-
powershell
41-
PowerShell
42-
powershell.exe
43-
PowerShellGet
44-
projectCategory
45-
ps1
46-
PSGallery
47-
PSJira
48-
PSModulePath
49-
ReadTheDocs
50-
vscode
51-
WindowsPowerShell
52-
worklog
535

54-
# Commands
55-
Add-JiraGroupMember
56-
Add-JiraIssueComment
57-
Add-JiraIssueLink
58-
Add-JiraIssueWatcher
59-
Add-JiraIssueWorklog
60-
ConvertFrom-Json2
61-
ConvertTo-JiraComment
62-
ConvertTo-JiraComponent
63-
ConvertTo-JiraCreateMetaField
64-
ConvertTo-JiraEditMetaField
65-
ConvertTo-JiraField
66-
ConvertTo-JiraFilter
67-
ConvertTo-JiraGroup
68-
ConvertTo-JiraIssue
69-
ConvertTo-JiraIssueLink
70-
ConvertTo-JiraIssueLinkType
71-
ConvertTo-JiraIssueType
72-
ConvertTo-JiraLink
73-
ConvertTo-JiraPriority
74-
ConvertTo-JiraProject
75-
ConvertTo-JiraSession
76-
ConvertTo-JiraStatus
77-
ConvertTo-JiraTransition
78-
ConvertTo-JiraUser
79-
ConvertTo-JiraWorklogItem
80-
Format-Jira
81-
Get-JiraComponent
82-
Get-JiraConfigServer
83-
Get-JiraField
84-
Get-JiraFilter
85-
Get-JiraGroup
86-
Get-JiraGroupMember
87-
Get-JiraIssue
88-
Get-JiraIssueComment
89-
Get-JiraIssueCreateMetadata
90-
Get-JiraIssueEditMetadata
91-
Get-JiraIssueLink
92-
Get-JiraIssueLinkType
93-
Get-JiraIssueType
94-
Get-JiraIssueWatcher
95-
Get-JiraPriority
96-
Get-JiraProject
97-
Get-JiraRemoteLink
98-
Get-JiraSession
99-
Get-JiraUser
100-
Invoke-JiraIssueTransition
101-
Invoke-JiraMethod
102-
New-JiraGroup
103-
New-JiraIssue
104-
New-JiraSession
105-
New-JiraUser
106-
Remove-JiraGroup
107-
Remove-JiraGroupMember
108-
Remove-JiraIssueLink
109-
Remove-JiraIssueWatcher
110-
Remove-JiraRemoteLink
111-
Remove-JiraSession
112-
Remove-JiraUser
113-
Resolve-JiraError
114-
Set-JiraConfigServer
115-
Set-JiraIssue
116-
Set-JiraIssueLabel
117-
Set-JiraUser
118-
119-
# Data Types
120-
Int
121-
JiraPS.Comment
122-
JiraPS.Component
123-
JiraPS.CreateMetaField
124-
JiraPS.Field
125-
JiraPS.Filter
126-
JiraPS.Group
127-
JiraPS.Issue
128-
JiraPS.IssueLink
129-
JiraPS.IssueLinkType
130-
JiraPS.IssueType
131-
JiraPS.IssueType
132-
JiraPS.Link
133-
JiraPS.Priority
134-
JiraPS.Project
135-
JiraPS.Session
136-
JiraPS.Transition
137-
JiraPS.User
138-
JiraPS.Watchers
139-
PSCredential
140-
PSCustomObject
141-
System.Management.Automation.PSObject
142-
System.Object
143-
System.String
144-
145-
# Parameters
146-
AllowedValues
147-
ComponentId
148-
ConfigFile
149-
ContentType
150-
DateStarted
151-
DisplayName
152-
EmailAddress
153-
FixVersion
154-
GroupName
155-
IncludeDebug
156-
IncludeInactive
157-
InputObject
158-
IssueType
159-
LinkType
160-
MaxJsonLength
161-
MaxResults
162-
PageSize
163-
PassThru
164-
SecureString
165-
StartIndex
166-
TimeSpent
167-
VisibleRole
168-
WhatIf
169-
WriteError
6+
// Module specific
7+
worklog
8+
timespan
9+
multipart
10+
captcha
17011

171-
# Methods
172-
ToString
17312

174-
# ParameterSets
175-
ByFilter
176-
ByFilterID
177-
ByGroupName
178-
ByHashtable
179-
ById
180-
ByInputObject
181-
ByIssueKey
182-
ByJQL
183-
ByNamedParameters
184-
ByProject
185-
ByUserName
186-
ClearLabels
187-
ModifyLabels
188-
ReplaceLabels
189-
ReturnError
190-
WebResponse
13+
// Powershell
14+
pwsh
15+
cmdlet
16+
cmdlets
17+
recurse
18+
hashtable
19+
posh
20+
Passthru
21+
EXTERNALHELP
19122

192-
# User Names
193-
alexsuslin
194-
axxelG
23+
// Person/Username
24+
lipkau
25+
bunke
19526
brianbunke
27+
thomykay
28+
juneb
29+
alexsuslin
30+
axxel
31+
beaudryj
32+
clijsters
19633
colhal
19734
dejulia489
19835
ebekker
19936
jkknorr
20037
kittholland
201-
LiamLeane
202-
lipkau
38+
liam
39+
leane
20340
lukhase
20441
padgers
205-
ThePSAdmin
42+
JohnAdders
43+
hmmwhatsthisdo
44+
45+
// misc
46+
markdownlint
47+
veyor
48+
pandoc

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
"ms-vscode.PowerShell",
6-
"DavidAnson.vscode-markdownlint"
6+
"DavidAnson.vscode-markdownlint",
7+
"streetsidesoftware.code-spell-checker"
78
]
89
}

0 commit comments

Comments
 (0)