This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 03, 2024
-
-
Noah Moss authored
-
Raphael Krut-Landau authored
-
- Dec 02, 2024
-
-
metabase-bot[bot] authored
* serialization clarification * Apply suggestions from code review --------- Co-authored-by: Alex Yarosh <alexandra@metabase.com> Co-authored-by: Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by: Gustavo Saiani <gus@metabase.com>
-
- Nov 29, 2024
-
-
metabase-bot[bot] authored
Co-authored-by: github-automation-metabase <166700802+github-automation-metabase@users.noreply.github.com> Co-authored-by: Metabase bot <metabase-bot@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by: Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Denis Berezin authored
(cherry picked from commit 1686e8a6) # Conflicts: # .github/workflows/e2e-tests-embedding-sdk.yml # release/src/github.ts # release/src/version-helpers.ts # release/src/version-helpers.unit.spec.ts
-
metabase-bot[bot] authored
* Enable underlying-records drill in table viz for multi-stage queries * Fix e2e test * Add tests for underyling-records drill for multi-stage queries * Review feedback: filterv not-empty etc * Review feedback: add a breakout-only query to drill-thru canned-queries Co-authored-by: appleby <86076+appleby@users.noreply.github.com>
-
- Nov 28, 2024
-
-
github-automation-metabase authored
Do not show values initially when single select search does not have a filter value (#49577) (#50435) * Do not show values initially when single select search does not have a filter * Add repro for 49577 * Reword test case * Fix e2e test --------- Co-authored-by: Romeo Van Snick <romeo@romeovansnick.be> Co-authored-by: Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
metabase-bot[bot] authored
* add background-inverse color mapping * add tooltip themes * tooltip theming * apply to echarts tooltip * update tooltip default color * update tooltip defaults * add sdk color mapping * add additional theme colors * add echarts tooltip story * add loki tests * remove background-inverse theme color option * add to docs * use ChartTooltipRoot for story and update loki snapshot * update secondaryTextColor docstring * fix unit tests Co-authored-by: Phoomparin Mano <poom@metabase.com>
-
Alexander Solovyov authored
-
github-automation-metabase authored
* Update link to SDK npm page * Update link to SDK npm page Co-authored-by: Alberto Perdomo <albertoperdomo@users.noreply.github.com> Co-authored-by: Nicolò Pretto <info@npretto.com>
-
metabase-bot[bot] authored
Fixes https://github.com/metabase/metabase/issues/50501 Co-authored-by: Chris Truter <crisptrutski@users.noreply.github.com>
-
github-automation-metabase authored
-
metabase-bot[bot] authored
* Table Column Ordering Should Not Prevent Pivot Exports (#50599) * Table Column Ordering Should Not Prevent Pivot Exports Prior, when viz-settings existed for table column ordering, or if some columns were hidden in a regular table viz, the pivot export could fail. Now, if a pivot table is being exported, the table column sorting is properly ignored and the pivot export should work. * address feedback * kick --------- Co-authored-by: adam-james <21064735+adam-james-v@users.noreply.github.com> Co-authored-by: Adam James <adam.vermeer2@gmail.com>
-
- Nov 27, 2024
-
-
metabase-bot[bot] authored
* Add catalog validation in can-connect? implementation * Remove redundant let * Adjust description * Update modules/drivers/databricks/src/metabase/driver/databricks.clj --------- Co-authored-by: lbrdnk <lbrdnk@users.noreply.github.com> Co-authored-by: metamben <103100869+metamben@users.noreply.github.com>
-
metabase-bot[bot] authored
* use css variables for skeleton background color * apply theme to folder color * replace theme.white with themeColor * use name of folder chevron color * add background-inverse color mapping * Revert "add background-inverse color mapping" This reverts commit d0b546c5. * avoid overriding folder chevron color in emotion * use Mantine style overrides for NavLink Co-authored-by: Phoomparin Mano <poom@metabase.com>
-
metabase-bot[bot] authored
Fixes: #50422 Although we passed additional-options through subname in url parameters to DriverManager, we were also passing `:schema nil` as connection property. Co-authored-by: Case Nelson <case@metabase.com>
-
metabase-bot[bot] authored
--------- Co-authored-by: Nicolò Pretto <info@npretto.com> Co-authored-by: Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
github-automation-metabase authored
Co-authored-by: Ngoc Khuat <qn.khuat@gmail.com>
-
- Nov 26, 2024
-
-
metabase-bot[bot] authored
* Adding .png version of no_results.svg to fix #49012 (#50426) * Adding .png version of no_results.svg to fix #49012 * Adjusting text color to to match existing color scheme * Removing old unused no results assets; adding new png version of no_results.svg at matching resolution to pulse_no_results@2x.png * Fixing namespace import cycle * kick ci --------- Co-authored-by: Tyler Plude <tsplude@gmail.com>
-
metabase-bot[bot] authored
* remove pivot-grouping row and columns in tandem * add pivot card scalar test for csvs and xlsx. * improve test feedback * add a 'todo' for pivoted json exports * indent Co-authored-by: bryan <bryan.maass@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by: Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
* Pivot Export Aggregations Improved and Won't Error Fixes #50207 WIP - Totals now have appropriate aggregation implementation - Totals for different row and column partial paths could collide before (eg. if a pivot-col value was equal to the - measure idx), now the paths are unique and will not collide, causing errors * add a test * multiple measures need to have the correct order in each row * clean up, add some comments explaining totals paths * fix tests * add test to show add-rows working correctly after :rows-part :cols-part added Co-authored-by: adam-james <21064735+adam-james-v@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by: Alexander Polyankin <alexander.polyankin@metabase.com>
-
github-automation-metabase authored
* Normalize :temporal_units in action, card, and dashboard entries Fixes #50371 Co-authored-by: metamben <103100869+metamben@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by: Metabase bot <metabase-bot@metabase.com>
-
Phoomparin Mano authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Nov 25, 2024
-
-
github-automation-metabase authored
Co-authored-by: Alexander Polyankin <alexander.polyankin@metabase.com>
-
github-automation-metabase authored
* Add postcss-nested * Use postcss-nested over postcss-nesting Co-authored-by: Romeo Van Snick <romeo@romeovansnick.be>
-
github-automation-metabase authored
* Allow searching a single select list picker * Fix unit tests * Add repro for 49642 * Remove selection when searching * Rename parameter to value because it does not need to be a prefix * Simplify loading state for ListField * Use same DEBOUNCE_FILTER_TIME in ListField * Don't rely on waitTimeContext in test * Fix lint * Add initialization state for filter widget * Update Loki Snapshots * Update Loki Snapshots * Allow picking other values when selecting a single value dropdown value * Add comment about initialization * Use setup in test * Update Loki Snapshots --------- Co-authored-by: Romeo Van Snick <romeo@romeovansnick.be> Co-authored-by: Kamil Mielnik <kamil@kamilmielnik.com>
-
github-automation-metabase authored
fix(sdk): show loader right after visualizing in notebook editor for the first time (#50411) (#50472) * show sdk loading state when visualizing for the first time * rename to isQueryResultLoading * check for loading indicator * add notes on slow 3G Co-authored-by: Phoomparin Mano <poom@metabase.com>
-
Denis Berezin authored
-
github-automation-metabase authored
* Don't dissoc `:id` in `before-update` There seems to be a nasty footgun in toucan2 here. Say you're executing an `update!` command on a set of IDs, e.g.: ``` (t2/update! :model/Card :id [:in 1 2] {:view_count 1}) ``` This works if: - both cards 1 and 2 have `view_count=1` already - both cards 1 and 2 have `view_count!=1` However. If one of the two cards has `view_count=1` and another has a different view_count, then (if the `before-update` method doesn't have the primary key attached) Toucan emits a call to update *every card in the database*, without a where clause at all. Co-authored-by: John Swanson <john.swanson@metabase.com>
-
github-automation-metabase authored
Co-authored-by: Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by: Alberto Perdomo <albertoperdomo@users.noreply.github.com>
-
github-automation-metabase authored
* Update versions in SDK introduction * SDK - Update next-js versions * Tweak wording about React versions * Tweak Next.js versions * Bump node version to 20 * Bump node version to 20 Co-authored-by: Alberto Perdomo <albertoperdomo@users.noreply.github.com> Co-authored-by: Nicolò Pretto <info@npretto.com>
-
- Nov 24, 2024
-
-
github-automation-metabase authored
* Simplify epic template to require easier editing * Remove superflouous 'if any' * Rename engineering doc to technical design doc * Add link for testing plan * Remove feature branch sentence Co-authored-by: Romeo Van Snick <romeo@romeovansnick.be>
-
- Nov 22, 2024
-
-
github-automation-metabase authored
* prevent the UI from breaking if there is an invalid enum value set by MB_LOADING_MESSAGE * add test case * add enum validation on backend * oops - fix set-value-of-type! call --------- Co-authored-by: Sloan Sparger <sloansparger@users.noreply.github.com> Co-authored-by: Noah Moss <noahbmoss@gmail.com>
-