This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 28, 2023
-
-
metamben authored
* Add joinedThing and pickerInfo Fixes #31920.
-
Cal Herries authored
-
Ryan Laurie authored
fix object detail record nav for non-integer keys\ndont allow navigation past the end of the object detail data with the keyboard (#31912)
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- Jun 27, 2023
-
-
Cam Saul authored
* Extra Metric tests; include `:description` in the Metric `display-info` * Add `available-metrics` function & TS wrappers * Support passing a Metric to `lib/aggregate` * Include `:selected` information in Metric display info * Fix indentation * Revert changes to arithmetic type-of calculation * Test fixes
* Address PR feedback * Address PR feedback * Update docstring -
Mahatthana (Kelvin) Nomsawadi authored
-
Aleksandr Lesnenko authored
-
Case Nelson authored
* [MLv2] Native query manipulation functions for raw query and template tags * Remove circular dependency * Check extract, rather than recognize * Copy schema from #31789, fix tests for schema * Fix test * Update src/metabase/lib/js.cljs Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Update src/metabase/lib/native.cljc Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Convert template-tag dimension field to mlv2 * Update src/metabase/lib/schema/template_tag.cljc Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Include ::id/snippet * Add assert for modifying native queries * sort namespace --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
metamben authored
* Fix resolving inherited columns * Introduce remove-join function Part of #30093.
-
Alexander Polyankin authored
-
Ryan Laurie authored
* track dashcard events
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
-
- Jun 26, 2023
-
-
Ryan Laurie authored
* convert searchResult to typescript * expand searchResult tests and convert to typescript * remove prop types * cleanup tests and infoText component
-
Emmad Usmani authored
* only load cards and metadata for current dashboard tab * add e2e test * refactor * more refactoring * fix filters not working * update e2e test * fix bug with x-rays * add dashboard_tab_id to automagic-dashboard response * use schema check instead * fix on public dashboards * remove FE x-ray fix now that BE is fixed * add test for public dashboards * fix duplicate request for public dashboards * fix notification bug * fix failing unit tests in `reducers.unit.spec.js` --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
Denis Berezin authored
* Fix 'null' initial value for name field in new question save form * Refactored test to use common api
-
Ryan Laurie authored
* better error display and more permissive of backend errors
-
Uladzimir Havenchyk authored
-
Ryan Laurie authored
* allow image preview in object detail
-
Emmad Usmani authored
-
Uladzimir Havenchyk authored
* Rename styled jsx to tsx * Migrate styled files from jsx to tsx * Migrate styled files from js to tsx * Migrate enterprise styled files to tsx * Fixup
-
Denis Berezin authored
-
Kamil Mielnik authored
* Extract getIsTruncated * Extract useIsTruncated * Extract useIsTruncated to a separate file * Show tooltip in MarkdownPreview only if the text is truncated * Update hr colors in markdown and in markdown tooltip * Add a test to show tooltip only when ellipsis is applied * Use Element instead of HTMLElement in resize-observer and useIsTruncated - Use clientWidth instead of offsetWidth to detect horizontal ellipsis (offsetWidth comes from HTMLElement.prototype) * Introduce "dark" prop to Markdown and make tooltips use is consistently throughout the code * Use first child instead element of a div query selector to hopefully improve code safety
-
Anton Kulyk authored
-
Anton Kulyk authored
* Add `BucketPickerPopover` * Fix types
-
Nick Fitzpatrick authored
* changing chart settings labels to use htmlFor * updating table test to use findByLabelText * Updating tests to use findByLabelText * adjusting test
-
Nick Fitzpatrick authored
* Adding snowplow events for custom homepage and dashboard pdf downloads * PR Feedback * rebase fix
-
Alexander Polyankin authored
-
- Jun 25, 2023
-
-
Uladzimir Havenchyk authored
-
- Jun 23, 2023
-
-
Nick Fitzpatrick authored
* changing ChartSettingOrderedColumns to functional component * Adding e2e test * PR Feedback
-
metamben authored
Part of #30093.
-
Aleksandr Lesnenko authored
-
Jesse Devaney authored
* fix parameter mapping bug * add regression test for text card variable content --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Denis Berezin authored
* Fix automatic insights drill cause a full page reload * Refactor solution based on review suggestions
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
- Jun 22, 2023
-
-
Nick Fitzpatrick authored
-