This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 24, 2024
-
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
* Get rid of the styled component * Stack date operator on top of actual filter pickers * Use the existing `CurrentDatePicker` * Fix unit test * Conditionally apply padding to the `CurrentDatePicker` * Remove the custom prop
-
Denis Berezin authored
* part 1 * part 1 * part 2 * part 3 * part 4 * Self review * Self review * Fix merge conflicts * Fix e2e * review fixes * review fixes
-
Uladzimir Havenchyk authored
* test: add a test for the edge case in mapping on parameter change * fixup! test: add a test for the edge case in mapping on parameter change
-
Mahatthana (Kelvin) Nomsawadi authored
* Remove `this` reference from the markup * Move functions inline * Introduce a view component making it purer * Introduce question embed view component * Address review: Don't lie about types Co-authored-by:
Nicolò Pretto <info@npretto.com> * Address review: Make code consistent --------- Co-authored-by:
Nicolò Pretto <info@npretto.com>
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
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
-