This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Oct 22, 2024
-
-
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
-
appleby authored
-
Aleksandr Lesnenko authored
* hide formatted export description when unformatted * add unformatted copy
-
Dennis Schridde authored
== Behaviour without this fix == See #48881 == Behaviour with this fix == 1. Metabase starts with an empty application database, and a config file containing configuration for a connected database 3. By the time it reaches "INFO metabase.task :: Task scheduler started", `qrtz_triggers` contains `metabase.task.sync-and-analyze.trigger.1` (sample DB) and `metabase.task.sync-and-analyze.trigger.2` (DB from config file) Closes: https://github.com/metabase/metabase/issues/48881 Co-authored-by:
Noah Moss <noah@metabase.com>
-
lbrdnk authored
* Use type date for case expression when there are Date and DateTime args * Use logic for getting case expr type from annotate middleware * Add e2e test * Add bigquery test * Update test * cljfmt and comment * Adjust e2e test
-
Anton Kulyk authored
-
Dennis Schridde authored
Store API can handle higher load and customers might want to see changes earlier. Fixes: cc28ee60
-
Nick Fitzpatrick authored
* cleaning up links, adjusting tests * guard rails * linter fix
-
Aleksandr Lesnenko authored
-
Oisin Coveney authored
-
- Oct 17, 2024
-
-
Phoomparin Mano authored
* debug pdf export styling * apply sdk theme background overrides * add overflow override * tweak style overrides * move WithThemeBackground outside of data-metabase-theme selector * move EmbedFrame css rule up * remove fallback mb-color-background
-
Phoomparin Mano authored
* remove defaultProps from Modal * bump patch version of react-markdown * fix isOpen prop
-
Phoomparin Mano authored
* hide downloads by default in the sdk * update readme to reflect withDownloads prop * update readme formatting * update tests
-
Noah Moss authored
-