This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 09, 2024
-
-
Ryan Laurie authored
* update e2e tests * rework linked entity picker * remove deprecated pickers * remove dead picker code * another one bites the dust * remove create collection on the go * update linkedEntityPicker unit tests- * update timeline move modal * remove unused import
-
Mahatthana (Kelvin) Nomsawadi authored
-
Ngoc Khuat authored
-
Nemanja Glumac authored
* Remove unused functions * Remove `export` from a local function * Remove googleanalytics related engine code * Use `getEngines` selector instead of the deprecated Metabase `Settings` * Use `getDefaultEngineKey` * Use `formatSQL` function locally * Remove unused `getEngineLogo` function * Convert to TS * Remove unused export * Fix types * Expand test coverage * Update type * Remove `googleanalitics` from an assertion * Address review comment * Expand types * Add tests for `isDeprecatedEngine` * Expand tests
-
Romeo Van Snick authored
-
Cam Saul authored
-
Ngoc Khuat authored
* fix malli error in defendpoint * fix a couple more error print-outs --------- Co-authored-by:
Bryan Maass <bryan.maass@gmail.com>
-
- May 08, 2024
-
-
Aleksandr Lesnenko authored
-
Ryan Laurie authored
* remove in modeluploadmodal * remove unnecessary padding from new collection dialog
-
Ryan Laurie authored
* wip dashboard picker * use in homepage selector * remove dead code * remove generateKey prop * add unit tests * cleanup * WIP unit tests * update personal/public interactions and tests * update e2e tests * allow disabling items in dashboardPicker * add new dashboard tag invalidation * use rtk in dashboardpicker * use collection_id from api * horrendous way of disabling read only items * remove badness * disallow selecting read-only dashboards in dashboard picker search * pass search filter as prop * update types and tests * update types and tests * address review comments
-
bryan authored
* adds watch alias, which reloads BE on file changes * watch dev, src, test + every path in `:extra-paths`
-
Raphael Krut-Landau authored
-
bryan authored
* convert `SocketChannelEndpoint` to `SocketChannel` * Remove fatal logging (used for debugging) * check for nil channel + log on unknown type * only log unexpected transport types once
-
Ryan Laurie authored
-
Cam Saul authored
* Cam's module linter 5000 * Get Kondo passing * Revert changes to usage of mdb.setup/setup-db! * Check ns shapes * Add ns :require shape linter; PR feedback * Linter fixes
-
Noah Moss authored
-
Phoomparin Mano authored
* prop to reserve height and use full height by default * require height to be passed * add default height based on viz type * default to 250px * reserve table height * remove memoization * rely on the card size defaults constant * multiply by a fixed constant * correct vis to viz
-
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
-