This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 23, 2024
-
-
Ngoc Khuat authored
-
- Oct 22, 2024
-
-
Ngoc Khuat authored
-
Alex Yarosh authored
* cumulative changes * Apply suggestions from code review Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com> --------- Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
Nemanja Glumac authored
* Add `use-temp-storage` hook * Remove try/catch * Add reducer * Add tests * Use RTK to create a new slice and reducer
-
bryan authored
-
Aleksandr Lesnenko authored
* improve pie-sunburst chart labels visibility algo * specs, docs * Update Loki Snapshots * handle big arcs > PI with small inner cord --------- Co-authored-by:
Metabase Automation <github-automation@metabase.com>
-
Alexander Polyankin authored
* Fix native query preview for mongo * Add tests * Add tests * Do not rely on join identity
-
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Kyle Doherty authored
* add athena and databricks logos + update paths * Add fallback for `druid-jdbc` --------- Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
Romeo Van Snick authored
* Fix reference in deprecation notice * Add lock_filled icon * Add view-only tag to the question header for questions with hidden source tables * Simplify the useHasHiddenSourceTables helper * Add typings to useHasHiddenSourceTables * Show 'view-only' badge when the question is not editable * Set up card endpoints * Add test for hidden tables * Add e2e test for View-only tag * Add visibilityType to TableDisplayInfo * Use unfiltered table display info to determine which tables are hidden * Rename util to hooks * Use rem for border-radius * Sign in in beforeEach * Add tests for more visibility types * Fix unit tests * Remove empty file * Add test for unavailable cards * Remove unnecessary card endpoint * Add unit test for inaccessible card * Move ViewOnlyTag to it's own file * Add more unit tests for ViewOnly tag * Use MBQL to create queryies where possible
-
Oisin Coveney authored
-
github-automation-metabase authored
Co-authored-by:
Metabase bot <metabase-bot@metabase.com>
-
Oisin Coveney authored
-
Alexander Solovyov authored
it's been long ago that Ring has been updated to depend on org.apache.commons/commons-fileupload2-core
-
Luis Paolini authored
There was a new version that supports jetty 11.0.24 https://github.com/ring-clojure/ring/blob/master/CHANGELOG.md
-
Romeo Van Snick authored
* Increase the size of the overlay spacer * Increase the delay of the popover opening * Hard-code the popover delays * Remove delay props from info components * Fix unit test * Shorten popover timeout to 500ms * Make popover delay configurable again * Increase openDelay for header info
-
- Oct 21, 2024
-
-
adam-james authored
* Fix a Couple bugs related to pivot exports - pivot-grouping value, when not an int (in the case of Oracle dbs), would cause exports to contain zero rows. This fixes that - json formatted/unformatted for the dataset API endpoints (unsaved questions) was not being used, so all exports were formatted * json and csv use (int group) to check row inclusion * grouping change fix tests * json formatted/unformatted test * xlsx formatters are correct when pivot-grouping col is removed * cljfmt * fix up failing tests * fix test * Update src/metabase/api/dataset.clj
-
Aleksandr Lesnenko authored
* tweak sunburst chart styles * Update Loki Snapshots * Update Loki Snapshots * Update Loki Snapshots --------- Co-authored-by:
Metabase Automation <github-automation@metabase.com>
-
Ryan Laurie authored
* dont run release log on forks * dont run cron actions on forks at all
-
Jeff Bruemmer authored
-
Oisin Coveney authored
-
Case Nelson authored
-
Alexander Polyankin authored
* Reset the question's viz settings when converting to a model * Update e2e/test/scenarios/models/reproductions.cy.spec.ts Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com> * Test model metadata * Test model metadata * Test model metadata * Test model metadata --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
-
Kamil Mielnik authored
* Fix #48878 by avoiding to use entity framework which can serve incomplete card objects * Make sure canWrite is a boolean * Remove redundant optional chaining * Add repro for #48878 * Optimize * Improve comment * Fix test setup
-
Mahatthana (Kelvin) Nomsawadi authored
* Automate npm version * Make troubleshooting SDK release process easier * Fix quote situation * Allow deploying SDK to different branches at the same time Because they won't be in conflict with each other * Make checkout a bit faster * Remove unnecessary console.log Co-authored-by:
Phoomparin Mano <poom@metabase.com> * Tidy up `jq` command Co-authored-by:
Phoomparin Mano <poom@metabase.com> * Tidy up multiple GitHub actions summary log Co-authored-by:
Phoomparin Mano <poom@metabase.com> --------- Co-authored-by:
Phoomparin Mano <poom@metabase.com>
-
Romeo Van Snick authored
* Add helper to add utm params to url * Add utm param to getDocsUrl * Allow passing utm to docs url * Add utm parameters to expression widget docs url * Add useUrlWithUtm hook * Make more utm props optional * Use the utm hook and docs hook instead of adding utm tags manually to urls * Simplify getDocsUrl * Update unit tests for expression editor to contain utm params * Only add parameters if they have a value * Fix unit test * Fix unit test * Simplify docs url * Use useDocsUrl on embedding page * Use named arguments in useDocsUrl
-
Chris Truter authored
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Oleksandr Yakushev authored
-
Nicolò Pretto authored
* run prettier on sdk readme * fix code snippets so that prettier can format them * put back the empty new line on the package.json
-
- Oct 18, 2024
-
-
Cam Saul authored
* Modularize metabase.pulse; add metabase.pulse.core API namespace * Rename metabase.pulse.send-test * Split email result attachment stuff into its own namespace * Update dashboard-subscription-test * Allow metabase.email.result-attachment externally... for now * More code cleanup * Decouple models.card and email.messages * Decouple models.collection and metabase.email.messages * Hopefully the last fix
* Fix #48647 * Fix event handler * :render/text, not :pulse/text * Test fixes * Test fix * RESPECT the modules * Remove unused namespace -
Uladzimir Havenchyk authored
-
bryan authored
* Adds query_executions_by_source_24h and entity_id_translations_last_24h - add docstring * clear eid translation count in stats-post-cleanup * remove ->> with after? it's confusing * dissoc the right path
-
Kyle Doherty authored
-
Nicolò Pretto authored
* defineEmbeddingSdkConfig to make typing easier when the config is created outside of the jsx * also add defineEmbeddingSdkTheme, move them to index.ts as i don't have a good name for what file to put them into :shrugs: * updated the readme to use the defineXXX functions
-
Uladzimir Havenchyk authored
* rework ChartSettings to typescript * lint
-