Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlServerDsc: Added SQL Server 2019 Integration Tests (and unit test) plus additional, 'SqlSetup' resource InstallSharedDir fix. #1676

Merged

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    896937e View commit details
    Browse the repository at this point in the history
  2. Added condition in 'Get-ServerProtocolObject' to throw exception if $…

    …serverInstance is not obtained
    SphenicPaul committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3d7c9de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a712d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f748d89 View commit details
    Browse the repository at this point in the history
  5. Updated 'Get-ServerProtocolObject' to pass $ServerName into 'FailedTo…

    …ObtainServerInstance' error message
    SphenicPaul committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    003a754 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c98223a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    a83ee87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0161e78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    093007a View commit details
    Browse the repository at this point in the history
  4. Added 'Integration_SQL2019' to 'Test-BuildCategory', integration pre-…

    …check. Also added '150', $script:sqlVersion assignment for SQL2019.
    SphenicPaul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    db87c33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccdc2ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af07d62 View commit details
    Browse the repository at this point in the history
  7. Added conditions/comments for $script:sqlVersion -in/-eq '150; (i.e. …

    …SQL2019) into SSRS, integration tests and configs.
    SphenicPaul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    213f824 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fadfe7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09639a2 View commit details
    Browse the repository at this point in the history
  10. Added version '15' (i.e. SQL2019) and added additional, integration t…

    …est for 'SqlRs' resource.
    SphenicPaul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    2754e0b View commit details
    Browse the repository at this point in the history
  11. Removed 'Test_HQRM', and 'Test_Integration_SQL2017' jobs from pipelin…

    …es (will be added back in later).
    SphenicPaul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    9678ea7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    711a6d5 View commit details
    Browse the repository at this point in the history
  13. Added 'DownloadExePath' and 'DownloadIsoPath' configuration values fo…

    …r 'SqlRS' resource, integration tests.
    SphenicPaul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    c8cefa9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    41f9c2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ad84b4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80d473c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    05128a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    310a586 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5dfb385 View commit details
    Browse the repository at this point in the history
  20. Updated 'CHANGELOG.md' detail change to add InstallSharedDir proper…

    …ty support when using SQL Server 2019.
    SphenicPaul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    1a5810b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    212f713 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b3fc919 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fffbb18 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c963bcd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    392548c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e4cd431 View commit details
    Browse the repository at this point in the history
  27. Removed list of resources from 'CHANGELOG.md' for 'SqlServerDsc', new…

    … SQL 2019 functonality.
    SphenicPaul committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    69ab728 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    86b51ba View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d548265 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Removed use of $downloadExeName, $downloadIsoName, 'DownloadExePath' …

    …and 'DownloadIsoPath' within 'SqlRS' integration test configuration.
    SphenicPaul committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    7b062e9 View commit details
    Browse the repository at this point in the history
  2. Moved '[MountImage]MountIsoMedia' and '[WaitForVolume]WaitForMountOfI…

    …soMedia' into $script:sqlVersion -eq '130', if-block within 'SqlRS', integration test configuration.
    SphenicPaul committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    77d90a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12ed91c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aebf11 View commit details
    Browse the repository at this point in the history