Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/AzDevOpsDemoGenerator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: templateextractor
Choose a base ref
...
head repository: microsoft/AzDevOpsDemoGenerator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 71 files changed
  • 2 contributors

Commits on Apr 30, 2025

  1. Merge pull request #50 from microsoft/templateextractor

    Template-extractor
    gloridelmorales authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    85b1f0c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Enhance error handling and update URLs in JSON files

    - Improved error messages in ProjectService.cs to include board type context.
    - Added a check for default repository deletion based on existing repositories.
    - Updated Azure DevOps URLs in multiple JSON files to the new format.
    - Cleaned up descriptions in TemplateSetting.json by removing HTML tags and rephrasing for clarity.
    - Refined error handling in Repository.cs to include timestamps and method context.
    - Enhanced response handling in BoardColumn.cs for better robustness.
    akshay-online committed May 6, 2025
    Configuration menu
    Copy the full SHA
    4e84f7e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Refactor project creation and template handling

    - Simplified `HandleNewProjectCreation` by removing the `confirmedExtension` output parameter and directly assigning the result of `ValidateExtensions`.
    - Updated `TryGetTemplateDetails` to streamline template folder checks and improve error messaging.
    - Introduced a new `Parameters` dictionary in `ProjectService.cs` for better organization of user input values.
    - Added `GetServiceEndPointCredentials` method to prompt for user credentials based on the selected template, with error handling.
    - Updated placeholder replacement logic in `jsonCreateService` to utilize the new `Parameters` dictionary.
    - Changed `versionSpec` in `Octopus.json` from `"3.*"` to `"4.*"` to reflect the updated task versioning.
    akshay-online committed May 7, 2025
    Configuration menu
    Copy the full SHA
    9571cd3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Merge pull request #57 from microsoft/RepoUrlChanges

    Enhance error handling and update URLs in JSON files
    gloridelmorales authored May 8, 2025
    Configuration menu
    Copy the full SHA
    1001601 View commit details
    Browse the repository at this point in the history
Loading