Skip to content

Commit 23d444f

Browse files
Builds (#75)
* Add SQL Server Builds and Health dashboard pages Introduces new 'Builds' and 'Health' reference pages with associated markdown, CSS, JS, and Hugo layouts. Updates the site header to include navigation links for both pages. The builds page provides a SQL Server version/build reference with filtering and export features, while the health page displays code quality metrics and test coverage for dbatools functions, including a health trend chart. * Improve filter controls layout and styling on builds page Refactored filter controls in builds.html to use grid layouts for better responsiveness and visual clarity. Updated builds.css with new grid styles, enhanced filter button appearance, added divider, and improved responsive behavior for various screen sizes. * Add custom search and export controls to builds table Replaces default DataTables search and export buttons with custom UI in builds.html. Updates CSS for new controls and hides DataTables defaults. JS now wires up custom search input and export buttons for copy, Excel, and PDF functionality. * Improve table rendering for builds.js Updated the render function to return raw data for filtering and sorting, ensuring correct behavior. Also adjusted target columns for rendering to exclude column 10. * Improve DataTable UI and layout customization Enhanced DataTable controls and pagination styling for better accessibility and visual consistency. Added custom layout wrappers in JS for clearer separation of info and pagination, and updated CSS for improved hover, focus, and disabled states, as well as dark mode support. * Update build redirect and remove builds redirect file Changed the build redirect target to a relative path and deleted the builds redirect file to streamline redirection handling.
1 parent deff077 commit 23d444f

File tree

11 files changed

+1750
-8
lines changed

11 files changed

+1750
-8
lines changed

content/page/builds.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "SQL Server Build Reference"
3+
date: 2025-01-12
4+
slug: "builds"
5+
layout: "builds"
6+
aliases:
7+
- /builds/
8+
- /buildref/
9+
- /build-reference/
10+
draft: false
11+
description: "Comprehensive SQL Server build reference database with versions, service packs, cumulative updates, and KB articles from SQL Server 2000 through 2022."
12+
---

content/page/health.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Bill of Health"
3+
date: 2025-01-12
4+
slug: "health"
5+
layout: "health"
6+
aliases:
7+
- /health/
8+
- /boh/
9+
- /bill-of-health/
10+
draft: false
11+
description: "Code quality dashboard tracking health metrics, test coverage, and coding standards compliance for all dbatools PowerShell functions."
12+
---

redirect/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
layout: redirected
33
sitemap: false
44
redirect_to:
5-
- https://dataplat.github.io/builds
5+
- /builds/
66
permalink: /build
77
---

redirect/builds.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)