This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 02, 2024
-
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
Add repro test for a model that uses another model and both have custom column with the same name (#40851) * Add repro test for a model that uses another model and both have custom column with the same name * Skip test * Update e2e/test/scenarios/models/reproductions/39150-model-with-same-custom-column-name.cy.spec.js Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Update e2e/test/scenarios/models/reproductions/39150-model-with-same-custom-column-name.cy.spec.js Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Convert to ts and add question --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Alexander Polyankin authored
-
Chris Truter authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Migrated .PopoverContainer, .PopoverBody * Make global CSS more prominent * Migrate 2 classes * Remove unused class * Migrate .PopoverBodyWithArrow * Remove unused class * Migrate .PopoverBodyMarginBottom * Remove unused class * Migrate .PopoverFooter * Remove unused class * Preserve classes order for easier review * Fix unit tests
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
Add repro for "Dashboard filters do not work with custom columns on saved questions used in models" (#40784)
-
Uladzimir Havenchyk authored
* Add a repro for 'GUI model joining native ones break with column not found error' * Rename test * Add await * Skip test
-
Alexander Polyankin authored
-
Leo Paillier authored
-
Jeff Bruemmer authored
-
Oisin Coveney authored
-
- Apr 01, 2024
-
-
Ryan Laurie authored
* put new strings in the pot * update some more strings * add new translated strings
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Romeo Van Snick authored
-
Roman Abdulmanov authored
-
Anton Kulyk authored
-
Anton Kulyk authored
* Fix parameter values comparison in x-rays * Skip rerun when `parameterValues` are not initialized * Remove not used code
-
Uladzimir Havenchyk authored
-
Uladzimir Havenchyk authored
-
Ryan Laurie authored
-
Ryan Laurie authored
* HELP * Help delivered * allow entityPicker to display api errors --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
Oisin Coveney authored
-
- Mar 29, 2024
-
-
Alex Yarosh authored
* add link * create HAR * formatting * periods * more formatting * feedback
-
Raphael Krut-Landau authored
-
Anton Kulyk authored
* Add E2E test * Move `getDatasetQueryParams` to `data-fetching.js` * Use `null` as a parameter value when missing * Fix missing default `datasetQuery`
-
Alexander Polyankin authored
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Nicolò Pretto authored
-
Alexander Polyankin authored
-
- Mar 28, 2024
-
-
Nick Fitzpatrick authored
* Nick is sad * tests passing
-
John Swanson authored
... among other things. The order of arguments was wrong here, causing the default implementation of `post-process-collection-childre` to be called. The implementation for `:card` ends up removing the `:dataset_query` entirely, which is what was intended.
-
John Swanson authored
For collections retrieved from the Search API, attach `location` and `effective_location` so the frontend knows... where they're located.
-
dpsutton authored
-
adam-james authored
* Cards with Results Should Show up in Subscriptions Fixes: #40726 This PR fixes a bug where setting 'Hide thie card if there are no results' in a Dashcard's viz-settings would hide the card even when there were results. * adjust test to show that the setting is respected Before, the setting would always hide the card. Now, the card is only hidden when there are no results. This test sets up 4 cards: 2 are normal, 2 have no results, but 1 has the setting to hide empty. THerefore, we should expect to see 3 results.
-
Sloan Sparger authored
* upgrades @testing-library/user-event to v14, updates test to accomidate events always returning promises and other breaking API changes * Fixing up broken suites. Half way * rest of tests * green plz * Fix new entries of userEvent usage * unit test adjustments --------- Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com> Co-authored-by:
Uladzimir Havenchyk <uladzimir.dev@gmail.com>
-