Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Releases: ALM-Rangers/Migrate-assets-from-RM-server-to-VSTS

2016.07.28.1 v1.0.1

29 Jul 03:01
Compare
Choose a tag to compare

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

latest

Addressed the following issues:

  • #26 RMWorkflowMigrator error: Version 14.98.25331.0 is unsupported

NOTE - We value your candid feedback to help us identify issues and improve the product!

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

2016.07.13.1 v1.0

14 Jul 01:24
Compare
Choose a tag to compare

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

latest

Addressed the following issues:

  • #23 Add support for RM 2015 Update 3

NOTE - We value your candid feedback to help us identify issues and improve the product!

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

2016.04.28 v0.8 RC

29 Apr 01:10
Compare
Choose a tag to compare
2016.04.28 v0.8 RC Pre-release
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

latest

Addressed the following issues:

  • #14 Replace Write-Host with Write-Output in generated scripts
  • #15 Manual intervention in rollback block causes error
  • #16 PowerShell invocation fails when running in context of "Powershell on Remote" task
  • #17 Update tool to recognize RM Server 2015.2
  • #18 Added support for RM Server 2015.2
  • #19 Manual intervention in rollback blocks should not crash the application
  • #20 Unique properties in configuration variables are not always resolved correctly

previous

  • Corrected an issue whereby unique parameters were not being correctly.
  • Bug fix #9 Entering an invalid release template name without specifying a stage results in no error
  • Feature: The release template name and stage are now included in the generated folder structure. Ex: Extracting “Fabrikam Fiber”, “Dev” into C:\Output would give you an output folder of C:\Output\Fabrikam Fiber\Dev\
  • Feature: Command line argument for database name is no longer required, as RM doesn’t allow that to be customized.
  • Feature: Command line argument for release template stage is no longer required. If omitted, it will generate scripts for all stages present in the release template.
  • Bug fix: #6 vNext release templates are correctly detected and cause an error to be reported. Previous behavior was to generate an empty script.
  • Bug fix: Tokenized command text in a tool is now handled (ex: A tool with a command of Some Executable will be transformed into $SomeExecutable in the generated script output)
  • Documentation and labs updated
  • Downgraded project to .NET 4.5 for compatibility reasons
  • Support for RM Server 2015.1
  • Send basic usage metrics to Application Insights (revised)

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

2016.04.12.1 v0.7 RC

12 Apr 17:23
Compare
Choose a tag to compare
2016.04.12.1 v0.7 RC Pre-release
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

latest

  • Corrected an issue whereby unique parameters were not being correctly.

previous

  • Bug fix #9 Entering an invalid release template name without specifying a stage results in no error
  • Feature: The release template name and stage are now included in the generated folder structure. Ex: Extracting “Fabrikam Fiber”, “Dev” into C:\Output would give you an output folder of C:\Output\Fabrikam Fiber\Dev\
  • Feature: Command line argument for database name is no longer required, as RM doesn’t allow that to be customized.
  • Feature: Command line argument for release template stage is no longer required. If omitted, it will generate scripts for all stages present in the release template.
  • Bug fix: #6 vNext release templates are correctly detected and cause an error to be reported. Previous behavior was to generate an empty script.
  • Bug fix: Tokenized command text in a tool is now handled (ex: A tool with a command of Some Executable will be transformed into $SomeExecutable in the generated script output)
  • Documentation and labs updated
  • Downgraded project to .NET 4.5 for compatibility reasons
  • Support for RM Server 2015.1
  • Send basic usage metrics to Application Insights (revised)

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

2016.02.16.1 v0.6 RC

16 Feb 17:53
Compare
Choose a tag to compare
2016.02.16.1 v0.6 RC Pre-release
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

latest

  • Bug fix #9 Entering an invalid release template name without specifying a stage results in no error

previous

  • Feature: The release template name and stage are now included in the generated folder structure. Ex: Extracting “Fabrikam Fiber”, “Dev” into C:\Output would give you an output folder of C:\Output\Fabrikam Fiber\Dev\
  • Feature: Command line argument for database name is no longer required, as RM doesn’t allow that to be customized.
  • Feature: Command line argument for release template stage is no longer required. If omitted, it will generate scripts for all stages present in the release template.
  • Bug fix: #6 vNext release templates are correctly detected and cause an error to be reported. Previous behavior was to generate an empty script.
  • Bug fix: Tokenized command text in a tool is now handled (ex: A tool with a command of Some Executable will be transformed into $SomeExecutable in the generated script output)
  • Documentation and labs updated
  • Downgraded project to .NET 4.5 for compatibility reasons
  • Support for RM Server 2015.1
  • Send basic usage metrics to Application Insights (revised)

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

20160118.1 v0.5 RC

18 Jan 19:35
Compare
Choose a tag to compare
20160118.1 v0.5 RC Pre-release
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

latest

  • Feature: The release template name and stage are now included in the generated folder structure. Ex: Extracting “Fabrikam Fiber”, “Dev” into C:\Output would give you an output folder of C:\Output\Fabrikam Fiber\Dev\
  • Feature: Command line argument for database name is no longer required, as RM doesn’t allow that to be customized.
  • Feature: Command line argument for release template stage is no longer required. If omitted, it will generate scripts for all stages present in the release template.
  • Bug fix: #6 vNext release templates are correctly detected and cause an error to be reported. Previous behavior was to generate an empty script.
  • Bug fix: Tokenized command text in a tool is now handled (ex: A tool with a command of Some Executable will be transformed into $SomeExecutable in the generated script output)
  • Documentation and labs updated

previous

  • Downgraded project to .NET 4.5 for compatibility reasons
  • Support for RM Server 2015.1
  • Send basic usage metrics to Application Insights (revised)

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

20151215.1 v0.4-preview

15 Dec 19:15
Compare
Choose a tag to compare
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

  • Downgraded project to .NET 4.5 for compatibility reasons
  • Support for RM Server 2015.1
  • Send basic usage metrics to Application Insights (revised)

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

20151208.1 v0.3-preview

09 Dec 03:21
Compare
Choose a tag to compare
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

  • Downgraded project to .NET 4.5 for compatibility reasons
  • Support for RM Server 2015.1
  • Send basic usage metrics to Application Insights

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

20151127.1 v0.2-preview

27 Nov 19:35
Compare
Choose a tag to compare
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Changes

  • Downgraded project to .NET 4.5 for compatibility reasons

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice

Early preview v0.1

17 Nov 23:38
Compare
Choose a tag to compare
Early preview v0.1 Pre-release
Pre-release

PREVIEW NOTICE This release is supplied as an early preview; and may be changed without prior warning. We value your candid feedback to help us identify issues and improve the product!

Please consult the guidance, when available, to get started. Feel free to contact us with questions and feedback.

Notices

Notices for certain third party software included in this solution are provided here: Third Party Notice.