This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 27, 2023
-
-
Alexander Polyankin authored
-
Tim Macdonald authored
-
Case Nelson authored
-
Ryan Laurie authored
* track dashcard events
-
Maz Ameli authored
-
Ryan Laurie authored
-
Noah Moss authored
* only try to parse temporal values during xlsx export when effective type is temporal * add dan's test suggestion
-
Aleksandr Lesnenko authored
-
Alexander Polyankin authored
-
Aleksandr Lesnenko authored
-
Anton Kulyk authored
-
Cal Herries authored
-
- Jun 26, 2023
-
-
Noah Moss authored
* read is-metabot-enabled setting from env var only * change visibility back to public * skip metabot specs * skip one more spec * fix BE tests * fix indentation * more indentation --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
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
-
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>
-