This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 28, 2023
-
-
Mahatthana (Kelvin) Nomsawadi authored
* Add missing types in Cypress * Add a repro for metabase#18067
-
- Aug 26, 2023
-
-
Cam Saul authored
* Fix #33083 (part 2) * Equality nonsense * Test fix * Remove leftover test * Cljs fix * Appease Kondo * Appease Kondo more * PR feedback * `index-of-matching-metadata` * Update some other things to use `index-of-closest-matching-metadata` * PR feedback * Don't use metadata provider for ref <=> metadata comparisons * mark-selected-columns doesn't need metadata provider * Update some join stuff to match with metadata * Update more stuff to use `closest-matching-metadata` * Test fix
* Test fix * Take advantage of the QP now using MLv2 metadata providers to simplify test * Well ok maybe we do need the 3-arity after all =( * Test fix * Remove stray NOCOMMIT * Some cleanup and extra tests * Hopefully the last few test fixes * Ok NOW I think I fixed stuff. * Add a test for binning display name (degrees) * Fix indentation * Give up on the Card nonsense for now * Ok I give up * Revert changes to testing
-
- Aug 25, 2023
-
-
Alexander Polyankin authored
-
Cam Saul authored
-
metamben authored
-
Jeff Bruemmer authored
-
Cam Saul authored
-
Nicolò Pretto authored
-
Cal Herries authored
-
- 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`
-