This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 19, 2023
-
-
Kamil Mielnik authored
* Fix sample database not appearing in DatabaseBrowser without page refresh - Fixes https://github.com/metabase/metabase/issues/29496 * Add an e2e test for #30871 * Add an extra step in e2e test
-
Alexander Polyankin authored
-
Oisin Coveney authored
-
- May 18, 2023
-
-
Ryan Laurie authored
* add patch to react-dropzone to work for us * add drag-pin e2e test * just wrap the event handlers from react-dropzone
-
Emmad Usmani authored
* allow user to rename selected tab directly * fix style * change behavior to double click and refactor defualt exports * add unit tests
-
- May 17, 2023
-
-
Cal Herries authored
-
Anton Kulyk authored
* Migrate `DataSelector` * Remove sample database fixture
-
Anton Kulyk authored
* Migrate `ModelDetailPage` * Migrate `NativeDrillFallback` * Migrate `QuestionRowCount` * Migrate `initializeQB` * Migrate `notebook/test-utils` * Allow `database: null` in dataset query type * Fix sample card types * Migrate `updateQuestion` * Remove `metabase-lib/mocks`
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
john-metabase authored
-
Anton Kulyk authored
-
- May 16, 2023
-
-
Emmad Usmani authored
* refactor `DELETE_TAB` reducer to use tombstone deletion and save a history object * add undo after tab deletion * add e2e test case * refactor other reducer cases to use mutable draft state * use scoped selectors for e2e test * fix unit test
-
Emmad Usmani authored
* fix width for tabs with long names * fix font size
-
Emmad Usmani authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Clean up table references * Sort tables * De-crazy the return chain * Remove superfluous argument `index` is not needed prop in `ListItem` as of #30650 * Explicitly say that we pass the `table` to the `ListItem` * Fix sort order First sort by table name, then by the table schema! * Make sure tables are sorted in the test
-
- May 15, 2023
-
-
Emmad Usmani authored
* fix selecting pinned items in collections * update e2e test
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
- May 13, 2023
-
-
Ryan Laurie authored
* update react-hooks lint rules and enable no-default-export * ignore deprecated usage of default exports * ignore enterprise default exports * update lint exceptions
-
Ryan Laurie authored
* update upload button tooltip * change collections menu tooltip placement to bottom
-
- May 12, 2023
-
-
Ryan Laurie authored
-
Ngoc Khuat authored
* Dashboard Tab entity (#29802) * add dashboard tab entity * Dashboard tabs CRUD (#29861) * Dashboard tabs frontend (#30189) * rename `DashboardHeader.tsx` to `DashboardHeaderView` to avoid collision with `DashboardHeader.jsx` commit-id:7cdfd86a * add tabs to dash commit-id:d3c2fa74 * improve code structure and other fixes * rename `dashboardtab_id` to `dashboard_tab_id` * remove explicit `position` logic * improve code quality * add renaming functionality * add two new tabs when creating first tab * hide tabs if there is only one * add unit test for `DashboardTabs` component * refactor * fix type errors * add `tabId` to text cards * add `tabId` to link cards * add `tabId` to action button * use disabled state when only one tab remains * refetch cards with filter value when changing tabs * add e2e test * fix broken e2e tests * add horizontal scrolling * fix unit test * fix create tab button being on right * fix performance issue when switching tabs * add `ttag` to `tabs.ts` * use `aria-label` in e2e test helper * fix type error after rebasing * making ordered_tabs optional for tests purposes * fix failing unit tests * fix failing e2e tests * fix flaky revision history e2e test * fix type error after merging feature branch with master and rebasing * fix revisions unit test * fix `ActionParmatersInputsForm.tsx` to stop `actions-on-dashboards.cy.spec.js` from flaking --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> --------- Co-authored-by:
Emmad Usmani <emmadusmani@berkeley.edu>
-
- May 11, 2023
-
-
metamben authored
* Keep breakout and order-by columns as selectable Fixes #30568. The already selected columns are kept in the lists returned by breakoutable-columns and orderable-column, but they are marked with their position in the breakouts and order-bys list, respectively. * Add test for orderable-columns display-info * Add test for orderByPosition after a roundtrip * Cherry pick order-by cleanup fix * Fix breakoutable and orderable columns after round trip * Declare breakoutPosition in ColumnDisplayInfo * Address review feedback --------- Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
Ryan Laurie authored
* don't allow unscoped text selectors in e2e tests * properly scope some recent tests * disable eslint for legacy violations * scope selectors in dashboard drill test
-
Anton Kulyk authored
* Add field dimension options types * Add dimension options to sample database mock
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Remove unused props * Remove `index` prop * Do not pass unneeded prop that's not even defined * Remove seven year old TODO * Render `ListItem` with the `li` HTML element
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Add field values to mock sample database * Use correct `has_field_values` in mock sample database * Add `PEOPLE_SOURCE_VALUES` to mock sample database
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
-