This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 25, 2023
-
-
Uladzimir Havenchyk authored
* Show filter mapping options on mobile * Revert "Show filter mapping options on mobile" This reverts commit bb2ad6c517f41ec4a92c0e726932497abb1a0718. * Do not show edit dashboard button on small screens * Update frontend/src/metabase/dashboard/containers/DashboardHeader.styled.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update frontend/src/metabase/dashboard/containers/DashboardHeader.styled.tsx Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Rename variable --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Jerry Huang authored
* initial commit * remove print * add fix * remove load * fix tests
-
Noah Moss authored
* untangle ldap circular dependency * only try to require ee code when ee is available * LDAP login e2e tests * fix eslint errors * Update e2e/test/scenarios/admin/settings/sso/ldap.cy.spec.js Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> * update command in e2e-ldap-helpers.js --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Anton Kulyk authored
-
Jeff Bruemmer authored
-
Cam Saul authored
-
Cam Saul authored
* `join-condition-lhs-columns`: filter out columns from current/subsequent joins * Address PR feedback * Join conditions: mark selected columns * Remove duplicate type declaration
-
Anton Kulyk authored
* Add `ExpressionClause` type * Add TypeScript wrappers for expression methods * Export expression wrappers * Fix `expression` method
-
Kamil Mielnik authored
Fix flaky test by avoiding using data-testid for virtual columns utilized by TableInteractive.prototype._measure (#32593)
-
Aleksandr Lesnenko authored
-
- Jul 24, 2023
-
-
Cam Saul authored
* `with-join-conditions` should add `:join-alias` to RHSes * Add another test
-
Emmad Usmani authored
* fix dashboard empty state logic * address comments
-
Nick Fitzpatrick authored
-
Cam Saul authored
-
Nemanja Glumac authored
* Fix `value` prop type for `ParameterFieldWidget` component * Extend prop types Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jul 21, 2023
-
-
Nick Fitzpatrick authored
* Adding collection_id to search results, handling undefined collection * Adding isPersonalCollectionChild check * e2e test for nested collection scenario * adding e2e test for item serach * more changes
-
Uladzimir Havenchyk authored
* Reset heading size and adjust line-height for h1 inside aside * Update frontend/src/metabase/css/core/headings.css Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Cam Saul authored
-
Cam Saul authored
-
Case Nelson authored
-
shaun authored
* month-year formats (“January, 2023” → “January 2023”) * quarter-year formats (“Q1 - 2023” or “Q1, 2023” → “Q1 2023”)
-
Nick Fitzpatrick authored
* Check can_write() on upload db, e2e test * test change * simplifying e2e test
-
Jeff Bruemmer authored
-
Oisin Coveney authored
-
Nemanja Glumac authored
`getGroupMembersips` => `getGroupMemberships`
-
- Jul 20, 2023
-
-
Jesse Devaney authored
* basic unsubscribe functionality * add undo unsubscribe and error display * refactor successful request display * refactor interface name * add tests and helpers for unsubscribing non-users * remove placeholder comment * undo deletion * improve type safety
-
Cam Saul authored
* MLv2: Kondo linter improvements & cleanup * Revert version bump
-
Cam Saul authored
-
Uladzimir Havenchyk authored
* Do not count empty lines and duplicates in action option editor * fixup! Do not count empty lines and duplicates in action option editor * Add unit tests for helper function
-
Alexander Polyankin authored
-
Ngoc Khuat authored
-
Nick Fitzpatrick authored
* ordering users by first name in API responses * adjusting e2e tests * Adding Normal Personal Collection ID to cypress data
-
- Jul 19, 2023
-
-
Cam Saul authored
-
Nick Fitzpatrick authored
* hiding Card Parameter Mapper header on small cards * adjusting for mobile, changing font size * moving size map to sizes.ts
-
Dennis Schridde authored
Instead of silencing the linter, do not load the var. Suggested-by: @camsaul References: https://metaboat.slack.com/archives/CKZEMT1MJ/p1689785862424079
-
Cam Saul authored
-
Jerry Huang authored
-
Mahatthana (Kelvin) Nomsawadi authored
* WIP remove unnesessary call * Add test to the PUT dashboard unnecssary API call * Prevent calling save dashboard cards when not necessary * Call only necessary API when updating single dashboard attribute * Organize tests * Simplify test assertions * Simplify implementation * Simplify implementation * Rename a function making it closer to what it does * Rename a function making it closer to what it does * Clean up Cypress tests * Fix conflict from master
-
- Jul 18, 2023
-
-
Ngoc Khuat authored
* drop unused computation_job table * drop unused computation_job_result table
-
Cam Saul authored
-