This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 19, 2024
-
-
Denis Berezin authored
* Temp * Add support for saved questions * Try to fix question not found issue * Try to fix question not found issue * Fix unit tests * Add basic unit test * Fix unit tests * Fix unit tests, fix question not found issue * Review fixes * Review fixes * Refactor components structure, review fixes * Adjust readme
-
Anton Kulyk authored
* Add repro test * Fix null check
-
Braden Shepherdson authored
Fixes #43993 for real. The earlier fix #44182 was needlessly restricting the "nominal refs" check to fields which were using numeric IDs, when really any match on nominal refs is valid.
-
Braden Shepherdson authored
Part of #44298.
-
Mahatthana (Kelvin) Nomsawadi authored
-
github-automation-metabase authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Update readme pointing to newer 50 release * Update enterprise/frontend/src/embedding-sdk/README.md Co-authored-by:
Phoomparin Mano <poom@metabase.com> --------- Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
Ryan Laurie authored
* automatically add milestones to prs and issues * test code * test code * test commit (#3138) * test commit (#43320) * test commit (#44357) * remove test code * add newlines * prefer older version milestones
-
Alex Yarosh authored
* docs: change paid to pro/enterprise * Apply suggestions from code review Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Jeff Bruemmer authored
* add 50.6 to list of releases * 49.17
-
Ryan Laurie authored
-
dependabot[bot] authored
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 ) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
Uladzimir Havenchyk authored
* fix: Do not pass template variables to findColumnIndexesFromLegacyRefs * Add repro
-
Alexander Solovyov authored
Also OpenAPI generation now handles parameter renaming, like in `{c :count}` destructuring.
-
Uladzimir Havenchyk authored
-
github-automation-metabase authored
-
Kamil Mielnik authored
* Upgrade @reduxjs/toolkit from ^1.9.3 to ^2.2.5 * Fix typing * Upgrade redux-actions and @types/redux-actions * Fix type errors * Fix type errors * Upgrade react-redux from ^8.0.5 to ^9.1.2 - remove @types/react-redux as it's no-longer-needed * Upgrade redux-promise from ^0.5.0 to ^0.6.0 - upgrade @types/redux-promise * Remove unused @types/redux-logger * Revert "Upgrade redux-actions and @types/redux-actions" This reverts commit 65005a00. * Remove createWeakSelector as weakMapMemoize is the default memoization strategy now * Do not call unsubscribe if it does not exist * Do not subscribe * Remove console.log * Make DelayedLoadingSpinner always render something with data-testid="spinner" so that tests can be aware of when things are loading * Fix JoinStep unit tests * Fix AddToDashSelectDashModal unit tests * Fix SegmentApp unit tests * Bring back original subscription logic * Fix DataUsageStep unit tests * Fix ManageApiKeys unit tests * Simplify comment * Fix MainNavbar unit tests * Fix HomeRecentSection unit tests * Use afterEach instead of afterAll to reset mocks * Remove explanatory variable
-
Ngoc Khuat authored
-
Ryan Laurie authored
-
Nemanja Glumac authored
* Rename "empty" date/time filter options * Add repro for #44101
-
Oisin Coveney authored
-
- Jun 18, 2024
-
-
adam-james authored
* Pivot Tables with no Pivot Columns should still download Fixes #44159 Pivot Tables can still be valid without columns, and therefore the download should respect such a query and be successfully exported. In this PR, the postprocessing of pivot results into 'visual pivot' exports for csv takes into account the zero-column configuration and the download no longer fails. * add a test to confirm that zero cols and >1 measures works as well * Handle the case where there are zero pivot-rows. This is a similar problem to the zero pivot-cols case, just with rows. The app actually doesn't render these tables correctly, but that's a separate frontend bug
-
Benoit Vinay authored
* DWH plans added * UploadCSV button component created * Comments added * Main nav bar updates * Misc * Align main nav bar button with link * Misc comment * Upload package created * Various upload cleanup * Misc * Display button rule cleaned up * Tracking added to upload CSV button * Misc comment * e2e tests WIP * More comments * e2e tests basic created * NEw tracking schema * e2e tests updated / Tracking WIP * Analytics cleanup for button * Misc * Misc e2e tests Snowplow * Removed forced Upload CSV button in FE * Upload helpers created * Misc unit tests updates * Updated analytics * Fix for e2e tests * Upload fixture paths updated * Misc for Snowplow * Misc for plan * More tests cleanup * Misc * Source added to analytics * Plan unit tests fixed * Update frontend/src/metabase/nav/containers/MainNavbar/MainNavbarContainer/MainNavbarView.tsx Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> * Update frontend/src/metabase/components/upload/constants.ts Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com> * Misc imports * Retrieving `uploads-settings` DB * Remove default UploadCSV component export * Misc * Button copy updated * Analytics updated with optional properties * Default upload file input id updated * csvupload schema updated * Removed before * No bad Snowplow events added --------- Co-authored-by:
Ryan Laurie <30528226+iethree@users.noreply.github.com>
-
Romeo Van Snick authored
* Add RTK endpoints for loading and searching parameters * Add Parameter API types * Move types to metabase-types * Add return type to normalizeQuery
-
Oisin Coveney authored
-
Anton Kulyk authored
* Add repro test * Fix timeline events filtering * Don't include first date of next interval
-
Alexander Polyankin authored
E2E repro for "Fix field values remapping with models & custom dropdown source in public dashboards" (#44315)
-
John Swanson authored
I'd fixed the `can_restore` on non-collections to always be present, but forgot about fixing it for collections as well.
-
Nick Fitzpatrick authored
* use effective location when building initial path in entity picker * unit test adjustment * more unit test adjustments
-
Nemanja Glumac authored
* Convert drill-through (CLJ) values to JS * Convert the drill-through `:null` to an actual `null` Resolves #44232 * Use new function in `filter-drill-details` * display-info->js should check for nil before seqable? * fix js object comparison * Add test for the `drill-value->js` function * Simplify the test * Fix the JS object equality in the test --------- Co-authored-by:
Alexander Solovyov <alexander@solovyov.net>
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Roman Abdulmanov authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
Ngoc Khuat authored
-
Ngoc Khuat authored
* Writing migration notes
-
- Jun 17, 2024
-
-
Alexander Polyankin authored
-