This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 23, 2023
-
-
Kyle Doherty authored
* remove activity frontend * remove the activity page code * remove GET api/activity/ route + tests * regen dox for activity routes - Not for GET /api/activity/ which has been removed. * nix more things only used for GET /api/activity/ * pull out more only-used-for-get-api/activity/ code * force namespace to be loaded (?) to be found --------- Co-authored-by:
Aleksandr Lesnenko <alxnddr@gmail.com> Co-authored-by:
Bryan Maass <bryan.maass@gmail.com> Co-authored-by:
Aleksandr Lesnenko <alxnddr@users.noreply.github.com>
-
Maz Ameli authored
* remove unused const and import * update download button helper --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
Cal Herries authored
Co-authored-by:
Uladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
-
john-metabase authored
-
Ryan Laurie authored
-
Oisin Coveney authored
-
Oisin Coveney authored
-
- May 22, 2023
-
-
Cam Saul authored
-
Case Nelson authored
* [MLv2] Export display-name * Add long-display-name to display-info * Removem display-name since it won't be used * Fix FE tests
-
john-metabase authored
-
Kamil Mielnik authored
* Enable "Showing XX rows" for all types of visualisations - Closes https://github.com/metabase/metabase/issues/29261 * Add a test case for rendering of QuestionRowCount regardless of visualization type * Remove duplicated expect() * Improve test case - Move setupCardDataset function call to the main setup function - Use it.each
-
Alexander Polyankin authored
-
Ngoc Khuat authored
* Snowplow tracking for dashboard tab creations and deletions
-
Ngoc Khuat authored
-
- May 20, 2023
-
-
metamben authored
-
- May 19, 2023
-
-
Aleksandr Lesnenko authored
* allow hiding dashboard cards when no results * replace anys for existing types * type fixes * fix * update copy according to Jeff's suggestion * loading state * update types
-
metamben authored
This test requires the DB to support nested order by clauses which Trino does not.
-
metamben authored
* Implement available-aggregation-operators * Support display-info and getting columns from aggregation-operators * Support adding aggregation operators * Add :cum-sum to the type hierarchy
-
Alexander Polyankin authored
-
metamben authored
Fixes #29678.
-
Anton Kulyk authored
-
bryan authored
* remove a few defendpoint-schema calls * remove more defendpoint-schema calls - fix bug with enum of strings X route regexes * more defendpoint-schema rippin' * more weeding out defendpoint-schemae * cleanup * upgrade more routes to defendpoint * fix a bug with defendpoint route regex guards * remove comment * fix typo in malli schema * coerce action-id in DELETE api/action/:action-id * coerce timeline id's * coerce pulse ids * many fixes for upgrading to defendpoint * lsp clojure clean ns on api/pulse.clj * upgrade more endpoints off defendpoint-schema * fix some more + enhance boolean handling * remove custom transformer * fix the rest of the boolean string schema usages * fix error message in notify test * fix api embed * revert api/timeline * remove def * BooleanString -> BooleanValue - decode any boolean or "true" or "false" into `true` or `false`. * leave POST api/dataset/ alone * coerce ids in api/notify
-
Kamil Mielnik authored
* Fix sample database not appearing in DatabaseBrowser without page refresh - Fixes https://github.com/metabase/metabase/issues/29496 * Add an e2e test for #30871 * Add an extra step in e2e test
-
Nemanja Glumac authored
-
Ngoc Khuat authored
-
Alexander Polyankin authored
-
Oisin Coveney authored
-
- May 18, 2023
-
-
shaun authored
-
Ryan Laurie authored
-
john-metabase authored
Formatting of BigQuery will use the MySQL dialect for now.
-
Ryan Laurie authored
* add patch to react-dropzone to work for us * add drag-pin e2e test * just wrap the event handlers from react-dropzone
-
Emmad Usmani authored
* allow user to rename selected tab directly * fix style * change behavior to double click and refactor defualt exports * add unit tests
-
Braden Shepherdson authored
Just removing the unnecessary setting of `display: table` since the test expects the default bars. Fixes #30743.
-
Braden Shepherdson authored
This drops the original `temporal-bucket` (which returned only the unit, eg. `:day-of-month`) and renames `temporal-bucket-option` to `temporal-bucket`. This returns a map with the `:unit` and `:lib/type`, so it plays nice with `display-info`. Also fixed some docs and a lurking infinite loop in `lib.js/available-binning-strategies` (it accidentally called itself rather than `lib.core/available-binning-strategies`).
-
Case Nelson authored
* [MLv2] Implement remove replace for aggregations and expressions * Cleanup * Fixing tests * Drop agg-uuid for source-uuid, add tests for agg and expr remove replace * Fix linter * Undo clean move * Address PR feedback
-
Ngoc Khuat authored
* ModerationReview to toucan2 * Revision to toucan2 * Secret to toucan2 * Session to toucan2 * Setting to toucan2
-
Cal Herries authored
* Migrate legacy field refs in result_metadata * Add expression and field_ref * Update testing description * Fix clj-kondo * Exclude empty result_metadata from the query
-
Kamil Mielnik authored
* Specify node v16 in engines in package.json - The project does not work with node v20 yet * Fix undeclared variable in example snippet * Update Popover docs * Update Request mocking docs * Revert "Specify node v16 in engines in package.json" This reverts commit 84990e1c7b6956e08dc7b696e81e2888e1cb4537. - 'yarn build-static-viz' was failing because of this change
-
Ngoc Khuat authored
* Bookmarks to toucan2 * Timeline and TimelineEvent to toucan2
-
Ngoc Khuat authored
* Dimension to toucan2 * FieldValues to toucan2
-