This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 10, 2024
-
-
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>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Solovyov <alexander@solovyov.net>
-
- Dec 06, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
github-automation-metabase authored
* fix pie chart ignores negative values * fix incorrect handling of zero only values * fix rebase Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
* Always show embed sharing option for admins (#50513) * Always render the public link option This is possible because metabase#50504 * Always render the embed option * Fix unit tests * Fix E2E tests * Correct test semantic * Hide Embed option for non-admins * New Embed modal (#50580) * Open "Compare options" in a new tab * Add an external link icon to interactive embed option when it should * Add disabled state to SDK * Add a disable state to static and interactive embedding * Add interactive embedding disabled state * Implement disabled link * Prepare folder for testing * Fix tests and add SDK tests * Add interactive embedding tests * Correct test desribe block levels * Add static embedding tests * Add premium interactive embedding tests * Add enterprise tests (EE without tokens) * Fix the rest of the failed unit tests * Update E2E tests * Fix a case where OSS see disabled interactive embedding This should be impossible as interactive embedding isn't available on OSS, so we should not display the disabled state. * Address review * Address review Co-Authored-by:
Poom <poom@poom.dev> --------- * Update Interactive Embedding Admin Settings page (#50693) * Add a quick start link to interactive embedding settings page * Update UTM tags for interactive embedding card * Don't show interactive embedding option as enabled on OSS * Fix unit tests * Add a new test --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-
- Dec 05, 2024
-
-
github-automation-metabase authored
* fix scatter chart tooltip shows irrelevant info * remove outdated spec as we always show the tooltip_column setting Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
-
github-automation-metabase authored
* fix the script, and add the new edn * make the migrations run in the proper order * it works (needs cleanup) * remove broken binning - These bins rely on fingerprinting for the custom Age column - The fingerprinting for that custom column are not properly exported in serialization, hence do not get loaded into metabase, causing binning by Age to fail. * cleanup / linting * cleanup * update migration test ids to test * realign test name to check for to see if sample content was created * remove Product collection + move Examples into root * update collection_ids for the content too * remove click behavior for 'Revenue goal for this quarter' * Apply suggestions from code review * for the sample collection is_sample should be true * Drop CreateInternalUserNoOp * typo * update migration comments * 2 small fixes * fix data perms for example coll * add a comment so we don't have 2 blank lines in a row --------- Co-authored-by:
bryan <bryan.maass@gmail.com> Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
William <william@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
* use global e2e helpers * fix dashboard tests --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Jeff Bruemmer authored
-
github-automation-metabase authored
firefox Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
Co-authored-by:
Oleksandr Yakushev <alex@bytopia.org>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-