This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 24, 2024
-
-
lbrdnk authored
This commit adds `$size` operator wrapping to `$addToSet`. That enables use of `:distinct` clause in expressions on Mongo.
-
Ryan Laurie authored
* fix infinite backport PR recursion * dedupe issue numbers
-
Alexander Solovyov authored
-
Alexander Solovyov authored
This not only does not make sense, but also fails for models with aggregations (and thus not having those fields for filtering available).
-
Ryan Laurie authored
-
- Jun 22, 2024
-
-
Alexander Solovyov authored
-
Uladzimir Havenchyk authored
* refactor: Rework undo to typescript * fixup! refactor: Rework undo to typescript * fixup! fixup! refactor: Rework undo to typescript * Convert UndoListing to ts * fixup! Convert UndoListing to ts * Update frontend/src/metabase/redux/undo.ts Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * address review --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jun 21, 2024
-
-
Jeff Bruemmer authored
-
Denis Berezin authored
* Add global styles to storybook, fix default fonts display * Update loki testing screenshots
-
adam-james authored
This PR disables the 'make exports look pivoted' post processing step for csv and xlsx exports. This is in response to a reported issue that Large Pivot Table downloads are failing entirely: #44556 A more hollistic fix and improvement to the post processing feature will be worked on, so the post processing code is left untouched in this PR. The dynamic vars in the csv and xlsx namespaces each default `false` and disable the export from running any post processing. The var should remain `false` until we've got a plan for these types of exports, and there is no way for users (either through ENV or UI) to change this, so the feature is effectively disabled.
-
Jeff Bruemmer authored
-
Cam Saul authored
* Set `useLocalSessionState=true` for MySQL DW connections * Fix GH issue number * Test fixes
* Lint fix -
github-automation-metabase authored
-
Nicolò Pretto authored
* convert embed.ts to use createSlice from rtk * only store in the state what we care about for interactive embedding * use DEFAULT_EMBED_OPTIONS keys to filter searchOptions * removed unused hash parameter * adds basic unit test
-
John Swanson authored
There were two problems here: - wrong args to `mdb/migrate!` (passing the db-type as well as the data source), and - in MySQL, the changelog table name is not `:databasechangelog`. Use `metabase.db.liquibase/changelog-table-name` to get the actual table name.
-
Mahatthana (Kelvin) Nomsawadi authored
* refactor: Simplify code (#44275) * Remove dead code * Remove values same as default options * Simplify hook API: Removing unused argument * review: Remove redundant code * Refactor
-
Anton Kulyk authored
* Skip repro for 10493 * Add repro for 44532 * Remove `ensureMetricsAndDimensions`
-
Kamil Mielnik authored
* Show table's schema name when available * Add a test * Add a test for empty table schema
-
Phoomparin Mano authored
-
Oisin Coveney authored
-
Oisin Coveney authored
Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
Oisin Coveney authored
-
Nicolò Pretto authored
* file renamed to .ts * fixed ts errors in browser.ts
-
Kamil Mielnik authored
- Run "npx update-browserslist-db@latest"
-
Ryan Laurie authored
* move cloverage to a nightly run * what a mess
-
- Jun 20, 2024
-
-
Chris Truter authored
-
Noah Moss authored
* Don't run sandboxing rollback test on mysql * Update test/metabase/db/schema_migrations_test.clj
-
Cam Saul authored
Make the App DB transaction isolation level READ_COMMITTED for MySQL [MEGA PERFORMANCE BOOST] (#44505) * Make the App DB transaction isolation level READ_COMMITTED for MySQL/MariaDB [MEGA PERFORMANCE BOOST] * Add test
-
Mateusz Burzyński authored
-
John Swanson authored
Add a new query parameter to `/api/collection/:id/items` and `/api/collection/root/items`. If `official_collections_first` is passed, we'll sort official collections first, or not, as requested. If it isn't passed, we'll default to `false` for the trash collection, or `true` for normal collections.
-
Nick Fitzpatrick authored
* Fix crash on restoring bookmarked items, update bookmarks on restore * adding bookmark assertions to e2e tests * removing unintended createDashboard change
-
Cam Saul authored
-
Jeff Bruemmer authored
-
Noah Moss authored
-
Nemanja Glumac authored
-
Nicolò Pretto authored
* simplify bordered logic *
setTitled * setHideDownloadButton * setHideParameters * inline useEmbedDisplayOptions * move DEFAULT_EMBED_DISPLAY_OPTIONS to costants file so we can remove use-embed-display-options.ts * move consts up in the file * update deps of useEffect * fix ts error in the sdk * use useEmbedFrameOptions in useDashboardUrlParams * embed frame should not touch the `embed` slice, which is used for interactive embedding -
Mahatthana (Kelvin) Nomsawadi authored
-
Alexander Polyankin authored
-
Raphael Krut-Landau authored
fix(admin): Add e2e tests of the database caching policy form's basic functionality (in Admin / Performance) (#44416) Closes #44478
-
Ngoc Khuat authored
-