This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 28, 2024
-
-
Aleksandr Lesnenko authored
-
Anton Kostenko authored
-
Ryan Laurie authored
* entityPicker in technicolor * more precise import * add unit test
-
Chris Truter authored
-
Cal Herries authored
-
Alexander Polyankin authored
-
Ryan Laurie authored
* use table2 icon for questions * update e2e tests
-
Jeff Bruemmer authored
-
Cal Herries authored
-
Jesse Devaney authored
* fix trend charts erroring on latest value being null * refactor previousRowIndex calculation * handle errors gracefully * refactor error messages * update computeTrend unit tests * add error handling integration test * add E2E test to check that errors are gracefully handled * add integration test to enforce the fix * fix static viz * display more meaningful error on static-viz trend charts * move error handling out of trend chart and fix error handling in Visualization.tsx * update compute.unit.spec.js * update SmartScalar.unit.spec.js * use separate error handler for ErrorBoundary errors in Visualization.jsx * update E2E test * update error handling * update compute.unit.spec.js * fix react state change error in render function * show generic error message for ErrorBoundary caught errors * revert ErrorBoundary changes * remove generic error border for visualizations
-
Jeff Bruemmer authored
-
Phoomparin Mano authored
* feat(sdk): allow overriding positive and negative values * docs(sdk): add positive and negative colors to docs * feat(sdk): add smart scalar font size * feat(sdk): add smart scalar line height settings * feat(sdk): get rid of custom embedding mantine theme type * wip: setup storybook and loki for smart scalar * fix missing state for rendering visualizations * docs(sdk): add scalar customizations to readme * test(sdk): add test cases to loki * add smart scalar reference image * use css variables for brand * make embedding theme options partial * fix scalar value wrapper line height * update loki snapshot --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Kamil Mielnik authored
* Disable offset in custom columns * Remove .only * Update CLJS tests
-
Uladzimir Havenchyk authored
-
Oisin Coveney authored
-
Alexander Solovyov authored
-
Anton Kulyk authored
* Fix typos * Tweak `maxTicksForChartWidth` calculation * Update Loki screenshots * Tweak `PIXELS_PER_CHARACTER` * Update test
-
Romeo Van Snick authored
* Pass current values to shouldCreate * Allow comma to create new item * Simplify getAvailableSelectItems * Add unit test for MultiAutocomplete input * Use text instead of Text in paste * Handle spaces in MultiAutocomplete * Remove cast * Reuse last var * Use haveLastBeenCalledWith over haveBeenCalledWith * Handle pasting when there is text in the input already * Accept quote-delimited values * Add info icon * Handle tab as a separator * Fix test cases for unsanitized parseValues * Add csv-parse * Use csv-parse to parse values * Apply the correct color to the info icon * Rename util to utils * Break up tooltip text * Only return unique values * Be more accepting around quotes in the middle of unescaped values * provide Buffer for csv-parse package in storybook * Use browser-friendly version of csv-parse * Remove unused eslint rule * Add specital case for csv-parse to jest config * Put uniqueness check in each state update * Only add partial value if it is valid * Only add partial value if it is valid * Fix test case for FilterValuePicker * Just use Set Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Allow parsing more than one value * Use isValid everywhere it makes sense * Add test for RTL languages --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Kamil Mielnik authored
* Remove dead CSS * Use proper types * Properly type parameterValues * Add href prop support to LegendCaption * Extract getNewCardUrl - move getParametersMappedToDashcard * Use href in CartesianChart * Handle RowChart * Handle Funnel * Format code * Fix types * Update first test in title-drill * Update test * Update test * Update tests - pass questionId in createQuestionAndDashboard * Add test for links * Fix createDashboardWithQuestions * Add missing click handler * Fix crash * Fix typo * Add a workaround for #42999 * Fix tests * Fix hover color * Update comment * Get rid of mapStateToProps in DashboardGrid * Invert condition * Use useCallback instead useMemo * Do not pass getNewCardUrl down if navigateToNewCardFromDashboard is not present - Remove default noop for navigateToNewCardFromDashboard in PublicDashboard * Remove explicit undefined prop
-
Phoomparin Mano authored
* add color types for chart sdk colors * simplify chart color types * chart color mappings * apply mapping to master branch * add chart mapping to mantine * feat(sdk): apply chart accent colors to mantine and color getter * rename tint and shade * remove chart color logic from mantine * add a color mapping test * docs(sdk): add chart customizations to readme * add type comments on MappableSdkColor * cleanup sdk colors
-
Mahatthana (Kelvin) Nomsawadi authored
-
Cal Herries authored
Fix flaky migration rollback test for mysql: metabase.db.custom-migrations-test/migrate-uploads-settings-test-1 (#43210)
-
- May 27, 2024
-
-
Cal Herries authored
-
Alexander Polyankin authored
-
Case Nelson authored
* [Metrics V2] Remove legacy-metric metadata Fixes #43131 * Don't mock metric * Drop definition_description hydration on legacy metric * Remove defintion_description tests * Update src/metabase/lib/metadata.cljc Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> --------- Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
Cal Herries authored
Migrate uploads settings to the db-level behind the scenes, so the uploads DB can be set by the config file (#42869)
-
Phoomparin Mano authored
-
Uladzimir Havenchyk authored
* Avoid unnecessary re-renderings in dashboard - dashboard controls * Comment
-
Kamil Mielnik authored
* Fix missing React key prop * Fix missing React key prop * Fix order of conditions and make the code easier to follow
-
Uladzimir Havenchyk authored
-
Kamil Mielnik authored
* Update & tag a test * Run tests also on TS files * Update mongo test
-
Alexander Solovyov authored
-
- May 24, 2024
-
-
Cal Herries authored
-
metamben authored
-
metamben authored
-
metamben authored
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
* add media query to search button * useSmallScreen hook
-
Ryan Laurie authored
-
Ryan Laurie authored
* hide creation buttons on search and recents tabs * update e2e tests
-