This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 12, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
github-automation-metabase authored
* Prevent newly opened items from expanding outside viewport * Expand the unti test coverage * Use the existing helper * Change scroll view to center This works better because it ensures that the top bar doesn't cover the element. * Update frontend/src/metabase/home/components/Onboarding/Onboarding.tsx * Extract the `stopVideo` function * Fix the type name * Set the top scroll margin on the `main` element --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-
github-automation-metabase authored
* wip: better documentation for developers that need to run the sdk locally * morning fixes * remove developers-guide/sdk in favor of dev.md in the sdk folder * add note about using the sdk with link to the docs * fix mising word * addressed feedback * added notes about the envs for sdk e2e test Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
* Force nanoid onto 3.3.8 * Force path-to-regexp to 0.1.12 Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-
github-automation-metabase authored
Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
- Dec 11, 2024
-
-
github-automation-metabase authored
* make release log updates smarter * fix a bunch of stuff after testing Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
github-automation-metabase authored
* Add v0.51.8 to the list of releases * ordering --------- Co-authored-by:
Metabase bot <metabase-bot@metabase.com> Co-authored-by:
jeff bruemmer <jeff.bruemmer@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
github-automation-metabase authored
* feat(sdk): use public-facing question type in event handlers (#50867) * introduce public metabase question type * revise internal question type * update stories * use public question type in dashboard card plugins * add tests for transforming question properties * add tests for question description * re-export the MetabaseQuestion type * fix lint imports * change publicQuestion to sdkQuestion * name cannot be null if the card is present * reduce collection browser flake --------- Co-authored-by:
Phoomparin Mano <poom@metabase.com> Co-authored-by:
Phoomparin Mano <phoomparin@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Alexander Solovyov <alexander@solovyov.net>
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com> Co-authored-by:
Phoomparin Mano <phoomparin@gmail.com>
-
- Dec 10, 2024
-
-
github-automation-metabase authored
* Add new user-level setting * Add selector * Make link dismissible from the sidebar * Transfer the onboarding link to the main "gear" menu * Add E2E test to cover the link dismissal behavior * Add tests for the settings menu link * Fix tests * Provide useful comment in the e2e test * Provide contextual explanations to translators Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
* Avoid logging trace * Demote log to warning Co-authored-by:
lbrdnk <lbrdnk@users.noreply.github.com>
-
github-automation-metabase authored
Add binning to display name similarly as done with bucketing. --------- Co-authored-by:
lbrdnk <lbrdnk@users.noreply.github.com> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Jeff Bruemmer authored
-
github-automation-metabase authored
* test: see which drivers pass these tests * Fix build * Change test to use standard dataset, add initial implementation for bigquery * Use fully qualified names for views * Don't use transactions for databricks * Make drop table only if exists, fix describe-index in mongo for views * don't sync system.views * Fix oracle drop-views, disable non-syncing views * Use metabase-instance to find the table, this is important because redshift and oracle munge table name * Fix oracle tests * Fix oracle views * Fix formatting * Fix snowflake qualified components * Change tests to opt out * Fix sqlsserver * Fix postgres test * Disable h2 describe views test * Address review Co-authored-by:
Case Nelson <case@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Nathan Voxland <nathan@metabase.com>
-
github-automation-metabase authored
* We need to look at the context field to categorize public views * pull poll-unil into util ns * fix comment typo * add test * update docstring * remove true? call, it will return `true` on pass * improve poll-until Co-authored-by:
bryan <bryan.maass@gmail.com>
-
github-automation-metabase authored
* Fix the zoom-in.timeseries drill for multi-stage queries If no dimensions are provided to the zoom-in.timeseries drill, then attempt to find the matching dimension from the FE-provided row data instead, if present. Related to https://github.com/metabase/metabase/issues/46932 * Only return zoom-in.timeseries drills for clicks on aggregated columns Co-authored-by:
appleby <86076+appleby@users.noreply.github.com>
-
github-automation-metabase authored
* locale params * formatting * note on UI vs content * interactive embedding * language update * plans blockquote * asterisk Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
github-automation-metabase authored
* Properly handle other users personal collections in collection picker (#50605) * Properly handle other users personal collections in collection picker * fixing types and unit test * e2e adjustments --------- Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
github-automation-metabase authored
* feat(sdk): detect if session.id is not a string * use yup, also validate exp as we use it Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
* wip next sdk compat * better code generation, dts works * Last line of file should end in a newline character * feat(sdk): make MetabaseProvider not break ssr * aUpdate enterprise/frontend/src/embedding-sdk/package.template.json * address pr comments * refactor(sdk): use relative paths when fixing d.ts files * make types work on moduleResolution: node * add loading text * fix(sdk): #50736 make sure we don't break the host app if a sdk component is rendered outside of the provider for a render * fix: this should make types work for real? * self review fixes * update test for PublicComponentWrapper * Update enterprise/frontend/src/embedding-sdk/components/private/PublicComponentWrapper/PublicComponentWrapper.tsx * remove unused component * eslint-disable-next-line for MetabaseProvider * list tsx as dependency * /next -> /nextjs --------- Co-authored-by:
Nicolò Pretto <info@npretto.com> Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
github-automation-metabase authored
* Fix embed loader not translated with #locale * Fix unit tests * Add E2E tests * Fix a case where the lcoale is failed to load * Simplify conditions in `LocaleProvider` * Make E2E tests faster --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
- Dec 09, 2024
-
-
github-automation-metabase authored
The underlying issue is that nest-query/nest-expression included temporal units when copying over joined fields into the nested query. This caused both the nested query and the parent query to include the "extract the unit from the date" code. In cases where the extraction didn't change the type, this duplication wasn't a big deal. However, for temporal units like hour-of-day, the first extraction changed the type of the field from date to string, and then the second extraction broke. This change ensures that the inner query doesn't try to extract temporal units, which should avoid the duplicate extractions. Co-authored-by:
William <william@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Metabase bot <metabase-bot@metabase.com>
-
github-automation-metabase authored
* fix scatter chart tooltip shows irrelevant info * remove outdated spec as we always show the tooltip_column setting * fix missing tooltip on the total bar on waterfall charts Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
* feat: Introduce describe-indexes Fixes: #49981 Introduce a faster sync with describe-indexes that follows describe-fields and describe-fks to allow for a database wide sync step rather per table describe-table-indexes. Implement for psotgres * Fix formatting * Add tests * Update src/metabase/driver.clj * Update src/metabase/driver.clj * Address PR review * Fix null schema check --------- Co-authored-by:
Case Nelson <case@metabase.com> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-