This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 17, 2023
-
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Convert `VisibilityToggler` to TypeScript * Conver `RightClickPopover` to TypeScript * Convert `DataReferenceButton` to TypeScript * Convert `NativeVariablesButton` to TypeScript * Convert `SnippetSidebarButton` to TypeScript * Convert `NativeQueryEditorSidebar` to TypeScript * Make `size` prop required for sidebar buttons * Fix setting default prop value twice * Address comments * Remove `NativeVariablesButton.shouldRender`
-
metamben authored
-
Jeff Bruemmer authored
-
Kamil Mielnik authored
* Add disabled prop to ListItem * Disable syncing tables in data reference page * Add disabled prop to Root * Format code * Add a test case for disabled ListItem * Extract PLACEHOLDER_TEXT * Fix typo * Update test name * Add test boilerplate * Add a basic rendering test for TableList * Add data-testid prop to ListItem * Add tests for tables with various initial_sync_status * Improve assertions * Add style assertions * Remove unused argument and inline defaultProps
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Convert `TagEditorHelp` to TypeScript * Convert `TagEditorParam` to TypeScript * Convert `TagEditorSidebar` to TypeScript * Fix export
-
Anton Kulyk authored
-
Nemanja Glumac authored
The flake happened when adding models to the dashboard due to the conflicting intercepted routes that we're waiting for. This commit removes intercepts and waits altogether. It relies on UI instead. Example of a failed run: https://github.com/metabase/metabase/actions/runs/5882560809/job/15953891019?pr=33245#step:14:502
-
Nicolò Pretto authored
-
Cal Herries authored
-
Nemanja Glumac authored
* Add E2E tests for downloads in embedding questions pt1 This commit adds tests that make sure preventing downloads from the embedding questions is not possible without a token. * Add E2E tests for premium embedding downloads This commit adds tests that make sure the premium token allows one to disable downloads for embedded questions.
-
- Aug 16, 2023
-
-
Jerry Huang authored
Hide columns from SQL Query such that they will take effect in dashboard subscription email/slack (#32991) * initial columns * fix tests * only filter when exists * add test * add whitespace * add noah code * fix test * add column reordering * fix issues with column ordering * rename test * Update src/metabase/pulse/render/body.clj Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com> --------- Co-authored-by:
Noah Moss <32746338+noahmoss@users.noreply.github.com>
-
Jeff Bruemmer authored
-
Case Nelson authored
* [MLv2] Include temporal-bucketing on selected join condition columns * Update test/metabase/lib/join_test.cljc Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
shaun authored
-
Cal Herries authored
-
Aleksandr Lesnenko authored
-
Jeff Bruemmer authored
* migration note * note about same version
-
Cam Saul authored
* MLv2 cleanup: import more lib.metadata.calculation stuff; more test helpers * Update QP code * Test fix
* Fix bad :require * Fix bad :require -
Uladzimir Havenchyk authored
-
Ryan Laurie authored
-
Denis Berezin authored
* Drills migration preparation - unified types, moved Mode, detached actions from drills * Click actions components renaming * Moved Automatic Insights back to drills
-
Mahatthana (Kelvin) Nomsawadi authored
* Translate admin audit * Add missing translations in admin audit details * Translate MappingEditor * Translate AddMemberRow * Translate GroupsListing * Add missing translation in admin collection permission * Translate MoveCollectionModal * Translate invite user form * Translate Table conditional settings select * Translate date format options * Format gauge chart settings * Remove unused audit tables * Add missing translation * Don't translate email
-
Alexander Polyankin authored
-
Tim Macdonald authored
-
Nicolò Pretto authored
* cancels ongoing cards when saving a dashboard * refactor: change from stub to spy so that we can also see in the inspector that the request has been cancelled * test that the data will eventually be displayed
-
Cal Herries authored
-
Tim Macdonald authored
[Fixes #33193]
-
Anton Kulyk authored
* Fix `filterClause` return type * Add `FilterOperatorDisplayInfo` * Make `ColumnWithOperators` a subset of `ColumnMetadata` * Fix `ExternalOp` marked as opaque * Use `ColumnMetadata` in `ExternalOp` `args`
-
- Aug 15, 2023
-
-
Ryan Laurie authored
* Round small values to zero with no min/max difference on the Y scale * dont show nulls as zero
-
Ryan Laurie authored
-
metamben authored
Fixes #32948.
-
Cam Saul authored
-
Noah Moss authored
-
Tim Macdonald authored
* Remove obsolete CLI flags for `export`; fix collection specification [Fixes #33168] * Allow comma-separated IDs
-
Cam Saul authored
-
Case Nelson authored
* Improve sql parameter mismatch error message It is possible to write native sql queries that try to hide parameters within comments or identifiers. Unfortunately PreparedStatement will almost always explode in these cases since you can only parameterize values in sql caluses. The error message of various drivers is quite poor, so we add a heuristic to look for these poor messages and replace it with a message prompting the user to look for a misuse of parameters. * Address review comments * Exclude drivers that do not support getParameterCount
-
Cam Saul authored
* Remove `:metabase.lib.*` keys from field refs when converting refs to legacy * Fix hardcoded database ID
-
adam-james authored
* Normalize Formatted strings on \space char. Some JVMs use nbsp chars in their formatted strings. I noticed weird test failures that printed the same because of this and it was confusing. So I propose a simple string replace to normalize on one type of space char only. * Change use of strings in str/replace to chars to pass the linter
-