Nick Fitzpatrick
Nick Fitzpatrick
Closes https://github.com/metabase/metabase/issues/45546 Depends on https://github.com/metabase/harbormaster/issues/5156 ### Description Adds a UI for the Query Field Validation Feature. This will display queries with broken data references in a table under `Admin ->...
Closes https://github.com/metabase/metabase/issues/45205 ### Description Migrating the location changing logic from the command palette action back to the link element. Should support regular click, ctrl + click, right click -> new...
Closes https://github.com/metabase/metabase/issues/47000 ### Description This PR corrects 2 issues. The first is updating `getCollectionId` to correctly pull the collection id from a dashboard. The second is to update `handleNewDashboard` to...
Closes https://github.com/metabase/metabase/issues/44460 ### Description Adds the schema name as contextual info when displaying recent items that are tables in the command palette and data picker, as well as search results...
**Links** - product doc: [link](https://www.notion.so/metabase/Evolve-content-verification-and-deprecation-03e20f5c0cad4323be671423a1b473ce) **Implementation Plan** Implementation plan is largely extending the current verification system to Dashboards, extending it to include content deprecation, then incorporation entity health. Each milestone...
### Description Ever since switching the `` prop to be a box, we have had a large number of invalid dom prop warnings in the app. Even just loading the...
A collection of issues and adjustments found with the Alert UI after the addition of webhooks. These aren't regressions, but situations that may be more common now that there is...
> [!IMPORTANT] > For those employed by Metabase: if you are merging into master, please add either a `backport` or a `no-backport` label to this PR. You will not be...
Closes https://github.com/metabase/metabase/issues/52071 ### Description Enables linking back to archived models via question lineage in the query builder header ### How to verify 1. Create a new question based on a...
Fixes https://github.com/timc1/kbar/issues/374, and adds some unit tests around shortcuts. Admittedly, the shortcut cases are pretty sparse. I'd be happy to add any new cases or update if it's apropriate. Alternatively,...