Skip to content

Commit

Permalink
Update with deautls
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Sep 12, 2024
1 parent bdf61e8 commit e1d638d
Show file tree
Hide file tree
Showing 73 changed files with 215 additions and 45 deletions.
7 changes: 7 additions & 0 deletions appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
"AreaPath": "Area",
"IterationPath": "Iteration"
}
},
"AzureDevOpsEndpoint": {
"EndpointType": "AzureDevOpsEndpoint",
"AuthenticationMode": "AccessToken",
"AccessToken": "jklsadhjksahfkjsdhjksahsadjhksadhsad",
"Organisation": "https://dev.azure.com/xxx/",
"Project": "myProject"
}
},
"CommonTools": {
Expand Down
20 changes: 10 additions & 10 deletions docs/Reference/Generated/MigrationTools.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 20 additions & 4 deletions docs/_data/reference.endpoints.azuredevopsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,33 @@ configurationSamples:
sampleFor: MigrationTools.Endpoints.AzureDevOpsEndpointOptions
- name: sample
description:
code: There is no sample, but you can check the classic below for a general feel.
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"#KEY#": {
"AzureDevOpsEndpoint": {
"AccessToken": "jklsadhjksahfkjsdhjksahsadjhksadhsad",
"AuthenticationMode": "AccessToken",
"EndpointType": "AzureDevOpsEndpoint",
"Organisation": "https://dev.azure.com/xxx/",
"Project": "myProject"
}
}
}
}
}
sampleFor: MigrationTools.Endpoints.AzureDevOpsEndpointOptions
- name: classic
description:
code: >-
{
"$type": "AzureDevOpsEndpointOptions",
"AuthenticationMode": "AccessToken",
"AccessToken": null,
"Organisation": null,
"Project": null,
"AccessToken": "jklsadhjksahfkjsdhjksahsadjhksadhsad",
"Organisation": "https://dev.azure.com/xxx/",
"Project": "myProject",
"ReflectedWorkItemIdField": null,
"EndpointEnrichers": null
}
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.endpoints.tfsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"#KEY#": {
"TfsEndpoint": {
Expand Down Expand Up @@ -38,6 +39,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"#KEY#": {
"TfsEndpoint": {
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.endpoints.tfsteamprojectendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"#KEY#": {
"TfsTeamProjectEndpoint": {
Expand Down Expand Up @@ -38,6 +39,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Endpoints": {
"#KEY#": {
"TfsTeamProjectEndpoint": {
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.fieldclearmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.fieldliteralmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.fieldmergemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
1 change: 1 addition & 0 deletions docs/_data/reference.fieldmaps.fieldskipmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.fieldtofieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.fieldtofieldmultimap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.fieldtotagfieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.fieldvaluemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.multivalueconditionalmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.fieldmaps.regexfieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand All @@ -26,6 +27,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
1 change: 1 addition & 0 deletions docs/_data/reference.fieldmaps.treetotagfieldmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Processors": [
{
"ProcessorType": "AzureDevOpsPipelineProcessor",
Expand All @@ -29,6 +30,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Processors": [
{
"ProcessorType": "AzureDevOpsPipelineProcessor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurationSamples:
"Enabled": false,
"WIQLQuery": "Select [System.Id] From WorkItems Where [System.TeamProject] = @project and not [System.WorkItemType] contains 'Test Suite, Test Plan,Shared Steps,Shared Parameter,Feedback Request'",
"TargetLinksToKeepOrganization": "https://dev.azure.com/nkdagility",
"TargetLinksToKeepProject": "e898a78b-b896-4fbe-b1c3-12cba16fce77",
"TargetLinksToKeepProject": "b10bf460-28f1-4f1c-a044-9cda2ff1d453",
"CleanupFileName": "c:/temp/OutboundLinkTargets.bat",
"PrependCommand": "start",
"DryRun": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Processors": [
{
"ProcessorType": "TfsWorkItemMigrationProcessor",
Expand Down Expand Up @@ -35,6 +36,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"Processors": [
{
"ProcessorType": "TfsWorkItemMigrationProcessor",
Expand Down Expand Up @@ -152,7 +154,7 @@ options:
- parameterName: WIQLQuery
type: String
description: A work item query based on WIQL to select only important work items. To migrate all leave this empty. See [WIQL Query Bits](#wiql-query-bits)
defaultValue: SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [[System.WorkItemType] NOT IN ('Test Suite', 'Test Plan','Shared Steps','Shared Parameter','Feedback Request') ORDER BY [System.ChangedDate] desc
defaultValue: SELECT [System.Id] FROM WorkItems WHERE [System.TeamProject] = @TeamProject AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan','Shared Steps','Shared Parameter','Feedback Request') ORDER BY [System.ChangedDate] desc
- parameterName: WorkItemCreateRetryLimit
type: Int32
description: '**beta** If set to a number greater than 0 work items that fail to save will retry after a number of seconds equal to the retry count. This allows for periodic network glitches not to end the process.'
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.tools.fieldmappingtool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"Enabled": "False",
Expand All @@ -25,6 +26,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"FieldMappingTool": {
"Enabled": "True",
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/reference.tools.stringmanipulatortool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"StringManipulatorTool": {
"Enabled": "True",
Expand All @@ -29,6 +30,7 @@ configurationSamples:
code: >-
{
"MigrationTools": {
"Version": "16.0",
"CommonTools": {
"StringManipulatorTool": {
"Enabled": "True",
Expand Down
Loading

0 comments on commit e1d638d

Please sign in to comment.