This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 23, 2024
-
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Fix the flake for repro 39477 * Expand the repro
-
github-automation-metabase authored
-
Nemanja Glumac authored
* Wait for the native editor to be ready * Add comment * Make ace editor slightly more resilient to re-renderings * Improve the test readability
-
Chris Truter authored
-
Nemanja Glumac authored
[ci skip]
-
Oisin Coveney authored
-
Nemanja Glumac authored
45877 follow up: Improve a11y of the `ListField` component (filter picker options dropdown) (#45883) * Use Mantine checkbox * Update E2E tests * Remove unused `checkedColor` prop
-
Alexander Solovyov authored
-
Tim Macdonald authored
Makes much nicer test output than the resp= nonsense
-
Alexander Solovyov authored
-
lbrdnk authored
* Add test * Add bucketing to expression references * Restore original schema * Update e2e test * Update test as per review remarks * Apply suggestions from code review Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com> * Remove alignment * Rename ::field-type-info * Update log level * Remove redundant log --------- Co-authored-by:
Vamsi Peri <vamsi@metabase.com> Co-authored-by:
metamben <103100869+metamben@users.noreply.github.com>
-
lbrdnk authored
* Move parse-currency to jvm-util ns * Use util.jvm ns
-
- Jul 22, 2024
-
-
John Swanson authored
Also modify the tests to not actually make HTTP requests. We have the clj-http-fake client which works well for this sort of thing.
-
Uladzimir Havenchyk authored
- babel is kept to transpile fonts file as swc emotion plugin doesn't handle our case correctly. I didn't find a root cause of wrong behaviour, but the safe past is to keep using babel + emotion plugin for one file and all others can be transpiled with swc - react fast-refresh now handled by swc - swc-loader can't read browserslist config from package.json, so we had to manually specify supported browsers in webpack
-
Alexander Polyankin authored
-
Roman Abdulmanov authored
-
Raphael Krut-Landau authored
* fix(admin): Don't use regex lookbehinds in Schedule utility functions since these fail on Safari 16.3 * Remove blank describe block
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Abed Habli authored
* Rename Azure to Microsoft Entra ID * adding a new screenshot
-
Kamil Mielnik authored
* Add repro for #28270 * Refactor assertions * Add repro for #33708 * Fix typo * Skip the repros
-
Nemanja Glumac authored
* Uninstall ReplayIO * Remove Replay config * Install and use custom Chrome v111 * Simplify comment * Set a specific Chrome version commit * Skip repro for #22517
-
Ngoc Khuat authored
-
Uladzimir Havenchyk authored
-
- Jul 20, 2024
-
-
metamben authored
* Support out of order expression references * Return just the cycle for cyclic expression references * Prevent "yarn test-cljs" from testing twice
-
- Jul 19, 2024
-
-
Alexander Polyankin authored
-
Case Nelson authored
* fix: replacing joins and conditions updates alias Fixes #37074 * Only change alias if conditions or table changed * Fix test * Fix fe test * Address PR feedback
-
Nemanja Glumac authored
* Fix duplicated boolean options in a dropdown filter * Add repro for 45877
-
Alexander Polyankin authored
* Fix right section in MultiSelect * Fix right section in MultiSelect * Update MultiSelect.styled.tsx * Add a test * Add a test
-
Alexander Polyankin authored
* Remove can_run_adhoc_query from the FE * Remove can_run_adhoc_query from the FE * Disable can_run_adhoc_query on dashboard Was impacting performance on dashboard load. Timings locally for me: get dash: 3178 -> 199 get metadata: 3604 -> 1002 So dashboard went from 6 seconds to load to 1 second. * Fixup test from disabling can_run_adhoc_query --------- Co-authored-by:
dan sutton <dan@dpsutton.com>
-
Cam Saul authored
* I think this should fix Redshift test flakes * PR feedback * PR feedback * Make some flaky X-Ray tests ^:mb/once
-
Phoomparin Mano authored
* missing text semantic colors mapping * add foreground color test * update tests to use SdkGlobalStylesWrapper
-
Uladzimir Havenchyk authored
* fix: install frontend dependencies in dockerfile * do not skip optional deps
-
lbrdnk authored
-
lbrdnk authored
* Add basic auth to dbms-version * Add test
-
bryan authored
* adds database_id to recents, and question collection items * don't show unjoinable things in recents either * unskip repro * fix types * fix repro * fix tests in model/recent_views * add unit test for invalid join in recents * fix tests in test/metabase/api/collection_test.clj * update type * improve unit tests --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Raphael Krut-Landau authored
-
Noah Moss authored
-
John Swanson authored
* Add `report_dashboard.last_viewed_at` - defaults to `now()` (it's intended to be used as a timestamp after which we're *sure* the item hasn't been used, not a definitive timestamp we're sure the dashboard was actually used at) - updated whenever the QP processes a query for a dashcard --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-