This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 24, 2024
-
-
Ryan Laurie authored
* don't show audit db in permissions # Conflicts: # enterprise/frontend/src/metabase-enterprise/audit_app/index.js # frontend/src/metabase-types/api/database.ts # frontend/src/metabase/admin/permissions/selectors/data-permissions/data-sidebar.ts # frontend/src/metabase/plugins/index.ts * special v49 treatment * fix test for v49 * add e2e tests for 45831 # Conflicts: # e2e/test/scenarios/collections/instance-analytics.cy.spec.js
-
- Jun 14, 2024
-
-
Jesse Devaney authored
* prevent waterfall chart negative values for having column value scaling double applied * add unit test
-
Aleksandr Lesnenko authored
-
metabase-bot[bot] authored
-
- Jun 13, 2024
-
-
Alexander Polyankin authored
* Fix remapping with models in a dashboard * Fix parameter field matching in MLv1 * Add e2e test * Add e2e test * Add e2e test
-
- Jun 05, 2024
-
-
metabase-bot[bot] authored
* temporarily removes the SameSite=None suggestion box * fix copy Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- May 31, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com>
-
- May 28, 2024
-
-
Jesse Devaney authored
* fix trend charts erroring on latest value being null * refactor previousRowIndex calculation * handle errors gracefully * refactor error messages * update computeTrend unit tests * add error handling integration test * add E2E test to check that errors are gracefully handled * add integration test to enforce the fix * fix static viz * display more meaningful error on static-viz trend charts * move error handling out of trend chart and fix error handling in Visualization.tsx * update compute.unit.spec.js * update SmartScalar.unit.spec.js * use separate error handler for ErrorBoundary errors in Visualization.jsx * update E2E test * update error handling * update compute.unit.spec.js * fix react state change error in render function * show generic error message for ErrorBoundary caught errors * revert ErrorBoundary changes * remove generic error border for visualizations
-
- May 20, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
- May 16, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
- 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>
-