This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 21, 2024
-
-
Kamil Mielnik authored
* Extract EmailAdmin and add tests for it * Rename EmailAdmin to AdminEmail * Remove redundant async * Add a test case for no email
-
Romeo Van Snick authored
* Make icons 16px in data picker * Use text-light in DataPicker to match other icons
-
Kamil Mielnik authored
* Fix failing offset tests * Fix flaking test
-
Cal Herries authored
-
Cal Herries authored
-
Alexander Polyankin authored
-
Uladzimir Havenchyk authored
-
Kamil Mielnik authored
Repro #36631 - A "Default period" is appended for Date columns within Custom Columns when using Question as Source Data (#42876) * Add a repro for #36631 * Do not wrap id
-
Kamil Mielnik authored
* [MBQL lib] Reject broken uses of `offset` in expressions, filters (#42662) - Using `offset` in custom expressions is supported only when there is an order-by defined on that stage. - Using `offset` in custom filters is not supported at all, currently. * Support `Offset()` in custom columns [frontend] (#42326) * Only nest expressions referenced in breakouts or aggregations * Support Offset() as expression with no breakouts * Test fixes
* Oracle test update * Improved Oracle test * Test update * Fix busted test * Add naive support for Offset() in expressions * Introduce MBQLClauseFunctionReturnType * Add "window" to MBQLClauseFunctionReturnType and use it for the offset function * Handle offset type inference * Remove unused export * Use "expression" instead of "window" return type - Rename identifiers in isCompatible - Make isCompatible accept a clause object instead of just the type - Handle offset as a special case in isCompatible * Use any type * Rename expectedArgumentType to expectedType * Format code * Sort types * Do not suggest offset function in filters * Fix offset not working in case * Revert "Do not suggest offset function in filters" This reverts commit e63790b78010a6ebdb9f7452afadc8d00e2b3e99. * Fix order of adjustments --------- Co-authored-by:Cam Saul <github@camsaul.com> Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * Disable offsets in filters expressions * Group existing aggregations-specific tests * Remove repro for a closed issue * Use findByText instead of contains * Add a test for filter expressions * Add a test for aggregation expressions suggestions * Disable offsets in filters expressions (#42755) * Add a test for custom column suggestions * Add "typing" to enterCustomColumnDetails * Use enterCustomColumnDetails, improve assertions * Add more assertions * Optimize queries * Add typing for offset expressions * Add a repro for metabase#42764 * Add a TODO * Add a TODO * Add a TODO * Use NumericLiteral * Post-merge fixes * Update test * Add tests for other custom expressions * Test drills * Format code * Update test name * Add an assertion * Add assertions for the preview * Unskip fixed issue --------- Co-authored-by:
Braden Shepherdson <braden@metabase.com> Co-authored-by:
Cam Saul <github@camsaul.com> Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
metamben authored
-
- May 20, 2024
-
-
Sloan Sparger authored
* add replay recordings to sanity check e2e tests during pre-release workflow * split out search tests from onboarding folder * parallelize pre-release testing --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
John Swanson authored
In v49, we converted all boolean types to `bit(1)` on mysql/mariadb. It looks like we missed this one, so when you `GET` a card it has `"collection_preview": 1`. Then we get an error when trying to save, because `collection_preview` should be a boolean. I verified that after this migration, `GET`ting a card results in a boolean `"collection_preview"`.
-
Jesse Devaney authored
-
Sloan Sparger authored
-
Jeff Bruemmer authored
-
metamben authored
* Fix comment
-
Kamil Mielnik authored
-
Roman Abdulmanov authored
-
Uladzimir Havenchyk authored
-
Sloan Sparger authored
* disables testing for home page popular items in oss * Update e2e/test/scenarios/onboarding/home/homepage.cy.spec.js Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> --------- Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
Sloan Sparger authored
asserts values match current expectations of values which hopefully solves race conditions that might be happening (#42905)
-
Denis Berezin authored
* Allow charts font override in SDK * Fix default not configured font
-
Ryan Laurie authored
* improve db setup test * improve embedding test
-
Ryan Laurie authored
-
Ryan Laurie authored
* Make Metabot Cool Again * update tests
-
- May 18, 2024
-
-
Uladzimir Havenchyk authored
* Exclude jspdf and html2canvas from the bundle * cleanup
-
- May 17, 2024
-
-
John Swanson authored
Under: - `item.type` - `item.collection.type`, and - `item.collection.effective_ancestors.*.type`
-
Cal Herries authored
-
John Swanson authored
-
Jeff Bruemmer authored
-
Denis Berezin authored
-
metabase-bot[bot] authored
Co-authored-by:
Metabase bot <metabase-bot@metabase.com>
-
Sloan Sparger authored
* fixes homepage flaky test * take 2 * better fix
-
Nick Fitzpatrick authored
-
Ryan Laurie authored
-
Nemanja Glumac authored
-
Oisin Coveney authored
-
Romeo Van Snick authored
* Set scrollToLastColumn ui control from column extract action * Scroll to last column when the uiControl is set * Scroll to last column when combining a column * Scroll to last column when combining a column via the + shortcut * Scroll to last column when extracting a column via the + shortcut * Remove all references to settingsSyncOptions * Check that the column is added at the end * Disable scrollToLastColumn once used * Add test that verifies scrollToLastColumn ui control has been reset
-
Ngoc Khuat authored
-