This repository was archived by the owner on Jul 21, 2025. It is now read-only.
Enhance error handling and update URLs in JSON files #57
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several updates to the
ADOGeneratorproject, focusing on improving error messages, updating repository handling, and refining templates for Azure DevOps configurations. The changes enhance clarity in error reporting, ensure proper repository management, and align templates with updated naming conventions and URLs.Error Message Enhancements:
UpdateBoardColumn,UpdateCardFields, andUpdateCardStylesto include theboardTypefor better context when debugging issues. (src/ADOGenerator/Services/ProjectService.cs) [1] [2] [3]Repository Management Improvements:
ImportSourceCodeto create a default repository if none exists and to set theisDefaultRepoTodeteleflag accordingly. (src/ADOGenerator/Services/ProjectService.cs) [1] [2]Template Updates:
dev.azure.cominstead ofvstsdemodata.visualstudio.com). This affects templates forDL-AKS,DL-Ansible,DL-AzureFunctions, andDL-DeploymentGroups. [1] [2] [3] [4] [5] [6] [7] [8] [9]Board and Workflow Refinements:
BoardColumns.jsonto better align with Agile practices (e.g., "Active" renamed to "In Progress", "Closed" renamed to "Done"). (src/ADOGenerator/Templates/DL-DeploymentGroups/Teams/Deployment Group Team/BoardColumns.json) [1] [2]BoardRows.json,CardFields.json, andCardStyles.json, to reflect updated terminology. [1] [2] [3] [4]Bug Behavior Update:
bugsBehaviorinTeamSetting.jsonto treat bugs as requirements instead of tasks, aligning with updated project management practices. (src/ADOGenerator/Templates/DL-DeploymentGroups/Teams/Deployment Group Team/TeamSetting.json)