This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 20, 2024
-
-
Alexander Solovyov authored
-
Nick Fitzpatrick authored
* moving new item modals to be global * adjusting unit tests
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Oisin Coveney authored
-
Oleg Gromov authored
-
Nemanja Glumac authored
* Use Mantine Flex for the NotebookContainer * Rename the component to `NotebookContainer` * Convert to TS * Explain the delay * Use regular div * Destructure the import type * Simplify styling * Shorten the prop name to `isOpen`
-
Nicolò Pretto authored
* v2 of minimal embed homepage * useState instead of useMemo, fix unit tests * address pr feedback
-
Ngoc Khuat authored
-
Ngoc Khuat authored
-
- Mar 19, 2024
-
-
Ryan Laurie authored
* use rtk for auditInfo * destructured hook export * fix rebase * remove unused services definition
-
Sloan Sparger authored
-
Ryan Laurie authored
* handle double escape in entityPicker * escape key test * use fancy hook
-
Jeff Bruemmer authored
-
Jesse Devaney authored
* do not pass null values to link url * update null check to include query builder nulls replaced with "(empty") * add test to verify behavior * replace magic string with constant * fix breakout in cypress spec
-
Nemanja Glumac authored
-
Chris Truter authored
-
Braden Shepherdson authored
This issue was previously punted, because the schema for aggregation clauses allowed the tag to be `:any`. Now it's a short list of permitted arithmetic expressions, but that list is too short and excludes things like `:round`. This change searches for an aggregation clause transitively in the expression, and so allows any arithmetic expression.
-
Chris Truter authored
-
Cal Herries authored
-
Cal Herries authored
-
Alexander Polyankin authored
* Add try-catch in Dimension.field() * Fix the bug * Fix the bug * Fix the bug
-
Kamil Mielnik authored
* Move search-related snowplow tests to a separate file * Update test names * Move filters-related search tests to a separate file * Extract search helpers into a separate file * Revert test rename
-
Oisin Coveney authored
-
Ryan Laurie authored
* use rtk query for billing info
-
Ryan Laurie authored
-
Ryan Laurie authored
* capture more frontend errors * improve fallback error experience
-
Oisin Coveney authored
-
Kamil Mielnik authored
* Extract question function helpers * Move question helpers * Remove cy.archiveQuestion * Replace cy.createQuestion usages in TS files * Format code in JSDocs
-
Alexander Polyankin authored
* Fix comment * Try removing Visualization hack for composeQuestion * Try to remove composeQuestion * Try to remove composeQuestion * Try to remove composeQuestion * Try to remove composeQuestion * Try to remove composeQuestion
-
Chris Truter authored
-
Alexander Solovyov authored
mysql seems to have stopped flaking on them
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Export named `NativeCodePanel` * Export named `NativeQueryModal` * Rename `NativeQueryModal` to `NativeQueryPreview` * Do not use styled components in the `NativeQueryPreview`
-
Alexander Polyankin authored
-
- Mar 18, 2024
-
-
Denis Berezin authored
-
Braden Shepherdson authored
Milestone 3 of #38964.
-
John Swanson authored
There were two problems here: - one endpoint was sorting in the database, but not putting 'analytics' last. - one endpoint was sorting in the database, but then sorting again in clojure, which had subtly different behavior for special characters Fixes #39965
-
Case Nelson authored
-
adam-james authored
* Use proper :display when using 'zoom' in Dashboard Fixes: #38307 WIP, I want to change at a different call site so that defaults are still used in case there is no :display set. * Lock Display so that drill through doesn't overwrite it with defaults * Lock display only when drill action coming from a dashboard * Use isDashboard properly * Add test to confirm Display is locked from Dashboards * minor changes to the test * Lock Display specifically for zoom-in-binning and timeseries * Fix wrong string quotes * Try a simple change to see if the e2e test will pass in CI * Fix test * Minor refactor * Wait for dashcard queries in e2e test * Wait for loading spinner to be gone * Fix type errors * Fix incorrect dashboard ID used in test --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-