Merge pull request #141 from phongdly/MODULES-2453/Automated_Test_For…
…_sqlserver_tsql (MODULES-2453) Create Automated Tests for sqlserver_tsql
- Capture changelog changes for date split
Merge pull request #142 from phongdly/MODULES-2454/Automated_Tests_fo…
…r_sqlserver--user (MODULES-2454)/Automated_Test_For_Database_User
(docs) Remove reference to acl as dependency
- ACL was removed as a dependency but was still referenced as a part of the setup portion of the README
Merge pull request #147 from phongdly/MODULES-2469/sqlserver-user
(MODULES-2469) Create Automated Tests for sqlserver::role
Merge pull request #148 from cyberious/Release_1.1.0
(MODULES-3094) Release 1.1.0
Merge pull request #151 from phongdly/FM-3655/SQL_Server_CI_acceptanc…
…e_issues (FM-3655) SQL Server CI acceptance issues
(MODULES-2497) SQLSERVER - Create Automated Tests for sqlserver::login
(MODULES-2497) updated PR based on ticket FM-3655
Merge pull request #150 from phongdly/MODULES-2497/automated_test_for…
…_sqlserver-login (MODULES-2497) SQLSERVER - Create Automated Tests for sqlserver::login
Merge pull request #149 from phongdly/MODULES-2496/Tests_for_sqlserve…
…r--database (MODULES-2496) Create Automated Tests for sqlserver::database
Merge pull request #152 from phongdly/FM-3706/Create_database_with_op…
…tional_compatibility_breaks (FM-3706)Create database with optional compatibility breaks CI
Merge pull request #154 from ferventcoder/ticket/stable/FM-3502-release
(FM-3502) Release 1.1.1
Merge pull request #136 from puppetlabs/master
Merge master to stable in prep for 1.1.0 release
(FM-3940) Fix specs - Puppet 4.x validation errors
The validation error message for missing parameters for defined types has changed from "Must pass ___ to ___" to "expects a value for parameter '___'". The specs must be evaluated based on the version of Puppet they are running under. Add specs for config to test missing admin_user/admin_pass to verify the values are validated properly.
(FM-3940) Remove acceptance tests for validation
Remove acceptance tests that deal with validation errors as those are now covered by specs.
Merge pull request #155 from ferventcoder/ticket/stable/FM-3940-accep…
…tance-fixes (FM-3940) Fix specs - Puppet 4.x validation errors
(FM-3940) Puppet 4.3.0 missing param validation fix
The commit that added the empty parameter check to the compiler was released in 4.3.0 - puppetlabs/puppet@8c4a634 Specifically https://github.com/puppetlabs/puppet/blob/42681420d93b984ca06073494bc1b4d70acf4e5e/lib/puppet/pops/types/type_mismatch_describer.rb#L150-L154 is where the check is at. This overrides the check at https://github.com/puppetlabs/puppet/blob/42681420d93b984ca06073494bc1b4d70acf4e5e/lib/puppet/resource.rb#L480 where it passes the previous error message (the puppet sha is latest stable as of this commit). Further constrain the specs to switch at version 4.3.0.