This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 26, 2023
-
-
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
-
Jeff Bruemmer authored
-
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
-
Noah Moss authored
-
Jeff Bruemmer authored
-
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
-
Mahatthana (Kelvin) Nomsawadi authored
* Group tests to make it easier to follow * Add the first parameter with default values test * Modify a test util API to make it easier to understand * Make the assertion more concise * Add more tests to cover default parameter values * Address review: cleanup + fix typo Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jun 25, 2023
-
-
Uladzimir Havenchyk authored
-
Uladzimir Havenchyk authored
-
- Jun 24, 2023
-
-
metamben authored
The join-alias of joined columns should not escape the stage of the join.
-
- Jun 23, 2023
-
-
Nick Fitzpatrick authored
* changing ChartSettingOrderedColumns to functional component * Adding e2e test * PR Feedback
-
metamben authored
Part of #30093.
-
Aleksandr Lesnenko authored
-
Case Nelson authored
[MLv2] filter-clause and aggregation-clause should return a raw MBQL clause, not external op (#31748) Fixes # * [MLv2] filter-clause and aggregation-clause should return a raw MBQL clause, not external op * Add tests for clause fns * Fix linter
-
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
-
metamben authored
-
Alexander Polyankin authored
-
Ryan Laurie authored
* add e2e tests for CSV upload snowplow event * add invalid upload test
-
Denis Berezin authored
[ci skip]
-
- Jun 22, 2023
-
-
Aleksandr Lesnenko authored
* bump jest tests timeout * actually let's bump it to 30 seconds
-
Aleksandr Lesnenko authored
-
Nick Fitzpatrick authored
-
Cal Herries authored
-
Tim Macdonald authored
-
Ryan Laurie authored
* limit uploads to 50mb * make limit stinrg more i8n friendly * update test
-
Aleksandr Lesnenko authored
-
Alexander Polyankin authored
-