This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 03, 2024
-
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
- Jun 01, 2024
-
-
Jesse Devaney authored
* remove unused variable * conditionally render labels sparsely if large amount of data points * update loki snapshots * refactor data label formatter conditions * setup intelligent label plotting * handle the case when there are no labels * add sparse data label rendering to bar charts * do not compute if no labels need to be shown or hidden * add sparse data labeling to waterfall charts * adjustment for large series waterfall labels * revert change * refactor name * add sparse labels to stacked bar and area * improve scaleFactor * fix type errors * remove unused labelFormatter * update snapshots * patch ECharts - labels with no text, i.e. "", were still being considered as plot-able labels which was causing labels with real text "asdfec.." to be hidden because of overlap. - This patch makes it so that labels with no text, i.e. "", are not considered to be candidates for overlap checking. * update loki snapshots * only loop over dataset once for getWaterfallChartDataDensity * improve performance of chart data density calculations * update loki snapshots * update E2E spec * update E2E spec * increase cartesian label density allotment * update loki snapshots * update loki snapshots * comment out node_modules cache since it cannot be skipped by commit and is breaking CI * fix type errors * Reset node modules if patches are changed * refactor type naming --------- Co-authored-by:
Uladzimir Havenchyk <uladzimir.dev@gmail.com> Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
- May 31, 2024
-
-
Cal Herries authored
-
Case Nelson authored
-
Sloan Sparger authored
-
Ryan Laurie authored
* combine reproductions into new filters e2e job * fix import * gee thanks sloan
-
Cam Saul authored
* PoC Kondo linter test * Log linter tests * Remove fail-test
-
Vamsi Peri authored
-
Chris Truter authored
-
metabase-bot[bot] authored
* Update Readme version references and published npm version to 0.1.6 * Update SDK Changelog --------- Co-authored-by:
Metabase bot <metabase-bot@metabase.com> Co-authored-by:
Alberto Perdomo <albertoperdomo@users.noreply.github.com>
-
Uladzimir Havenchyk authored
* Avoid unnecessary re-renderings in dashcards * replace useCallback with useMemo * Optimize dashcard rendering in edit mode
-
Ryan Laurie authored
* add hook to check token features * add cache upsell to performance page * upsell cards are white * fix rebase
-
Oisin Coveney authored
* fix(sdk): add Static Dashboards to README * Add more clarification comments for API * Clarify dashboard ID type * Prevent crashing SDK static dashboard if not provided optional values * Document fallback behavior for `font` --------- Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
Uladzimir Havenchyk authored
* Avoid unnecessary re-renderings in dashcards * replace useCallback with useMemo
-
Kamil Mielnik authored
Repro #37380 - Users with no self-service access may update pivot tables and leave them in a non-working state (#43437) * Fix crash and remove redundant casting * Add repro for metabase#37380 * Be extra-safe with an empty array
-
Mahatthana (Kelvin) Nomsawadi authored
* Auto tag embedding team for PR review + dry run npm publish * Install changelog generation package * Add the initial changelog * feat(sdk): This is an empty commit. For testing purposes. * Update SDk build script to include changelog * Check if a tag exists * Ensure changelog is in the released package * Fix workflow * Remove unnecessary step * Ensure we can have access to release utils script when checking out master * Fix the step to create a PR updating readme and changelog * Fix changelog generation * Fix couldn't download changelog * Clean up steps
-
Emmad Usmani authored
-
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
-