This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 14, 2024
-
-
metabase-bot[bot] authored
# Conflicts: # frontend/src/metabase/browse/analytics.ts # frontend/src/metabase/browse/components/BrowseApp.tsx # frontend/src/metabase/browse/components/ModelExplanationBanner.tsx # frontend/src/metabase/routes.jsx Co-authored-by:
Raphael Krut-Landau <raphael.kl@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com> Co-authored-by:
Chris Truter <crisptrutski@users.noreply.github.com>
-
metabase-bot[bot] authored
-
- Mar 13, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alex Yarosh <alexandra@metabase.com>
-
metabase-bot[bot] authored
* updated pot file for v49 * update translations for 49 Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
metabase-bot[bot] authored
* explicit callout for data download * rephrase "data download" -> "download results" * review suggestions * wrong link Co-authored-by:
Alex Yarosh <alexandra@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Fixes #39940. Co-authored-by:
Braden Shepherdson <braden@metabase.com>
-
metabase-bot[bot] authored
* Faster sync-fks (#38970) * Change driver changelog and remove describe-table-fks in 52 instead of 53 --------- Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com> Co-authored-by:
Callum Herries <calherries@gmail.com>
-
metabase-bot[bot] authored
Correctly show a selected table (in the data selector) which comes from a multi-schema database (#39930) (#40076) * Show selected table in the data selector Fixes #39807. * Build schema information when table is selected * Remove now unused method * Update only the selected schema id information * Obtain schema id from the state * Introduce multiple schemas to the writable database * Add E2E reproduction for #39807 * Fix unit test * Fetch schema if needed according to the new condition Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
metabase-bot[bot] authored
* some clarifications around subscriptions * Apply suggestions from code review --------- Co-authored-by:
Alex Yarosh <alexandra@metabase.com> Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] authored
This reverts commit 9413706b. Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] authored
Repro #29943 - Wrong field highlighted when editing model metadata if custom column added to left of column (#39996) (#40053) * Repro #29943 - Wrong field highlighted when editing model metadata if custom column added to left of column * Refactor assertions * Reuse getHeaderCell Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Mar 12, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
metabase-bot[bot] authored
Fixes #39657. Co-authored-by:
Braden Shepherdson <braden@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
metabase-bot[bot] authored
* Detect the use of unsupported features in the expression editor * Use an object to pass parameters to resolve * Handle clauses that do not require feature * Use postgres-12 for testing datetime functions Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Oisin Coveney <oisin@metabase.com>
-
metabase-bot[bot] authored
* Convert QueryVisualization to a functional component * Add a custom message after loading for a while * Add test for slow database message * Loop through different custom messages * Use cy.clock to test timeouts * Make getLoadingMessage a function Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-
metabase-bot[bot] authored
Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
- Mar 11, 2024
-
-
metabase-bot[bot] authored
Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
metabase-bot[bot] authored
Co-authored-by:
Cal Herries <39073188+calherries@users.noreply.github.com>
-
metabase-bot[bot] authored
* Add repro for metabase#35711 * Format code Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
metabase-bot[bot] authored
Fix - Description for calculated columns in model metadata editing page is incorrectly populated with description from other columns (#39851) (#39921) * Fix metabase#34349 * Remove outdated comment * Add repro for metabase#34349 * Add tag for issue 25884 and extract a constant Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Mar 08, 2024
-
-
metabase-bot[bot] authored
* Using CSS transition and component for QB header * Reduce delay on hovercard in tests * Increase timeout on hovercard * Wait for longer in hovercard test * mouseover --------- Co-authored-by:
Nick Fitzpatrick <nick@metabase.com> Co-authored-by:
Romeo Van Snick <romeo@romeovansnick.be>
-
metabase-bot[bot] authored
Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-
metabase-bot[bot] authored
Co-authored-by:
Jesse Devaney <22608765+JesseSDevaney@users.noreply.github.com>
-