This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 20, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
bryan <bryan.maass@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
* v2 of minimal embed homepage * useState instead of useMemo, fix unit tests * address pr feedback Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
-
metabase-bot[bot] 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` Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
- Mar 19, 2024
-
-
metabase-bot[bot] authored
E2E test coverage for "Highlight the selected data source in the notebook editor" project (#40199) (#40243) * Add the initial test for the empty app db * Add reproduction for #25142 * Add test that covers only saved questions * Cover scenarios with a table as a source * Add tests that cover nested questions and models * Add test for simple model's source table * Remove intercepted schema routes * Improve assertion * Fix the test failing on enterprise instance * Add E2E reproduction for #40223 * Remove superfluous code block * Avoid casting Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
* Bridge out of sync collection information between the card and the state * Account for models * Use existing helpers * Create virtual schema if it doesn't exist yet * Add E2E reproduction for #39812 * Create virtual schema if it doesn't exist yet * Create virtual schema if it doesn't exist yet * Create virtual schema if it doesn't exist yet * Expand the reproduction to include the nested question scenario * Improve assertions * Convert E2E repro to TS * Fix tests --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] 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 Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Kamil Mielnik authored
-
metabase-bot[bot] authored
* Extract question function helpers * Move question helpers * Remove cy.archiveQuestion * Replace cy.createQuestion usages in TS files * Format code in JSDocs Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Kamil Mielnik authored
Refactor `cy.archiveQuestion`, `cy.createQuestion` & `cy.createNativeQuestion` to TypeScript (#39614) (#40282) * Convert commands/api/question to TS * Add missing embedding_params and collection_position attributes to Card * Type question function * Move types to the top of file * Inline throwIfNotPresent * Add types for logAction * Define StructuredQuestionDetails & NativeQuestionDetails * Add typing to commands * Return for consistency * Remove queryType argument from question * Define typing for archiveQuestion command * Format code * Define typing for createQuestion and createNativeQuestion commands * Make options optional * Remove TODO * Use arrow functions, update JSDoc * Use type for consistency * Add missing attributes in mocks * Make embedding_params non-optional
-
metabase-bot[bot] authored
[E2E] Overload the existing E2E visitQuestion helper to make it work with the alias (#39683) (#40280) * Convert commands/api/question to TS * Add missing embedding_params and collection_position attributes to Card * Type question function * Move types to the top of file * Inline throwIfNotPresent * Add types for logAction * Define StructuredQuestionDetails & NativeQuestionDetails * Add typing to commands * Return for consistency * Remove queryType argument from question * Define typing for archiveQuestion command * Format code * Define typing for createQuestion and createNativeQuestion commands * Make options optional * Remove TODO * Use arrow functions, update JSDoc * Use type for consistency * Add missing attributes in mocks * Make embedding_params non-optional * Add boilerplate for 11994 repro * Add temporary code * Improve typing * Implement test for combo chart * Simplify code * Convert updatePermissions to TS and add typing for updatePermissionsGraph * Add typing for updatePermissionsSchemas * Add typing for API responses, make updatePermissionsSchemas parameters optional * Add JSDocs * Explicitly specify types in commands * Use CardId * Fix the test - add missing visuzalization_settings to the pivot question - use "readonly" user and drop permissions manipulations * Remove TODO * Add an explanatory comment * Inline visitDashboardByAlias * Make visitQuestion accept an alias * Use new visitQuestion interface where possible * Remove somewhat duplicated comment Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
metabase-bot[bot] authored
* Export named `NativeCodePanel` * Export named `NativeQueryModal` * Rename `NativeQueryModal` to `NativeQueryPreview` * Do not use styled components in the `NativeQueryPreview` Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Mar 18, 2024
-
-
metabase-bot[bot] authored
* Lock :display when using 'zoom' in Dashboard (#38496) * 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> * Try to fix type errors --------- Co-authored-by:
adam-james <21064735+adam-james-v@users.noreply.github.com> Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com> Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Case Nelson <case@metabase.com>
-
metabase-bot[bot] authored
* Re-export `rem` helper from Mantine * Use `rem` in a few components as a PoC Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
metabase-bot[bot] authored
-
- Mar 15, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
* Use Mantine instead of styled components * Fix notebook being unable to resize Fixes #33982 * Address review commments Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
* Fix milestone name for gold version * Reuse getMilestoneName * Add more tests Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] authored
* Fix multi-schema data selector header styling - Makes spacing equal on both sides of the divider - Changes the divider from the hyphen to the forward slash * Change the breadcrumb divider in the Table Metadata section Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Mar 14, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
metabase-bot[bot] authored
# Conflicts: # frontend/src/metabase/browse/analytics.ts # frontend/src/metabase/browse/components/BrowseApp.tsx # frontend/src/metabase/browse/components/ModelExplanationBanner.tsx # frontend/src/metabase/routes.jsx Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com> Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
metabase-bot[bot] authored
-
- Mar 13, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alex Yarosh <alexandra@metabase.com>
-
metabase-bot[bot] authored
* updated pot file for v49 * update translations for 49 Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
metabase-bot[bot] authored
* explicit callout for data download * rephrase "data download" -> "download results" * review suggestions * wrong link Co-authored-by:
Alex Yarosh <alexandra@metabase.com>
-