This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 31, 2023
-
-
Alexander Polyankin authored
-
- Jul 29, 2023
-
-
Uladzimir Havenchyk authored
-
Uladzimir Havenchyk authored
* Rework default exports to named * Fix UX for empty dashboard filter with multiple choices * Update e2e/test/scenarios/dashboard-filters/dashboard-filters-text-category.cy.spec.js Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Jul 28, 2023
-
-
Cam Saul authored
* Prevent malicious H2 connection string properties * Fix Kondo lint warning --------- Co-authored-by:
dan sutton <dan@dpsutton.com>
-
Jerry Huang authored
-
Case Nelson authored
* [MLv2] Add field-id method * Update PR feedback
-
metamben authored
* Remove references to missing expressions when converting to pMBQL Fixes #32625,
-
metamben authored
-
Nick Fitzpatrick authored
* SecretKeyWidget accepts confirmation header and dialogs * removing default confirmation values, adding e2e test
-
Cal Herries authored
-
- Jul 27, 2023
-
-
Cal Herries authored
-
Noah Moss authored
-
Nick Fitzpatrick authored
-
Oisin Coveney authored
-
Noah Moss authored
* dont ignore exceptions when requiring ee namespaces * clean ns * fix indentation
-
Nemanja Glumac authored
* Customize and style Cypress `log` command This PR will add a background color to the Cypress log command, in order to make it stand out. This should help with reviewing Cypress recorded runs and with the general E2E tests debugging experience. * Remove acii art prefix Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update the background color Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Apply Kamil's suggetion * Improve performance and readability * Extract id for the custom style element --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Nemanja Glumac authored
As of two days ago we started seeing Chrome crashing in E2E tests. An example of the failed run: https://github.com/metabase/metabase/actions/runs/5665970958/job/15354475344 ``` We detected that the Chromium Renderer process just crashed. This is the equivalent to seeing the 'sad face' when Chrome dies. This can happen for a number of different reasons: - You wrote an endless loop and you must fix your own code - You are running Docker (there is an easy fix for this: see link below) - You are running lots of tests on a memory intense application. - Try enabling experimentalMemoryManagement in your config file. - Try lowering numTestsKeptInMemory in your config file. - You are running in a memory starved VM environment. - Try enabling experimentalMemoryManagement in your config file. - Try lowering numTestsKeptInMemory in your config file. - There are problems with your GPU / GPU drivers - There are browser bugs in Chromium ``` I'm not quite sure whether this is a bug in Chrome v115 or some interplay between Cypress and this particular Chrome version, but running all tests on older Chrome version v114 seems to be working just fine. https://github.com/metabase/metabase/actions/runs/5677579526?pr=32688 Proposal Let's merge this ASAP as a hotfix to unblock everyone, and then we'll follow-up when there's a clear resolution of this problem (most likely upstream).
-
- Jul 26, 2023
-
-
Dennis Schridde authored
Replace Java interop with iapetos functions. Fixes: 5bfd21b7
-
Noah Moss authored
-
Nemanja Glumac authored
* Adapt and improve embedding smoketests This commit deals with the 'embedding is not yet enabled' section. * Add test ids to embedding page * Adapt and improve embedding smoketests This commit deals with the 'embedding enabled' section. * Expand embedding smoketests - Make sure we can regenerate the token - Make sure the old embedding url doesn't work after that * Run full-app embedding tests only with token * Improve assertions
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix jarring scalar viz font-size change on dashcard * Fix render scalar on dashboard to render the correct size * Improve test readability * Make timeout clear which one we're using * Improve test stability on CI * Fix failed E2E repro
-
- Jul 25, 2023
-
-
Nick Fitzpatrick 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 * Fix `group-columns` for `join-condition-rhs-columns` * Address PR feedback
-
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>
-