This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 16, 2023
-
-
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
-
Nemanja Glumac authored
* Consolidate "create new dashboard" workflow * Consolidate "add new dashboard card" tests * Remove redundant repro for 25705 * Group and consolidate "title and description" tests * Move repro 26826 to the main `dashboard` corpus * Fix `visualization-options` spec name * Make `dashboardHeader` more specific * Consolidate "duplicate dashboard" tests * Clean up and consolidate all dashboard management test * Fix test failure https://www.deploysentinel.com/ci/runs/64d9eb30fa6644982d115267 * Fix dashboard auto apply filters test failure https://www.deploysentinel.com/ci/runs/64d9e91c7b3e6a1ddb9363c8 * Fix custom homepage test https://www.deploysentinel.com/ci/runs/64d9e9a8f048784ce96aedf2 * Another attempt to fix a failing test * Bring back a test removed during rebase
-
Alexander Polyankin authored
-
Oisin Coveney authored
-
Uladzimir Havenchyk authored
* Add docs about running tests with snowplow [skip ci] * Update docs/developers-guide/e2e-tests.md Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
metamben authored
Porting fix alias of joined column LHS of standard join conditions (#32987) * Check if the LHS has the alias of the current join before stripping its alias. * Remove dependent joins when removing a join
-
- Aug 14, 2023
-
-
Aleksandr Lesnenko authored
-
Cam Saul authored
* Simplified impl. * Fix kondo errors * Cljs test fix
-
Oisin Coveney authored
-
Emmad Usmani authored
* fix `ChartSettingInputNumeric` decimals on safari * add unit test
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Anton Kulyk authored
* Extend `ace-builds.d.ts` * Partially migrate to TypeScript Define component props and state types, add straightforward types * Add editor ref null checks * Add null checks for optional fn props * Fix missing types (simple) * Add straightforward ace editor null checks * Cast editor type on load * Fix `cardTagIdAtCursor` method * Fix `handleCursorChange` method * Fix missing arguments for ace's `setScrollMargin` * Use `Question` methods over properties * Use ace's completer types * Add editor null checks * Fix `setTableId` method * Fix `_updateSize` method * Fix `getCardTagCompletions` method * Fix `getSnippetCompletions` method * Fix autocompletion types * Fix scroll margin * Fix `fetchQuestion` type * Fix resizable box * Remove redundant editor null check * Fix incorrect type * Break down `OwnProps` * Fix `_lastAutoComplete` type * Minor fix * Minor fix * Avoid ace editor type casting * Add radix to `parseInt`
-