This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 20, 2024
-
-
github-actions[bot] authored
* Add new strings for v51.4 * Update translations * kick ci --------- Co-authored-by:
github-actions <github-actions@github.com> Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Tyler Plude authored
-
Roman Abdulmanov authored
-
Jeff Bruemmer authored
-
Ngoc Khuat authored
Co-authored-by:
Nick Fitzpatrick <nickfitz.582@gmail.com>
-
Roman Abdulmanov authored
-
Alberto Perdomo authored
* Update versions in SDK introduction * SDK - Update next-js versions * Tweak wording about React versions * Tweak Next.js versions * Bump node version to 20 * Bump node version to 20
-
Kamil Mielnik authored
* Allow navigating with arrow up/down between lines in expression editor * Do not hijack up/down arrow keys for autocomplete suggestions navigation when there's only 1 suggestion * Add explanatory comments * Convert tokenizer to TS * Add a test * Format code * Add basic test case * Fix a deprecation * Handle incomplete bracket identifier tokens * Shorten code * Add comment * Fix suggestion not always getting selected * Fix computation * Fix types * Update comment * Add repros for #49882 * Add repro * Fix comment * Deprecate a HOC * Update assertion * Remove _.compose and default export * Fix types in ExplicitSize * Fix typing in ExpressionEditorTextfield * Fix types * Fix error handling * Fix showing errors when expression is invalid * Do not submit null expressions * Fix typing * Update assertion * Fix flaky test * Fix filter * Decrease flakiness * Fix crashing * Add comment * Fix incomplete bracket idenfitiers * Fix type * Improve typing * Add an explanatory comment
-
Chris Truter authored
* Rank based on when the current user last viewed the item * Fix tests
-
Mahatthana (Kelvin) Nomsawadi authored
* Refactor: Speed up E2E tests by not relying on UI * Quarantine flaky E2E assertions
-
- Nov 19, 2024
-
-
Romeo Van Snick authored
* Allow TableInteractive to render it's own empty message * Pass renderEmptyMessage to visualization in model editor * Add reproduction for #37300 * Use double equals ofr null check Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Romeo Van Snick authored
* Do not show values initially when single select search does not have a filter * Add repro for 49577 * Reword test case Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com> * Fix e2e test --------- Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
appleby authored
* Don't try to fetch dbs for zero cards in api.table/batch-fetch-card-query-metadatas Closes #48461 Ensure we don't throw an exception by attempting to fetch the Databases associated with potentially-deleted card ids in api.table/batch-fetch-card-query-metadatas. In particular, this ensures we don't generate an exception if the user does the following 1. Create a card "Source Card" 2. Create another card "Derived Card" with a :source-table of "Source Card" 3. Add Derived Card to a dashboard 4. Permanently delete (not just archive) the Source Card * Add test for virtual-table query-metadata with deleted source card * Add test for dataset query_metadata with deleted source card * Add test for dashboard query-metadata with deleted source card * Add test for card query-metadata with deleted source card * Add metabase.api.test-util and use it in query-metadata-with-deleted-card tests * Replace copy/pasted debug helpers with select-query-metadata-keys-for-debugging
-
Uladzimir Havenchyk authored
* chore: forbid legacyQuery usage with eslint * fixup * fixup
-
Jeff Bruemmer authored
-
Phoomparin Mano authored
* allow passing custom views to underlying ad-hoc questions * update readme docs * accept component instead * tweak layout story * update docs * add e2e tests * cleanup tests * remove incorrect tests * simplify tests * rename prop to renderDrillThroughQuestion and update docs * swap docs order * add missing marker * clarify drill-through naming * replace dead links
-
Jeff Bruemmer authored
-
Chris Truter authored
-
Aleksandr Lesnenko authored
* allow more iframe attributes * make iframe sandbox more permissive * update spec
-
github-automation-metabase authored
* Add v0.51.4 to the list of releases * add 50.34 --------- Co-authored-by:
Metabase bot <metabase-bot@metabase.com> Co-authored-by:
Alex Yarosh <alexandra@metabase.com>
-
Uladzimir Havenchyk authored
-
metamben authored
-
Chris Truter authored
-
Jeff Bruemmer authored
-
Roman Abdulmanov authored
-
Roman Abdulmanov authored
-
Phoomparin Mano authored
* trigger save handlers on question create * add skeleton example stories for save forms * update storybook stories * add tests for saving questions * docs update * add createCard assertions * rollback docs
-
Kamil Mielnik authored
* Use synchronous-batch-updates: true by default in e2e tests * Remove changeSynchronousBatchUpdateSetting
-
Kamil Mielnik authored
* Fix #50128 * Add repro for #50128
-
Nicolò Pretto authored
* fix(sdk): handle relative urls for metabaseInstance in loading maps * addTrailingSlash -> ensureTrailingSlash Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Chris Truter authored
-
Nicolò Pretto authored
* feat(sdk): detect mismatch between sdk version and mb version * refactor: log utils to print the big headers * Update enterprise/frontend/src/embedding-sdk/lib/version-utils.unit.spec.ts Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev> * refactor: call -> callArguments * add link to the docs --------- Co-authored-by:
Mahatthana (Kelvin) Nomsawadi <me@bboykelvin.dev>
-
Oisin Coveney authored
-
- Nov 18, 2024
-
-
Ngoc Khuat authored
-
Ryan Laurie authored
-
Ryan Laurie authored
-
Aleksandr Lesnenko authored
* remove LegendVertical logic that preserves legend width * memoize pie legend items * prevent pie from jumping when toggle legend * fix responsive legend logic, cleanup * drop hyphens from the pie legend (#29597) * eliminate flickering on render due to not having dimensions * shortcut * specs * test vertical layout has no hyphens * setup func * set explicit showLegend=true default
-
Oleksandr Yakushev authored
* [xlsx-export] Cache the custom datetime formatter * [xlsx-export] Optimize functions in m.q_p.pivot.postprocess * cljfmt --------- Co-authored-by:
Adam James <adam.vermeer2@gmail.com>
-
Cam Saul authored
-
Ryan Laurie authored
-