Skip to content

Commit d74bbcd

Browse files
committed
Add project support for VSCode plugin markdownlint. List of rules at
https: //github.com/DavidAnson/markdownlint/blob/v0.11.0/doc/Rules.md Various fixes pointed out by markdownlint
1 parent 7d90fd3 commit d74bbcd

File tree

2 files changed

+43
-38
lines changed

2 files changed

+43
-38
lines changed

.markdownlint.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"MD024": false,
3+
"MD022": false,
4+
"MD032": false,
5+
"MD013": false,
6+
"MD001": true
7+
}

changelog.md

+36-38
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -10,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1011
* Piping issue in Backup-DbaDatabase [#5041](https://github.com/sqlcollaborative/dbatools/pull/5041)
1112
* ConvertTo-DbaDataTable no longer ignores -EnableException [#5050](https://github.com/sqlcollaborative/dbatools/issues/5050)
1213
* Copy-DbaDatabase now passes -Force to Set-DbaDbState [#5055](https://github.com/sqlcollaborative/dbatools/issues/5055)
13-
* Parallelism and exception handling fixes in Get-SqlInstancComponent [#4988](https://github.com/sqlcollaborative/dbatools/issues/4988)
14+
* Parallelism and exception handling fixes in Get-SqlInstanceComponent [#4988](https://github.com/sqlcollaborative/dbatools/issues/4988)
1415
### Added
1516
* Check that databases are accessible in Get-DbaDbRoleMember [#5046](https://github.com/sqlcollaborative/dbatools/pull/5046)
1617

@@ -65,7 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6566
* Message formatting in Copy-DbaDbMail
6667

6768
### Added
68-
* Support hostnames ending with hyphen [#4090] (https://github.com/sqlcollaborative/dbatools/issues/4090)
69+
* Support hostnames ending with hyphen [#4090](https://github.com/sqlcollaborative/dbatools/issues/4090)
6970

7071
## [0.9.742] - 2019-01-15
7172
### Fixed
@@ -190,7 +191,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
190191
* Dynamic database list to Invoke-DbaDbDataMasking
191192
* Add Geometry to check of unsupported data types for Invoke-DbaDbDataMasking
192193

193-
194194
## [0.9.720] - 2018-12-16
195195
### Fixed
196196
* Enhanced outputs of Invoke-DbaDbDataMasking
@@ -259,15 +259,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
259259
* Failed logic in Remove-DbaOrphanUser
260260
* Removed ability to specify both KeepDays and Database from Remove-DbaDbBackupRestoreHistory
261261

262-
# Added
262+
### Added
263263
* VSCode default settings
264264
* Pipe support in Test-DbaDbOwner
265265

266266
## [0.9.708] - 2018-12-04
267267
### Fixed
268268
* Sync AG bug having to do with read-only dbs
269269

270-
# Added
270+
### Added
271271
* Update-DbaInstance final touches
272272

273273
## [0.9.707] - 2018-12-03
@@ -314,9 +314,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
314314

315315
## [0.9.535] - 2018-11-29
316316
### Fixed
317-
- Backup recoveryfork bug
318-
- Standardized output for Copy command notes
319-
- New-DbaAgentJobStep issue with server / SubSystemServer
317+
* Backup recoveryfork bug
318+
* Standardized output for Copy command notes
319+
* New-DbaAgentJobStep issue with server / SubSystemServer
320320

321321
### Added
322322
* Get-DbaDbccHelp
@@ -325,89 +325,87 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
325325

326326
## [0.9.534] - 2018-11-29
327327
### Fixed
328-
- Removed mandatory=$false on parameters because it's implied
328+
* Removed mandatory=$false on parameters because it's implied
329329

330330
### Added
331331
* Get-DbaAgentServer
332332
* Set-DbaAgentServer
333333
* Path parameter to audit copies
334334

335-
336335
## [0.9.533] - 2018-11-27
337336
### Fixed
338-
- Removed mandatory=$false on parameters because it's implied
337+
* Removed mandatory=$false on parameters because it's implied
339338

340339
### Added
341-
- Extra include and exclude options to `Sync-DbaAvailabilityGroup`
342-
- Extra column parameters to `Import-DbaCsv`
340+
* Extra include and exclude options to `Sync-DbaAvailabilityGroup`
341+
* Extra column parameters to `Import-DbaCsv`
343342

344343
## [0.9.532] - 2018-11-26
345344
### Fixed
346-
- Publish-DbaDacPackage param issues introduced by core fixes
347-
- Resolve-DbaNetworkName resolution issue introduced by core fixes
348-
- Some long-standing `Get-DbaBackupHistory -Force` problems were resolved
345+
* Publish-DbaDacPackage param issues introduced by core fixes
346+
* Resolve-DbaNetworkName resolution issue introduced by core fixes
347+
* Some long-standing `Get-DbaBackupHistory -Force` problems were resolved
349348

350349
### Added
351-
- Added VS Code recommendations
350+
* Added VS Code recommendations
352351

353352
## [0.9.531] - 2018-11-24
354353
### Added
355-
- Support for Core and Certs
356-
- Solution file upgraded to Core combination and VS 2017
354+
* Support for Core and Certs
355+
* Solution file upgraded to Core combination and VS 2017
357356

358357
## [0.9.531] - 2018-11-24
359358
### Added
360-
- Support for Core and Certs
361-
- Solution file upgraded to Core combination and VS 2017
359+
* Support for Core and Certs
360+
* Solution file upgraded to Core combination and VS 2017
362361

363362
## [0.9.530] - 2018-11-24
364363
### Fixed
365-
- Fixed non-Windows imports. "Fixed" used loosely - disabled configuration to speed up import. Xplat still not fully delivered.
364+
* Fixed non-Windows imports. "Fixed" used loosely - disabled configuration to speed up import. Xplat still not fully delivered.
366365

367366
### Added
368-
- Seeding support to Add-DbaAgDatabase
369-
- More integration tests!
370-
- Category and Database filters to Get-DbaAgentJob
367+
* Seeding support to Add-DbaAgDatabase
368+
* More integration tests!
369+
* Category and Database filters to Get-DbaAgentJob
371370

372371
## [0.9.525] - 2018-11-23
373372
### Added
374-
- CROSS PLATFORM SUPPORT INCLUDING MACOS AND LINUX 🎉
373+
* CROSS PLATFORM SUPPORT INCLUDING MACOS AND LINUX 🎉
375374

376375
![image](https://user-images.githubusercontent.com/8278033/48960127-ac3c3980-ef6a-11e8-90ca-1e8e56df8ee0.png)
377376

378377
## [0.9.524] - 2018-11-23
379378
### Added
380-
- $script:core for easy core detection in functions
379+
* $script:core for easy core detection in functions
381380

382381
### Fixed
383-
- Resolve-Path added to core import routine
382+
* Resolve-Path added to core import routine
384383

385384
## [0.9.523] - 2018-11-23
386385
### Added
387-
- Support for Dacfx for core 🎉
386+
* Support for Dacfx for core 🎉
388387

389388
### Fixed
390-
- Weird thing in Core where a string comparison didn't work so it tried to copy dbatools.dll onto itself
391-
- Get-DbaDbFile now works for CS collation
389+
* Weird thing in Core where a string comparison didn't work so it tried to copy dbatools.dll onto itself
390+
* Get-DbaDbFile now works for CS collation
392391

393392
## [0.9.522] - 2018-11-23
394393
### Added
395-
- Support for PS Core on Windows 🎉
396-
- SMO core DLLs from the SqlServer module
394+
* Support for PS Core on Windows 🎉
395+
* SMO core DLLs from the SqlServer module
397396

398397
### Fixed
399-
- AG versioning bugs
398+
* AG versioning bugs
400399

401400
## [0.9.521] - 2018-11-22
402401
### Added
403-
- This changelog.md! 🎉
402+
* This changelog.md! 🎉
404403

405404
### Removed
406-
- Extra DLLs that did not seem necessary
405+
* Extra DLLs that did not seem necessary
407406

408407
### Changed
409-
- Updated Glen Berry's scripts
410-
408+
* Updated Glen Berry's scripts
411409

412410
## changelog background and additional info
413411

0 commit comments

Comments
 (0)