This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 31, 2024
-
-
Nick Fitzpatrick authored
* initial commit with most types sorted * admin, binning, collections, custom-column and dashboard-cards suites * Filters, Joins, Metrics, Models, Native and Native filters suites * rest of e2e specs * filters, actions, onboarding and custom column will hopfully be green? * fixing static viz, brush filtering, login redirecting, and a few other tests * types green * linter green * hopefully fixes filter tests * I don't often cry, but when I do it's because of filter-types * hopfully sorted the last test that's failing CI * PR Feedback * yarn prettier * React 18 Upgrade - Unit Tests (#41577) * fixes for most unit tests to work with react 18 + upgraded rtl to v15 * fixes all unit tests locally * fixes from rebasing * linter shames me * fix flake in maps.cy.spec.js --------- Co-authored-by:
Sloan Sparger <sloansparger@users.noreply.github.com> Co-authored-by:
Sloan Sparger <sloansparger@gmail.com>
-
Noah Moss authored
-
Romeo Van Snick authored
Show the columns for the correct stage when using combine/extract in the presence of an aggregation (#43226) * Do not use asReturned to determine columns for extractions and combine columns * Add reproduction for #43226 for combine columns * Add reproduction for #43226 for extract columns * Remove commented out code * Only render extraction shortcut when there are extractions * Only render combination shortcut when there are combinations * Use hasCombinations from CombineColumns * Add hasExtractions from ExtractColumn * Use appendStageIfAggregated over Lib.asReturned * Only show combine column shortcut when there are two or more columns to be combined * Lift appendStageIfAggregated to top-level drill * Add test for extraction on table with just breakout * Add test for combinations on table with just breakouts * Disable the 2-column requirement for combinations * Remove Lib.asReturned in appendStageIfAggregated * Remove + 1 to stageIndex in appendStageIfAggregated * Check for empty breakouts too in as-returned * Switch back to Lib.asReturned * Fix test for combine column on breakouts * Reference the correct query and stageIndex * add CLJS unit tests for as-returned with only aggs, breakouts --------- Co-authored-by:
Braden Shepherdson <braden@metabase.com>
-
Kamil Mielnik authored
* Fix unit tests running multiple times in watch mode * Ignore even more
-
Oisin Coveney authored
-
Uladzimir Havenchyk authored
-
Alexander Polyankin authored
-
metamben authored
Fixes #40176.
-
Braden Shepherdson authored
Models are treated as opaque here, but for a saved question we expose filters on the query before its final aggregation step. This drops the aggregation clauses and gets the possible values for the column of interest. Fixes #43154.
-
Cam Saul authored
-
Nicolò Pretto authored
* PublicDashboard -> PublicOrEmbeddedDashboard * file renames and some fixes for PublicOrEmbeddedDashboard * PublicQuestion -> PublicOrEmbeddedQuestion (file renames) * PublicDashboard -> PublicOrEmbeddedDashboard * isPublic prop -> isPublicOrEmbedded in Dashboard and Dashcard
-
Mahatthana (Kelvin) Nomsawadi authored
-
Phoomparin Mano authored
* update jar and docker version in sdk readme * add notes on customizing the component height
-
- May 30, 2024
-
-
metamben authored
This is just removing a duplicate field from a select clause.
-
Sloan Sparger authored
-
adam-james authored
* Multiple Measures Requires Additional Header Row in Pivot Exports Mulitple measures can be set in our pivots. We indicate these properly in the fronted with a header row that shows which measure is reprsented in that particular column. The header builder fn in the pivot export post processing didn't handle this case, but after this PR, it correctly adds the final header when necessary. * Fix up header tests * Remove comment form; the tests are derived from that work already
-
Aleksandr Lesnenko authored
-
Braden Shepherdson authored
These databases previously had impoverished support for regular expressions. The `:regex` driver feature requires advanced, "Perl-compatible" regular expressions that can do things like lookahead assertions. - MySQL supports this from 8.0.4; we recommend 8.0.33+. - MariaDB supports this from 10.0.5; we recommend 10.4+. Fixes #43180.
-
Aleksandr Lesnenko authored
-
Ryan Laurie authored
-
Romeo Van Snick authored
* Avoid overflowing dropdown menus * Hide most bucket picker items behind a More... button * Add test for More… button on TimeseriesBucketPicker * Add color to More... button * Add test for showing all columns when a lower bucket is picked
-
metamben authored
-
Anton Kulyk authored
-
Cam Saul authored
* Remove Google Analytics driver * Remove more GA-related tests * Un-remove tests that aren't related to GA
-
Chris Truter authored
-
bryan authored
* Handles card events for CRU (not D) => recent view * add tests * avoid some errors in dev We expect recent-views/post-process to return nil occasionally (for permissions reasons, or more), so let's filter those out instead of printing a noisy unactionable warning * uncomment and fix test * fix some cypress tests + docs improvements * update more cypress tests * more cypress test updates * adding a card puts it into your recents now * fix notebook-data-source * fix notebook-data-source * fixing more e2e tests * fix command palette e2e tests * run prettier * fix style issue * update notebook-data-source tests * update homepage e2e tests * Next question is in recents, now * update command palette: skip the first pagedown, since it is a noop * check the buttons for their respective names * ensure that the model is there, and no questions are
-
Sloan Sparger authored
* pulls out test changes from react 18 / rtl 15 refactor that are comptable with react 17 / rtl 12 * impls pr feedback
-
Anton Kulyk authored
* Keep a single null dimension value * Add Loki test * Remove Loki test * Throw an error if dataset is empty after filtering * Extract error message into a constant
-
Romeo Van Snick authored
* Add color to icon directly * Remove unused css file * Only show info icon when the field is focussed * Use metabase blue for background on value tags * Use larger font size for value labels * Make the value labels bold * Tweak padding on search input * Move custom MultiAutocomplete styles to MultiSelect overrides and adapt to accept xs size too
-
Uladzimir Havenchyk authored
-
Uladzimir Havenchyk authored
-
Anton Kulyk authored
-
Alexander Polyankin authored
-
metamben authored
Fixes #43089.
-
Ryan Laurie authored
-
Ryan Laurie authored
* combine question reproductions into one spec * split question reproductions * split reproductions three ways * fix sample db id
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Use internal Link for relative and same-origin URLs * Update frontend/test/metabase/lib/formatting.unit.spec.js Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com> * Update frontend/test/metabase/lib/formatting.unit.spec.js Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com> --------- Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
Alexander Polyankin authored
-
Phoomparin Mano authored
* feat(sdk): colors for pivot tables * fix theme type * feat(sdk): basic pivot table theming * fix emphasis hover color * customizable row toggle color * add storybook story and refactor hover color logic * add sdk visualization wrapper * make theme values with defaults internally non-optional but externally optional * update test to render with providers * update test wrapper to have height container * update pivot table loki reference image * update theme names * make all theme options optional in the public config * update readme * readme update for consistency
-