This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 08, 2024
-
-
adam-james authored
* Dashboard Param Values Common Impl for Embedding/Preview Embedding Refactor the embedding api namespace to allow a bit of reuse between the embedding api and the embedding preview api. In some cases, the implementations are not identical (in terms of the shape of data expected/endpoints available), so this is a first step to making them the same. Related: https://www.notion.so/metabase/Make-embedding-preview-behave-consistently-with-actual-static-embeds-855353d8e5e8411d8164c7ac563c7d2f * Add a test to verify that preview-embed param-values endpoint works * Use preview embed endpoint and fix relevant tests * Add tests * Change name to reflect what actually happens in the function --------- Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
Ryan Laurie authored
-
Raphael Krut-Landau authored
Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Mahatthana (Kelvin) Nomsawadi authored
* Support custom font in SDK * Update component after merging master
-
Nicolò Pretto authored
* attempt to type the return value of actions created by createThunkAction * use built in Awaited instead of custom AwaitedIfPromise
-
Jeff Bruemmer authored
-
Uladzimir Havenchyk authored
-
Uladzimir Havenchyk authored
-
Phoomparin Mano authored
* allow customizable base font size * pass in fontSize in mantine theme * only apply font size if it exists
-
dpsutton authored
now: ```clojure ❯ clj -M:"$ALIASES" Warning: environ value /Users/dan/.sdkman/candidates/java/current for key :java-home has been overwritten with /Users/dan/.sdkman/candidates/java/21.0.2-tem 2024-05-07 19:55:25,167 INFO metabase.util :: Maximum memory available to JVM: 8.0 GB ``` no logs about recur targets unboxing
-
Nemanja Glumac authored
-
Abed Habli authored
* updating the first section * updating the column header formatting screenshot * Typo * Update docs/questions/sharing/visualizations/table.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> * Update docs/questions/sharing/visualizations/table.md Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Chris Truter authored
-
Cal Herries authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
Ngoc Khuat authored
-
Nemanja Glumac authored
-
Alexander Solovyov authored
-
- May 07, 2024
-
-
Cam Saul authored
* Don't optimize [:between <expr w/ :default bucketing> <relative-datetime> ...] filters * Update tests
-
Cam Saul authored
* Only nest expressions referenced in breakouts or aggregations * Support Offset() as expression with no breakouts * Test fixes
* Oracle test update * Improved Oracle test * Test update * Fix busted test * Fix running and saving Offset over the REST API * Remove stray :wow * More test fixes -
Ryan Laurie authored
* Add back entity picker search item tooltip This reverts commit 7fbf839e415f717633e223c34600655ca2865181. * make z-indexes a bit more sane * fix rebase
-
Cam Saul authored
* Only nest expressions referenced in breakouts or aggregations * Test fixes
* Oracle test update * Improved Oracle test -
Romeo Van Snick authored
* Add suffix to name if column already exists * Add test for duplicate combine columns * Use direct question in test Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Fix formatting * Use createQuestion for other tests too * Fix table references --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Nick Fitzpatrick authored
* initial attempt * search button * small adjustments * adding back the search bar * adding an extra check in e2e * i18n adjustment * impls pr feedback --------- Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
dpsutton authored
before: ```clojure ❯ clj -M:"$ALIASES" Warning: environ value /Users/dan/.sdkman/candidates/java/current for key :java-home has been overwritten with /Users/dan/.sdkman/candidates/java/21.0.2-tem WARNING: abs already refers to: #'clojure.core/abs in namespace: clojure.algo.generic.math-functions, being replaced by: #'clojure.algo.generic.math-functions/abs 2024-05-07 04:39:37,890 INFO metabase.util :: Maximum memory available to JVM: 8.0 GB ``` after: ```clojure ❯ clj -M:"$ALIASES" Warning: environ value /Users/dan/.sdkman/candidates/java/current for key :java-home has been overwritten with /Users/dan/.sdkman/candidates/java/21.0.2-tem 2024-05-07 04:40:42,561 INFO metabase.util :: Maximum memory available to JVM: 8.0 GB ``` Now no warning about `abs`
-
Aleksandr Lesnenko authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Update the README to document some SDK quirks * Address review
-
Kamil Mielnik authored
* Remove snippets in search models - They're not supported, see model-to-db-model in search/config.clj * Fix TS error * Fix TS error
-
Ngoc Khuat authored
-
Romeo Van Snick authored
* Use extract column icon for column extraction drill thru * Use combine column icon for column combine drill thru
-
Ngoc Khuat authored
-
Tim Macdonald authored
* Remove unusued code paths for automagic filtering All the way from 2018! * Use pre-computed value
-
- May 06, 2024
-
-
Ryan Laurie authored
* add basic table component * use basic table in api keys UI * tweak padding * replace test id * update e2e test ids
-
Aleksandr Lesnenko authored
-
Ryan Laurie authored
* add new entity picker result item * simplify types * enterprise icon fixes * unit test fixes * design updates * address PR comments * remove poorly implemented tooltip * fix unit test * simplify spinner situation
-
Ryan Laurie authored
* Make bulk action bar reusable * unify bulk action usage * skip obsolete test
-
Aleksandr Lesnenko authored
* add chart model logging * fix x-axis time series interval computation when x-values include nulls
-
bryan authored
-