This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 14, 2024
-
-
metabase-bot[bot] authored
-
- May 10, 2024
-
-
metabase-bot[bot] authored
* fix pie chart display when switching from notebook editor * remove hack * fix missing pie chart display * fix missing pie chart display * address feedback * fix type error Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
metabase-bot[bot] authored
* fix pie chart tooltip * add unit test Co-authored-by:
Emmad Usmani <emmadusmani@berkeley.edu>
-
- May 09, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
metabase-bot[bot] authored
* attempt to type the return value of actions created by createThunkAction * use built in Awaited instead of custom AwaitedIfPromise Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- May 08, 2024
-
-
metabase-bot[bot] 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:
Adam James <adam.vermeer2@gmail.com> Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
- May 02, 2024
-
-
metabase-bot[bot] authored
* Add string like filtering capabilities to filter widget (#42065) * Add string like filtering capabilities to filter widget * Address the review suggestions * Add e2e test * Address review suggestions * Update mongo e2e test id so it hopefully corresponds to CI data * Update e2e test to use id gathered from actual data * Expand and improve the E2E reproduction * Explicitly reference the underlying issues we're reproducing * Update frontend/src/metabase/querying/components/FilterPicker/FilterPickerBody/FilterPickerBody.tsx Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * Fix parens --------- Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com> * Restore the correct snapshot version * Fix E2E Repro #42065 failure (#42161) * Explicitly wait for the result to load * Remove the drill-through part from the repro --------- Co-authored-by:
lbrdnk <lbrdnk@users.noreply.github.com> Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
- Apr 24, 2024
-
-
metabase-bot[bot] authored
* Migrate Entity Copy Modal away from EntityForm * adding resumed values --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
metabase-bot[bot] authored
* Migrate SMTPConnectionForm to Form Provider * e2e test adjustment * updaing setting mock * PR feedback Co-authored-by:
Nick Fitzpatrick <nick@metabase.com>
-
- Apr 23, 2024
-
-
metabase-bot[bot] authored
* allow scientific notation (`e`) in `ChartSettingInputNumeric.tsx` * update spec * update comment Co-authored-by:
Emmad Usmani <emmadusmani@berkeley.edu>
-
metabase-bot[bot] authored
* fix queries being re-run because parameters were being compared with different sorts * add test to validate and enforce behavior Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
metabase-bot[bot] authored
* Fix not sending necessary HTTP headers when downloading results (#41633) * Fix not sending necessary HTTP headers when downloading results * Fix fail E2E tests * Add E2E test * Fix failed tests * Fix unit tests * Fix download on subpath * Fix unit tests for subpath * Fix `api.js`'s `transformResponse` API --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
metabase-bot[bot] authored
* Use proper case for year date format Fixes #40493 * Add regression test for specific filters in different locales * Actually use the locale Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Apr 22, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- Apr 19, 2024
-
-
metabase-bot[bot] authored
* Fix Dispatch type * Fix typing * Fix types Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Apr 18, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
metabase-bot[bot] authored
* Fix parameters parse * Add e2e test * Add e2e test Co-authored-by:
Denis Berezin <denis.berezin@metabase.com>
-
metabase-bot[bot] authored
* external link cards should apply the correct target attribute * add unit tests for absolute and relative question links in link cards Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
- Apr 17, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- Apr 16, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
* Fix unable to disable scan field values (#41170) * Migration to remove scan field values triggers for DBs that turn it off (#41348) --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- Apr 15, 2024
-
-
metabase-bot[bot] authored
* fix progress bar in query builder * add spec to verify regression fix Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
metabase-bot[bot] authored
fix header being rendered (with its border) on dashboard embedded with titled=false and only one tab (#41399) (#41407) * fix header being rendered (with its border) on dashboard embedded with titled=false and only one tab * embedframe-header -> embed-frame-header Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- Apr 11, 2024
-
-
metabase-bot[bot] authored
* increase activation distance for dashboard parameter dragging (#41123) * increase activation distance for dashboard parameter dragging * updating drag sensitivity for other places * adjusting e2e tests * backporting testid for grabber --------- Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
metabase-bot[bot] authored
* Use MLv2 to determine whether a query can be previewed * Add E2E repro for #40608 * Expand E2E repro * Fix test * Make sure the step is active and visible before offering to preview its query * Expand E2E test * Address review comment - use `getNotebookStep` helper Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Apr 10, 2024
-
-
metabase-bot[bot] authored
* Restore tabs display for embedded dashboard without title * Add unit test * Remove empty file --------- Co-authored-by:
Denis Berezin <denis.berezin@metabase.com> Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
- Apr 09, 2024
-
-
metabase-bot[bot] authored
* Update RTL to v12 * fixing unit tests --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
- Apr 04, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
metabase-bot[bot] authored
* Fix embedding (#40841) * Fix overflow static dashboard * Fix `frame` event's height for interactive dashboards * Fix E2E tests * Fix test names to match the correct GitHub issue numbers * Use `data-element-id` for consistency * Make the test selector more consistent * Use the new backported util from master --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
- Apr 03, 2024
-
-
metabase-bot[bot] authored
* Map row id on object detail id * Add a fallback * Add e2e test * Add a limit * Provide a fix for #34070 * Simplify test Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
metabase-bot[bot] authored
* Do not put js code into page title * Typecheck * Add e2e test * Update e2e/test/scenarios/question/document-title.cy.spec.js --------- Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com> Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Apr 02, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-
metabase-bot[bot] authored
# Conflicts: # frontend/src/metabase/collections/containers/CollectionContent.jsx Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
- Apr 01, 2024
-
-
metabase-bot[bot] authored
* Remove database prompt banner (#40648) * Remove location prop from AppBanner --------- Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-