Skip to content

🔥 Remove Databaseline cmdlets - #121

Merged
brianary merged 1 commit into
mainfrom
remove-databaseline
Sep 7, 2026
Merged

🔥 Remove Databaseline cmdlets#121
brianary merged 1 commit into
mainfrom
remove-databaseline

Conversation

@brianary

@brianary brianary commented Sep 7, 2026

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Test Results

60 tests   - 23    0 ✅  - 29   0s ⏱️ -28s
21 suites  - 15   60 💤 + 6 
 1 files   ± 0    0 ❌ ± 0 

Results for commit f1e589f. ± Comparison against base commit e1ee22f.

This pull request removes 31 and adds 8 tests. Note that renamed tests count towards both.
Add-GitHubMetadata.Add basic GitHub metadata.Should create README.md, .editorconfig, CODEOWNERS, and .gitattributes (Linguist)
Add-GitHubMetadata.Set .editorconfig rules.Should set .editorconfig rules
Add-GitHubMetadata.Set CODEOWNERS.Should set specific CODEOWNERS by pattern
Add-GitHubMetadata.Set Linguist rules.Should set Linguist rules in .gitattributes
Add-GitHubMetadata.Set templates.Should set VSCode Prettier disable
Add-GitHubMetadata.Set templates.Should set VSCode extension recommendations
Add-GitHubMetadata.Set templates.Should set contributing guidelines
Add-GitHubMetadata.Set templates.Should set issue template
Add-GitHubMetadata.Set templates.Should set license
Add-GitHubMetadata.Set templates.Should set pull request template
…
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("AdventureWorks2016","AdventureWorks","(localdb)\ProjectsV13")
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("Database","ConnectionName","ServerName\instance")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '02/23/1994 07:13:57' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '07/02/2034 23:52:56' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '07/16/1973 01:43:25' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '08/05/1995 17:18:39' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '09/07/2026 04:05:59' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '09/13/1980 09:08:50' into a LogParser timestamp expression
This pull request removes 31 skipped tests and adds 8 skipped tests. Note that renamed tests count towards both.
Add-GitHubMetadata.Add basic GitHub metadata.Should create README.md, .editorconfig, CODEOWNERS, and .gitattributes (Linguist)
Add-GitHubMetadata.Set .editorconfig rules.Should set .editorconfig rules
Add-GitHubMetadata.Set CODEOWNERS.Should set specific CODEOWNERS by pattern
Add-GitHubMetadata.Set Linguist rules.Should set Linguist rules in .gitattributes
Add-GitHubMetadata.Set templates.Should set VSCode Prettier disable
Add-GitHubMetadata.Set templates.Should set VSCode extension recommendations
Add-GitHubMetadata.Set templates.Should set contributing guidelines
Add-GitHubMetadata.Set templates.Should set issue template
Add-GitHubMetadata.Set templates.Should set license
Add-GitHubMetadata.Set templates.Should set pull request template
…
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("AdventureWorks2016","AdventureWorks","(localdb)\ProjectsV13")
Add-VsCodeDatabaseConnection.Adds a VS Code MSSQL database connection to the repo..Should add a trusted connection("Database","ConnectionName","ServerName\instance")
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '02/23/1994 07:13:57' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '07/02/2034 23:52:56' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '07/16/1973 01:43:25' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '08/05/1995 17:18:39' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '09/07/2026 04:05:59' into a LogParser timestamp expression
ConvertTo-LogParserTimestamp.Formats a datetime as a LogParser literal.Converts '09/13/1980 09:08:50' into a LogParser timestamp expression
This pull request skips 29 tests.
ConvertTo-ICalendar.By day.A daily trigger that runs every '1' should include recurrence 'RRULE:FREQ=DAILY;INTERVAL=1'
ConvertTo-ICalendar.By day.A daily trigger that runs every '2' should include recurrence 'RRULE:FREQ=DAILY;INTERVAL=2'
ConvertTo-ICalendar.By day.A daily trigger that runs every '3' should include recurrence 'RRULE:FREQ=DAILY;INTERVAL=3'
ConvertTo-ICalendar.By day.A daily trigger that runs every '5' should include recurrence 'RRULE:FREQ=DAILY;INTERVAL=5'
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '1' should include recurrence 'RRULE:FREQ=HOURLY;INTERVAL=1'
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '2' should include recurrence 'RRULE:FREQ=HOURLY;INTERVAL=2'
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '3' should include recurrence 'RRULE:FREQ=HOURLY;INTERVAL=3'
ConvertTo-ICalendar.By hour.An hourly trigger that runs every '5' should include recurrence 'RRULE:FREQ=HOURLY;INTERVAL=5'
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '1' should include recurrence 'RRULE:FREQ=MINUTELY;INTERVAL=1'
ConvertTo-ICalendar.By minute.A minutely trigger that runs every '2' should include recurrence 'RRULE:FREQ=MINUTELY;INTERVAL=2'
…

♻️ This comment has been updated with latest results.

@brianary
brianary force-pushed the remove-databaseline branch 3 times, most recently from 8511798 to 84ba4ba Compare September 7, 2026 03:58
@brianary
brianary force-pushed the remove-databaseline branch from 84ba4ba to f1e589f Compare September 7, 2026 04:03
@brianary
brianary merged commit 011e60e into main Sep 7, 2026
6 checks passed
@brianary
brianary deleted the remove-databaseline branch September 7, 2026 04:08
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.

1 participant