This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 25, 2024
-
-
Aleksandr Lesnenko authored
-
dpsutton authored
* Fix csp directives for embed previews We set content security directives to allow for iframes on dashboards. This list did not include 'self' so we can't actually host an iframe pointing at our, well, self. Embed previews work by just embedding an iframe with the dashboard and this breaks if we don't allow iframes from our self. * e2e test --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com>
-
- Oct 14, 2024
-
-
Romeo Van Snick authored
* Add eslint-plugin-jest-formatting * Turn on jest formatting for unit.spec and cy.spec files * Fix e2e test formatting * Fix unit test formatting * Fix formatting in frontend/test * Remove commented out code Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Fix more files * Fix more lint --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
- Aug 20, 2024
-
-
Uladzimir Havenchyk authored
* refactor: sort import members inside destructuring * Show an error message when the temporal unit is not applicable to a dashboard card (#46983) * Fix tests * Add tests * Add tests * Fix types * Fix types --------- Co-authored-by:
Alexander Polyankin <alexander.polyankin@metabase.com>
-
- Jul 25, 2024
-
-
Nemanja Glumac authored
* Rewrite repro for 27643 * Add TODO for the remaining tasks * Make a test name consistent with others * Finish the E2E test for #27643 * Fix the test to use PostgresDB Since H2 originally doesn't fail the test * Attempt to fix a flake on CI by waiting for table to finish syncing * Create QA snapshot with fully synced field metadata * Fix failed tests from field metadata change * Simplify question scenarios * Simplify dashboard scenarios * Fix permissions * Rework titles * Add comment about PG * Add limit to speed things up * Fix and improve dashboard assertions * Fix and improve question assertions --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Jul 19, 2024
-
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Jul 18, 2024
-
-
Nemanja Glumac authored
-
- Jul 04, 2024
-
-
Mahatthana (Kelvin) Nomsawadi authored
Reproduce #27643: Field filter linked to Boolean column causes an error when used in Embedding (#45038) * Add a repro for #27643 * Clarify the race condition behavior in the comment
-
- Jun 12, 2024
-
-
Ryan Laurie authored
-