This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 24, 2024
-
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Fix the comment * Update the threshold for the front-end
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
* Exrtract 'useResetParameterMapping' * Extract 'DashCardCardParameterMapperButton' * Extract 'DashCardCardParameterMapperContent' * cleanup * Drop if/else * cleanup
-
lbrdnk authored
This PR removes `:role` removal from spec, even if it was added in `:connection-uri`. It seems that `:connection-uri` is ignored on `do-with-connection-options` code path. Hence use of non-default roles is again available on Snowflake.
-
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
-