-
-
Notifications
You must be signed in to change notification settings - Fork 90
Comparing changes
Open a pull request
base repository: trimble-oss/dba-dash
base: 3.29.3
head repository: trimble-oss/dba-dash
compare: 3.30.0
- 19 commits
- 69 files changed
- 4 contributors
Commits on Oct 10, 2025
-
Custom report refactor - adding description support
Refactor custom reports with a single dictionary mapping metadata to each column. Add description. #1582
Configuration menu - View commit details
-
Copy full SHA for 2cd0c48 - Browse repository at this point
Copy the full SHA 2cd0c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720d0ec - Browse repository at this point
Copy the full SHA 720d0ecView commit details -
Move each system report into it's own file
Easier to read & maintain.
Configuration menu - View commit details
-
Copy full SHA for e66736b - Browse repository at this point
Copy the full SHA e66736bView commit details -
Update report definitions to use ColumnMetadata
Use new format instead of backward compatibility layer, simplifying report definitions.
Configuration menu - View commit details
-
Copy full SHA for ffa23a7 - Browse repository at this point
Copy the full SHA ffa23a7View commit details -
Update column ToolTips for QS, Summary & Database Finder. #1582
Configuration menu - View commit details
-
Copy full SHA for 0f26ccb - Browse repository at this point
Copy the full SHA 0f26ccbView commit details -
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 537896e - Browse repository at this point
Copy the full SHA 537896eView commit details -
Add copy as markdown option to the grid as a context menu option.
Configuration menu - View commit details
-
Copy full SHA for cc61473 - Browse repository at this point
Copy the full SHA cc61473View commit details -
Apply suggestions from code review
Co-Authored-By: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1da5bc - Browse repository at this point
Copy the full SHA f1da5bcView commit details -
{instance} placeholder now uses the display name/alias for the instance if specified. {connectionid} placeholder can be used to display the connection id instead which was previously {instance} {{InstanceAndConnectionID} includes both instance display name and connection id if they are different.Configuration menu - View commit details
-
Copy full SHA for ef94434 - Browse repository at this point
Copy the full SHA ef94434View commit details
Commits on Oct 13, 2025
-
- DBCollector: added 'engineEdition == DatabaseEngineEdition.SqlManagedInstance' to the IsQueryStoreSupported property to ensure Azure SQL Managed Instances are recognised as supporting Query Store. - DBCollector.CollectionTypeIsApplicable: added '&& engineEdition != DatabaseEngineEdition.SqlManagedInstance' to the CollectionType.TableSize check so that the TableSize collection runs for Azure SQL Managed Instances. - DBADashContext: added EngineEdition property so that the Main.GetAllowedTabs method does not remove the Top Queries and Query Store Forced Plans tabs from the allowed tabs list. - DBADashContext.GetAdditionalInfo: added steps to retrieve the EngineEdition value and cast it to DatabaseEngineEdition. The value is assigned to the _engineEdition member variable.
Configuration menu - View commit details
-
Copy full SHA for 507fcb3 - Browse repository at this point
Copy the full SHA 507fcb3View commit details -
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b51d9e - Browse repository at this point
Copy the full SHA 4b51d9eView commit details -
Fix truncation of TableSizeDatabases parameter that can occur due to LIKE encoding causing the text length to be increased from its calculated size.
Configuration menu - View commit details
-
Copy full SHA for 2a6c072 - Browse repository at this point
Copy the full SHA 2a6c072View commit details
Commits on Oct 16, 2025
-
Object Execution Tab - Add Query Store link
Add query store link to object execution tab, allowing you to quickly access query store data associated with a stored procedure.
Configuration menu - View commit details
-
Copy full SHA for fc3c698 - Browse repository at this point
Copy the full SHA fc3c698View commit details -
Add copy as JSON option to the grid as a context menu option. Update Resources.resx to use ResXFileCodeGenerator ensuring Resources.Designer.cs is updated automatically.
Configuration menu - View commit details
-
Copy full SHA for 1e97a49 - Browse repository at this point
Copy the full SHA 1e97a49View commit details
Commits on Oct 18, 2025
-
Running Queries - Reset on context change
Snapshot date should not be preserved when changing context.
Configuration menu - View commit details
-
Copy full SHA for 3a4fa52 - Browse repository at this point
Copy the full SHA 3a4fa52View commit details
Commits on Oct 19, 2025
-
Designer needs to be updated for ColumnMetadata. The backward compatibility layer works for deserialization, but does not support adding items to dictionaries.
Configuration menu - View commit details
-
Copy full SHA for b5390bf - Browse repository at this point
Copy the full SHA b5390bfView commit details
Commits on Oct 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fe42d3b - Browse repository at this point
Copy the full SHA fe42d3bView commit details -
Allow columns to use more space if available.
Configuration menu - View commit details
-
Copy full SHA for 0a4231c - Browse repository at this point
Copy the full SHA 0a4231cView commit details
Commits on Oct 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 277ee27 - Browse repository at this point
Copy the full SHA 277ee27View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.29.3...3.30.0