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

Sync from upstream #1

Merged
merged 421 commits into from
Mar 11, 2019
Merged

Conversation

sphallsphall
Copy link
Owner

Type of Change

  • It's ages since I forked

uncletimmy3 and others added 30 commits January 11, 2019 14:56
$_.LastLSN.ToString() -ge $LogBaseLsn
$_.LastLSN.ToString() is STRING, but $LogBaseLsn is BIGINT. Powershell converts [BIGINT]$LogBaseLsn to string and after that compare these variables as strings.
* Added money type

* Added txt data type

* added min and maxvalue to money type

* otsb
* Update Import-DbaXESessionTemplate.ps1

* Update Import-DbaXESessionTemplate.ps1
…nformation

Fix Select-DbaBackupInformation
Updated example 3; Send-MailMessage only accepts string for -Body
Otherwise we may check to see if "sourceInstance default profile" exists on the destination then trying to create "destinationInstance default profile" which already exists.
Fixed path for output directory in Install-DbaMaintenanceSolution #4950
Addresses Status property spelling error for Successful status.
Adjusting the unit test for `tests/Get-DbaTraceFlag.Tests.ps1`
…tenanceSollution#4950

Update Install-DbaMaintenanceSolution.ps1 #4950
New improved unit tests - version2
…profile_name fields

Also put single quotes around the account and profile name in messages for readability.
* adjusting content on contributing guide

* adjusting readme content
* Changed names of jobs and schedules. Fixes #4972

* Added back the source server name in the default copy and restore job
Unit Test Updates, now uniform and simplified
* add missing unit tests

* fix encoding
potatoqualitee and others added 29 commits March 8, 2019 21:21
Use ProviderPath property to allow for UNC paths
removed default on import-dbacsv
* removed unnecessary params and added azure support

* added feature parity to connect-dbainstance
added documentation
Connect-SqlInstance -> Connect-DbaInstance
* add debug by default and dbatools_enabledebug

* remove missing files

* discard leftovers

* put dac back
* more azure fixes

* return azure connstring

* add new db support for azure

* remove open requirement
* made azure compliant, probably

* fix path for azure

* fix - before i was getting null exceptions
@sphallsphall sphallsphall merged commit 92f140f into sphallsphall:development Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.