This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 24, 2023
-
-
metamben authored
-
Cam Saul authored
QP: use MLv2 metadata provider. Eliminate 50% of app DB calls and improve performance by 10%+ (#33221) * QP use MLv2 metadata provider (34/2) * (22/2) * (21 / 0) * (20 / 4) * (7 / 2) * (2/0) * Cleanup; (3/0) * Last two test fixes * (36 / 2) * (8 / 1) * Reorder stuff * Test fixes
* Test fixes * Some test fixes * More test fixes * Test fix * MongoDB test fix * B I G cached metadata provider performance improvements * Revert breaking change * Fix Kondo * Make sure application database metadata provider returns Database :features * Test fix * Parallel tests for QP macroexpansion middleware * `with-current-user` is fine in parallel tests. * Add test util remap metadata providers and rework remap middleware to use mock MLv2 data * Address PR feedback * Improve unrelated flaky test * Some test improvements * Fix lint error * MLv2-ize `nest-query-test` * Fix typo in PR feedback changes * More parallelization and test fixes * Convert lots more tests to mock metadata * Test fix? * Fix Card update logic * Another Card update logic fix * Another round of fixes * Hopefully no more test fixes * Evil test fixes * Test fix 1 * Test fix -
Uladzimir Havenchyk authored
vendor.bundle.js?4f4d380db6ab590ae9c1 -> vendor.4f4d380db6ab590ae9c1.js
-
Jerry Huang authored
* fix render table * update change
-
metamben authored
-
metamben authored
-
Vamsi Peri authored
* Run chromatic CI job when there is a label called chromatic * Fix: Run chromatic job when one of the labels is chromatic
-
Luiz Arakaki authored
-
Harsiddh Dave authored
* Update README.md with steps to setup Dev environment Added steps to setup development environment on your local system * Update README.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update README.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update README.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update README.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update README.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> * Update README.md Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeffbruemmer@gmail.com>
-
Ngoc Khuat authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
* Add test * Update imports * Add value normalization and save value on blur * Update e2e/test/scenarios/dashboard-filters/dashboard-filters-sql-number.cy.spec.js Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * Update e2e/test/scenarios/dashboard-filters/dashboard-filters-sql-number.cy.spec.js Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * Use helper * Simplify test --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
- Aug 23, 2023
-
-
abdul aziz ali authored
* Add new setting reset-token-ttl-h. Expose in selectors (#12829) * Add reset-token-ttl-h setter, fix call in reset-token-ttl-ms. Add additional reset-token-ttl-h tests. (#12829) * Revert previous changes. Define reset-token-ttl-hours and reset-token-ttl-hours-test (#12829) * Fix formatting errors (#12829)
-
Luiz Arakaki authored
-
Jeff Bruemmer authored
-
Luiz Arakaki authored
Co-authored-by:
Bobby Iliev <bobby@bobbyiliev.com>
-
Cal Herries authored
-
- Aug 22, 2023
-
-
Cam Saul authored
* Parallel QP tests; linter improvements; move QP test fns * Cleanup * Move query->expected-cols * Fix QP test namespace * Test fix
* Fix merge issues * Revert unrelated changes * Test fix * Fix some things that are actually ^:parallel safe * Remove Oracle logic for destroying DBs from different sessions since we don't test on AWS anymore * Use ReentrantReadWriteLock for getting + creating test datasets to avoid race conditions * Add non-`metabase.test` versions of things to the disallowed list for `^:parallel` tests -
Luis Paolini authored
-
Cam Saul authored
-
Uladzimir Havenchyk authored
* Update react related imports * Update places with combined default and named type * Autofix type imports * Fix unused eslint-disable * Include cljs_release to eslintignore * Autofix type imports * Add typescript rule
-
Cam Saul authored
-
Roman Abdulmanov authored
-
Roman Abdulmanov authored
Added bug bot integration with Slack
-
Mahatthana (Kelvin) Nomsawadi authored
Add test to dashboard parameter should occupy whole horizon space when navigating to dashboards inapp in interactive embed (#33337) * Add a repro for #30645 * Reuse util function * Extract logic to generate next unsaved card id to another function
-
Alexander Polyankin authored
-
- Aug 21, 2023
-
-
Vamsi Peri authored
This reverts commit a5776529.
-
Nemanja Glumac authored
-
lbrdnk authored
* Add recursive capabilities to segment expansion * Add test * Add error type * Update `nested-segments-test` * Remove redundant `Database` and `Table` * Convert use of `with-temp*` to `t2.with-temp`
-
Noah Moss authored
-
metamben authored
In CLJS there's no distinction between nil and undefined, but JS there is and goog.object/get does not check undefined.
-
Jesse Devaney authored
* fix specific aria-label for generic sidebar * hide dashboard subscription button - when user is non-admin and email & slack are not configured * forward non-admin user to configured subscription form * fix: show pulse list after creation for non-admins - when pulse count is 0 and a new pulse is added by non-admins, it used to auto-redirect to the creation form again b/c the new pulse was not loaded before the forwarding would occur again * refactor magic strings * fix error when pulses has no length attribute * validate forwarding in subscriptions for non-admins * add remaining specs * updated tests for new subscriptions forwarding for non-admins * update tests for subscriptions forwarding for non-admins * update tests for subscriptions forwarding for non-admins * fix unit tests * update dashboard subscriptions button to exclude heading cards * [WIP] convert E2E tests to unit tests * convert subscriptions button test to unit test * restore some E2E tests * fix unit tests - new fetch request occurring in child component DashboardHeader was causing these tests to fail on the fetch request because there was no fallback
-
Cal Herries authored
-
Uladzimir Havenchyk authored
-
Kamil Mielnik authored
* Use findByLabelText as we're targeting a checkbox input * Add reproduction test for #22265 * Break second question after adding it to series * Format code * Correct the repro: Use valid question first before turning it invalid * Speed up E2E test by preparing data using API --------- Co-authored-by:
Mahatthana Nomsawadi <mahatthana.n@gmail.com>
-
Nemanja Glumac authored
* Split `admin` E2E group and merge it with `auditing` * Run new `admin-2` group in CI
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-