Skip to content

Commit

Permalink
Update and rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Aug 20, 2024
1 parent af245e7 commit 487bb1e
Show file tree
Hide file tree
Showing 127 changed files with 2,405 additions and 172 deletions.
12 changes: 6 additions & 6 deletions docs/Reference/Generated/MigrationTools.xml

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

25 changes: 25 additions & 0 deletions docs/_data/reference.endpoints.azuredevopsendpoint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
optionsClassName: AzureDevOpsEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.AzureDevOpsEndpointOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"Endpoints": {
"*": {
"AzureDevOpsEndpoint": [
{
"EndpointType": "AzureDevOpsEndpoint",
"Enabled": false,
"AuthenticationMode": 0,
"AccessToken": null,
"Organisation": null,
"Project": null,
"ReflectedWorkItemIdField": null,
"Name": null,
"EndpointEnrichers": null
}
]
}
}
}
}
sampleFor: MigrationTools.Endpoints.AzureDevOpsEndpointOptions
- name: defaults
description:
code: >-
Expand Down
21 changes: 21 additions & 0 deletions docs/_data/reference.endpoints.filesystemworkitemendpoint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
optionsClassName: FileSystemWorkItemEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.FileSystemWorkItemEndpointOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"Endpoints": {
"*": {
"FileSystemWorkItemEndpoint": [
{
"EndpointType": "FileSystemWorkItemEndpoint",
"Enabled": false,
"FileStore": null,
"Name": null,
"EndpointEnrichers": null
}
]
}
}
}
}
sampleFor: MigrationTools.Endpoints.FileSystemWorkItemEndpointOptions
- name: defaults
description:
code: >-
Expand Down
26 changes: 26 additions & 0 deletions docs/_data/reference.endpoints.tfsendpoint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
optionsClassName: TfsEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.TfsEndpointOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"Endpoints": {
"*": {
"TfsEndpoint": [
{
"EndpointType": "TfsEndpoint",
"Organisation": null,
"Project": null,
"Enabled": false,
"AuthenticationMode": "AccessToken",
"AccessToken": null,
"ReflectedWorkItemIdField": null,
"LanguageMaps": null,
"Name": null,
"EndpointEnrichers": null
}
]
}
}
}
}
sampleFor: MigrationTools.Endpoints.TfsEndpointOptions
- name: defaults
description:
code: >-
Expand Down
26 changes: 26 additions & 0 deletions docs/_data/reference.endpoints.tfsteamsettingsendpoint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
optionsClassName: TfsTeamSettingsEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.TfsTeamSettingsEndpointOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"Endpoints": {
"*": {
"TfsTeamSettingsEndpoint": [
{
"EndpointType": "TfsTeamSettingsEndpoint",
"Organisation": null,
"Project": null,
"Enabled": false,
"AuthenticationMode": "AccessToken",
"AccessToken": null,
"ReflectedWorkItemIdField": null,
"LanguageMaps": null,
"Name": null,
"EndpointEnrichers": null
}
]
}
}
}
}
sampleFor: MigrationTools.Endpoints.TfsTeamSettingsEndpointOptions
- name: defaults
description:
code: >-
Expand Down
27 changes: 27 additions & 0 deletions docs/_data/reference.endpoints.tfsworkitemendpoint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
optionsClassName: TfsWorkItemEndpointOptions
optionsClassFullName: MigrationTools.Endpoints.TfsWorkItemEndpointOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"Endpoints": {
"*": {
"TfsWorkItemEndpoint": [
{
"EndpointType": "TfsWorkItemEndpoint",
"Organisation": null,
"Project": null,
"Enabled": false,
"Query": null,
"AuthenticationMode": "AccessToken",
"AccessToken": null,
"ReflectedWorkItemIdField": null,
"LanguageMaps": null,
"Name": null,
"EndpointEnrichers": null
}
]
}
}
}
}
sampleFor: MigrationTools.Endpoints.TfsWorkItemEndpointOptions
- name: defaults
description:
code: >-
Expand Down
31 changes: 26 additions & 5 deletions docs/_data/reference.fieldmaps.fieldclearmap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
optionsClassName: FieldClearMapOptions
optionsClassFullName: MigrationTools.Tools.FieldClearMapOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
{
"FieldMapType": "FieldClearMap",
"Enabled": false,
"targetField": null,
"ConfigurationCollectionItemPath": "MigrationTools:CommonTools:FieldMappingTool:FieldMaps:*:FieldClearMap",
"ApplyTo": null
}
]
}
}
}
}
sampleFor: MigrationTools.Tools.FieldClearMapOptions
- name: defaults
description:
code: >-
Expand All @@ -22,8 +43,8 @@ configurationSamples:
{
"$type": "FieldClearMapOptions",
"Enabled": false,
"WorkItemTypeName": null,
"targetField": null,
"ConfigurationCollectionItemPath": "MigrationTools:CommonTools:FieldMappingTool:FieldMaps:*:FieldClearMap",
"ApplyTo": null
}
sampleFor: MigrationTools.Tools.FieldClearMapOptions
Expand All @@ -36,6 +57,10 @@ options:
type: List
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: ConfigurationCollectionItemPath
type: String
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: Enabled
type: Boolean
description: If set to `true` then the Fieldmap will run. Set to `false` and the processor will not run.
Expand All @@ -44,10 +69,6 @@ options:
type: String
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: WorkItemTypeName
type: String
description: missng XML code comments
defaultValue: missng XML code comments
status: missng XML code comments
processingTarget: missng XML code comments
classFile: /src/MigrationTools.Clients.AzureDevops.ObjectModel/Tools/FieldMappingTool/FieldMaps/FieldClearMap.cs
Expand Down
32 changes: 27 additions & 5 deletions docs/_data/reference.fieldmaps.fieldliteralmap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
optionsClassName: FieldLiteralMapOptions
optionsClassFullName: MigrationTools.Tools.FieldLiteralMapOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
{
"FieldMapType": "FieldLiteralMap",
"Enabled": false,
"targetField": null,
"value": null,
"ConfigurationCollectionItemPath": "MigrationTools:CommonTools:FieldMappingTool:FieldMaps:*:FieldLiteralMap",
"ApplyTo": null
}
]
}
}
}
}
sampleFor: MigrationTools.Tools.FieldLiteralMapOptions
- name: defaults
description:
code: >-
Expand All @@ -22,9 +44,9 @@ configurationSamples:
{
"$type": "FieldLiteralMapOptions",
"Enabled": false,
"WorkItemTypeName": null,
"targetField": null,
"value": null,
"ConfigurationCollectionItemPath": "MigrationTools:CommonTools:FieldMappingTool:FieldMaps:*:FieldLiteralMap",
"ApplyTo": null
}
sampleFor: MigrationTools.Tools.FieldLiteralMapOptions
Expand All @@ -37,6 +59,10 @@ options:
type: List
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: ConfigurationCollectionItemPath
type: String
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: Enabled
type: Boolean
description: If set to `true` then the Fieldmap will run. Set to `false` and the processor will not run.
Expand All @@ -49,10 +75,6 @@ options:
type: String
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: WorkItemTypeName
type: String
description: missng XML code comments
defaultValue: missng XML code comments
status: missng XML code comments
processingTarget: missng XML code comments
classFile: /src/MigrationTools.Clients.AzureDevops.ObjectModel/Tools/FieldMappingTool/FieldMaps/FieldLiteralMap.cs
Expand Down
33 changes: 33 additions & 0 deletions docs/_data/reference.fieldmaps.fieldmergemap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
optionsClassName: FieldMergeMapOptions
optionsClassFullName: MigrationTools.Tools.FieldMergeMapOptions
configurationSamples:
- name: confinguration.json
description:
code: >-
{
"MigrationTools": {
"CommonTools": {
"FieldMappingTool": {
"FieldMaps": [
{
"FieldMapType": "FieldMergeMap",
"Enabled": false,
"sourceFields": [
"System.Description",
"Microsoft.VSTS.Common.AcceptanceCriteria"
],
"targetField": "System.Description",
"formatExpression": "{0} <br/><br/><h3>Acceptance Criteria</h3>{1}",
"ConfigurationCollectionItemPath": "MigrationTools:CommonTools:FieldMappingTool:FieldMaps:*:FieldMergeMap",
"ApplyTo": [
"SomeWorkItemType"
]
}
]
}
}
}
}
sampleFor: MigrationTools.Tools.FieldMergeMapOptions
- name: defaults
description:
code: >-
Expand Down Expand Up @@ -38,6 +66,7 @@ configurationSamples:
],
"targetField": "System.Description",
"formatExpression": "{0} <br/><br/><h3>Acceptance Criteria</h3>{1}",
"ConfigurationCollectionItemPath": "MigrationTools:CommonTools:FieldMappingTool:FieldMaps:*:FieldMergeMap",
"ApplyTo": [
"SomeWorkItemType"
]
Expand All @@ -52,6 +81,10 @@ options:
type: List
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: ConfigurationCollectionItemPath
type: String
description: missng XML code comments
defaultValue: missng XML code comments
- parameterName: Enabled
type: Boolean
description: If set to `true` then the Fieldmap will run. Set to `false` and the processor will not run.
Expand Down
Loading

0 comments on commit 487bb1e

Please sign in to comment.