This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Dec 20, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
- Dec 19, 2024
-
-
github-automation-metabase authored
-
github-automation-metabase authored
* show all columns in scatter tooltip by default * update e2e spec Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Oleksandr Yakushev <alex@bytopia.org>
-
github-automation-metabase authored
* fix horizontally trimmed content on short pages * include filters * update specs Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
* allow collection clean up banner to be dismissable * small change * dismiss the banner if the user uses the clean up modal * add test coverage Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
* Updating "Export dashboard as PDF" * Typo * updating the screenshot Co-authored-by:
Abed Habli <154609371+abdhabli@users.noreply.github.com>
-
github-automation-metabase authored
* short circuit tracking for ignored requests - add fall-through for ignored embedding requests * add test for ignored status codes * remove cruft * add logging for unknown clients or statuses * Fix some e2e tests in custom-column and view-data (#51431) * warn on reflection! --------- Co-authored-by:
bryan <bryan.maass@gmail.com> Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
github-automation-metabase authored
add sdk theme selector to storybook + split the storybook sdk config into its own folder (#51122) (#51497) * add sdk theme selector to storybook * let's try to split the storybook Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Dec 18, 2024
-
-
github-automation-metabase authored
* add percentages to sankey tooltip * another tooltip variant * specs * lint Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
github-automation-metabase authored
Co-authored-by:
Oleksandr Yakushev <alex@bytopia.org>
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com> Co-authored-by:
Phoomparin Mano <phoomparin@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Abed Habli <154609371+abdhabli@users.noreply.github.com>
-
github-automation-metabase authored
backported "fix(sdk): migrate to custom redux context to allow using the sdk on host apps that use redux" (#51414) * step1: add MetabaseReduxProvider and make our hooks + connect fn use it step1: add MetabaseReduxProvider and make our hooks + connect fn use it * step 2: codemod * step 3: manual fixes * step 4: e2e test for sdk --------- Co-authored-by:Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
* lychee to lint doc links (#51422) Co-authored-by:
Ryan Laurie <iethree@gmail.com> * tests(jest): add ES module is-absolute-url to the transform ignore (#51438) --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> Co-authored-by:
Ryan Laurie <iethree@gmail.com> Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
- Dec 17, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <chris@metabase.com>
-
Phoomparin Mano authored
* revert me - run this workflow against the release-x.52.x branch * Revert "revert me - run this workflow against the release-x.52.x branch" This reverts commit 09026adc. * re-enable cross-version tests
-
github-automation-metabase authored
Co-authored-by:
Chris Truter <chris@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
github-automation-metabase authored
-
Phoomparin Mano authored
-
github-automation-metabase authored
Co-authored-by:
Demetrio <53023423+ddowbnac@users.noreply.github.com>
-
Phoomparin Mano authored
* temporarily disable e2e cross-version tests * Revert "temporarily disable e2e cross-version tests" This reverts commit b5c60946. * skip until workflow is fixed
-
Phoomparin Mano authored
* Fix Embedding SDK cross-version e2e tests for release 51 branch (#51171) * bogus change to trick the ci - to revert * add the stub back * fix the stub name * fixme - hard code sdk_version for testing the workflow * fixme - hard code build requirements for testing the workflow * check resolved package path * fixme - check why require.resolve is erroring * fixme - add console log to get resolved package path * fixme - additional ci debugging logs * fixme - try limiting module search path to node_modules * fixme - try multiple strategies for resolving modules * fixme - throw a script error if resolution fails * remove unused event.json * fix webpack component script * fixme - comment out pull_request event block * return empty alias path if resolution failed * temporarily skip create question tests * fixme - debug create question tests failing * fixme - debug create question tests failing * fixme - revert sparse checkout version pinning * fixme - change hard-coded sdk version * revert fixme debugging changes * cleanup workflow changes * cleanup fixme changes to trigger ci --------- Co-authored-by:
Denis Berezin <denis.berezin@metabase.com>
-
github-automation-metabase authored
* Fix unexpected rounding in csv & json exports when column multiplier is non integral * Fixing table unit test * Adding WIP test * Adding test case for validating new scaling logic is applied appropriately in exports * Reverting id-or-name change and adjusting new scaling unit test * Updating formatting to fix cljfmt in CI * removing debug def * Preserving integral behavior if scale is nil Co-authored-by:
Tyler Plude <tsplude@gmail.com>
-
- Dec 16, 2024
-
-
github-automation-metabase authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
github-automation-metabase authored
Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
github-automation-metabase authored
Previously, cumulative aggregators were being done in clojure after the mongo query was finished. However, this didn't work on multi-step queries where the cumulative aggregator wasn't the last step (for example, do a cumulative sum and then filter the result). Implementing cumulative operators directly in mongo fixes this issue. Co-authored-by:
William <william@metabase.com>
-
github-automation-metabase authored
* wip nextjs compat docs * explain how to do manual wrapping * doocs * better explanation of the index file * Apply suggestions from code review * Update docs/embedding/sdk/next-js.md --------- Co-authored-by:
Nicolò Pretto <info@npretto.com> Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-