This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 07, 2023
-
-
Kyle Doherty authored
-
Alexander Polyankin authored
-
- Jun 06, 2023
-
-
Emmad Usmani authored
* add `TabEmptyState` for empty dashboard tab * convert files to typescript
-
Emmad Usmani authored
* fix visual issues on dashboard tabs * remove unnecessary focus css selector * remove unnecessary position relative * go back to using flex instead of inline-block
-
Nemanja Glumac authored
* Fix `Card.tsx` padding This commit fixes a visual regression in the `Card.tsx` component, which happened after we removed the styled system in #31306. * fix automatic dashboard sidebar cards --------- Co-authored-by:
Kyle Doherty <5248953+kdoh@users.noreply.github.com>
-
shaun authored
-
Ngoc Khuat authored
* hydrate orders-tabs for public/embed dashboard * adds test * return dashboard_tab_id when hydrate ordered_cards for public dashboard * show tabs in `PublicDashboard` on FE * remove unused export * update e2e test * remove duplicated implementation for macro in test * makes the macro public for testing * run prettier on DashboardTabs.tsx --------- Co-authored-by:
Emmad Usmani <emmadusmani@berkeley.edu>
-
- Jun 05, 2023
-
-
Jerry Huang authored
* initial changes * fix whitespace * update ns * update test * update test * update test * update test
-
Kyle Doherty authored
* rip out styled-system usage * fix yarn type-check errors, replace space properties w/ className equivelants * find / replace space prop usage [ci skip] * find / replace use of hover styled-system prop [ci skip] * account for fontSize usage w/ Text component [ci skip] * use font-size and weight props for styling text * fix a few additional uses of color * fix lint * fix lint * fix dumb rebase mistake
-
Anton Kulyk authored
* Fix prop-types * Add aria-labels * Use button tag for clickable element * Fix aria-label l10n * Set `onClick` on a clickable element * Add test coverage * Remove todo
-
Kamil Mielnik authored
* Make NativeQueryEditor testable - Mock just NativeQueryEditor.prototype.loadAceEditor instead of entire NativeQueryEditor * Fix invalid propTypes * Fix DatasetQueryEditor not re-rendering when props change - remove custom arePropsEqual argument from React.memo() on NativeQueryEditor - Fixes #30680 * Add a dirty initial NativeQueryEditor test setup * Add DatasetQueryEditor tests * Revert "Add a dirty initial NativeQueryEditor test setup" This reverts commit 0f985db272a2e8f1be755bda07c3b642fdf90f83. * Get rid of test errors * Clean up DatasetQueryEditor test * Add a test case for re-rendering of DatasetQueryEditor * Make setup function more reusable * Add 2 more test cases * Bring back global NativeQueryEditor mock as many tests depend on it * Add an e2e test for #30680 * Optimize DatasetEditor by conditionally rendering DatasetQueryEditor only when it can be seen * Remove redundant code * ESLint * Use createMockCollection instead of a cast * Move all Native Query creation to createMockNativeDatasetQuery * Use setupCollectionsEndpoints * Introduce setupNativeQuerySnippetEndpoints and use it in DatasetQueryEditor.unit.spec.tsx * Extract explanatory importDatasetQueryEditor * Remove file accidentally added when merging master * Add missing data-testid that got lost during a merge
-
- Jun 04, 2023
-
-
Denis Berezin authored
-
Aleksandr Lesnenko authored
-
- Jun 03, 2023
-
-
Denis Berezin authored
-
- Jun 02, 2023
-
-
Maz Ameli authored
* arrow_left * check mark * arrow_up and chevrons * add, close, contract, embed, expand, sort * change viewbox to 16 * icons in +New menu, search, and sidebar toggle * info_outlined, connections or fk icon, and tweaks to x-ray suggestion icons * fix database icon * ellipsis, person, and tweak ellipsis size in collections sidebar * home, reference or book, pencil or edit, table * dashboard action icons, and remove reference to unused ClockIcon.jsx * question action icons and related component tweaks * larger icons on HomeModelCard on homepage * dashboard and add_to_dash * snippet and variables * all the chart type icons and some field type ones * mail and groups * make sidebar icons darker blue * fix add-your-data icon * filled mail icon and use it on events modal * stars * bolt and x-rays and a bunch more * granular, metric, revision history * arrows, formula, snippets * click, cloud, boolean, unpin * return, hourglass, popover * pause, ldap, burger * gear info list pin moon sum sun verified warning * fix size of row details modal icons * fix size of left nav icons * fix size on filter widgets and some selects * set default size to 16 to fix entity menu icons etc * fix pagination icons * size and color on ItemPicker * bump up database icon in /browse to 32px * /browse bolt icon size * find and remove instances of 14px size declarations * sql editor icons * sql expand/contract button alignment * collection breadcrumbs * remove two more size 14 declarations * viz selector * fix add icon in New button * fix size of ModelDetailLink * icon for question list empty state * get rid of model_framed icon * try to fix event tick icons, replace balloons with cake * standardize size of question footer actions * fix dinosaur * switch star_outline to star, and star to star_filled * fix notebook sort action * switch data picker from table2 to table * fix slack icon * restyle HomeXrayCard * fix List icon * fix sidebar toggle icon size * fix icon size in field picker popovers * fix summarize sidebar field type icons * fix summarize sidebar Add buttons * table heading sort icons * fix filter icon, resize button icons * bulk filters icons * admin datamodel icons sizing * fix datamodel metric and segment icons, and sort icon * dashboard interactivity sidebar close icon * get rid of grabber2 * bookmark and question actions icon sizes * revert icon * Icons cleanup (#31147) * remove timeline event icon stroke * cleanup * add 16x16 viewbox to svgs that were missing it * add slack_colorized * correct the join_full_outer icon * timeline events, cleanup * fix broken icons * more cleanup * fix storybook * fix all types * add stories * try fixing arrow_split --------- Co-authored-by:
Maz Ameli <maz@metabase.com> * fix specs * fix specs * remove unused icons * use constants * increase node memory allocation * bump for chromatic too * fixes * fix arrow_split icon * fix arrow_split path attributes * fix path again and fix sizing of drillthrough menu icons * more spec fixes * prettier --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
Oisin Coveney authored
-
Ryan Laurie authored
* [Model Indexes] Use model metadata to determine indexability (#31048) * [Model Indexes] Allow Updating Metadata at the same time as adding an index (#31049) * [Model Indexes] Fix Model Index Front End Cache Invalidation (#31094)
-
Oisin Coveney authored
-
Anton Kulyk authored
-
Cam Saul authored
-
- Jun 01, 2023
-
-
Emmad Usmani authored
* allow reordering dashboard tabs * remove comment * remove unused prop * remove react import * Update frontend/src/metabase/core/components/TabRow/TabRow.styled.tsx Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> * rename utils.ts to test-utils.ts --------- Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
Cam Saul authored
* `visible-columns` should return all columns from joins regardless of `:fields` * Backport stuff from #31266 * fieldableColumns [WIP] * MLv2 `fieldable-columns` * Remove redundant comp
-
Uladzimir Havenchyk authored
* Upgrade jest * Fix leftover after migration to createMockMetadata
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
- May 31, 2023
-
-
Kyle Doherty authored
* remove /reference pages + reducers * Remove redundant metadata selectors * Remove redundant metadata actions * Remove `QueryButton` component * Remove `List` component * Remove dead link * Move `NoDatabasesEmptyState` to `NewModelOptions` * remove obvious /reference specific e2e tests and ask a bunch of questions [ci skip] * Remove data reference section from e2e test suite [ci skip] * Remove segments data reference e2e tests [ci skip] * Remove reference section from the browse page test [ci skip] * Remove the last few mentions of the reference page in e2e tests [ci skip] * Fix sso button lint error --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com> Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Add `dimensionOptionsForValidation` * Add `getMLv1CompatibleDimension` dimension method * Use `getMLv1CompatibleDimension` * Fix `getMLv1CompatibleDimension` usage * Add tests for `getMLv1CompatibleDimension`
-
Mahatthana (Kelvin) Nomsawadi authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Kamil Mielnik authored
* Update 15946 e2e test - modal() expects ModalContent to be present in DOM, but NativeQuerymodal uses ModalBody directly - add extra check for run button to be enabled * Ensure collection is present in dataset query during query conversion * Unskip e2e test for #15946 * Handle string tableId
-
- May 30, 2023
-
-
Emmad Usmani authored
* fix dashboard save failure after deleting tabs * fix undo regression and remove unused code in delete reducer case
-
Anton Kulyk authored
* Make stage index required in MLv2 methods * Add wrappers for `appendStage` and `dropStage` * Fix notebook stage index management * Fix `QuestionRowCount` * Fix `StructuredQuery` limit method * Clean redundant stages in notebook
-
Uladzimir Havenchyk authored
-
Mahatthana (Kelvin) Nomsawadi authored
This is because `source-field` was missing from a field dimension.
-