Merge pull request #344 from puppetlabs/release
(MODULES-10459) - v2.6.2 Release Merge-back
Merge pull request #346 from puppetlabs/pdksync_pdksync-honeycombsetup
(IAC-365) updating tokens and dataset for honeycomb
(FM-8199) - Port module to Litmus
(FM-8199) - Github actions set to run on release branch
- Test’s currently set to run in parity with Jenkins, further work will be done to enable full functionality testing
Merge pull request #348 from puppetlabs/pdksync_PDK_UPDATE
pdksync - (maint) - Pdk Update
Merge pull request #345 from david22swan/FM-8199
(FM-8199) - Port module to Litmus
(FM-8879) Handle T-SQL Errors Properly
The previous commit that improved T-SQL error handling was incomplete. That commit (9b8a0fe) was not able to overcome an important issue. The issue was that if there was a successfull row insert into a table the `Errors` collection of the ADODB.Connection would be empty, even if an error was deliberately thrown using the `THROW` keyword. It turns out that the successfull row insert was causing a text return value, and it's a known issue that if values are returned to the object that the Errors collection will be empty. We know now that turning `SET NOCOUNT ON` in the beginning of the query will suppress that text status message and allow more errors to be properly detected in the ADODB.Connect object, and handled properly in the module's `onlyif` clause.
Merge pull request #349 from RandomNoun7/tickets/FM-8879-handle-t-sql…
…-errors (FM-8879) Handle T-SQL Errors Properly
Merge pull request #352 from puppetlabs/pdksync_PDK_UPDATE
pdksync - (maint) - Pdk Update
Change provision from vmpooler to abs
Merge pull request #353 from puppetlabs/pdksync_abs
pdksync - Use abs instead of vmpooler to provision test resources
(IAC-973) - Update travis/appveyor to run on new default branch main
Merge pull request #355 from puppetlabs/pdksync_IAC-973-2
pdksync - (IAC-973) - Update travis/appveyor to run on new default branch `main`
Merge pull request #360 from puppetlabs/pdksync_gitpod
pdksync - Update pdk-templates for gitpod and codespaces support
Merge pull request #363 from puppetlabs/pdksync_bump_puppet7
pdksync - (feat) - Add support for Puppet 7
(IAC-1011) - Removal of inappropriate terminology
The removal of any inappropriate or offensive terminology from the codebase. Removals restricted to the puppet side of the code only, master references are still required by sqlserver itself.
Merge pull request #366 from david22swan/IAC-1011/main/removal_of_ina…
…ppropriate_terminology (IAC-1011) - Removal of inappropriate terminology
Merge pull request #367 from puppetlabs/pdksync
Update to puppet-module-gems 1.0, pdk-templates and new rubocop
Merge pull request #368 from puppetlabs/pdksync_gha-updates
pdksync - Update gha templates
Bump minimal puppet version to 6.0.0 in metadata.json
Add auto_release.yml to sync.yml
Merge pull request #369 from puppetlabs/pdksync_remove_puppet5
pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0
Merge pull request #371 from puppetlabs/maint/main/update_dependency
(maint) Update major dependencies prior to release
Merge pull request #373 from puppetlabs/pdksync_maint/main/perform_pd…
…k_update pdksync - (MAINT) PDK update for GHA workflows + Litmus updates