This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 01, 2023
-
-
Jeff Bruemmer authored
* alternatives * remove links * remove mentions of eb * remove eb from rds page
-
Luis Paolini authored
... you can reference when using native questions
-
metamben authored
Fixes #33490.
-
Cam Saul authored
* First crack at drill-thru, adding quick-filter-drill * Adding object detail drill Needs tests for the multi-PK case * Add distribution-drill and foreign-key-drill * Add sort drill * summarize-column and part of automatic-insights * Add `display-info` for drill-thrus and the special pivot functions Clean up and should be ready for FE first crack * Add `drill-thru` implementations for all current drills * small fixes * overhaul of available-drill-thru Fixes several issues with targeting, merges in Mode logic, fixes pivot-drills Still TODO: other drills' mode conditions; lots of checking and testing the various cases of what should be shown; writing tests for that. * Add `display-info` for drill-thrus and the special pivot functions Clean up and should be ready for FE first crack * Add `display-info` for drill-thrus and the special pivot functions Clean up and should be ready for FE first crack * Integrating the basic drill-thru ops, with some debugging hacks * Fix bad spelling of parameters * bunch of a progress, :null sentinel, refactor to context * tests for lots more cases; two missing drills * adding underlying records drills, not yet working * fixing up to work with upstream changes * fixes from Denis' PR * more progress debugging FE drills and adding tests * drill tests coming along * cleanup, test fixes * display-info-js for recursion * Add TS typing for displayInfo of drill thrus * partial changes for underlying records * hack hack * splitting out progression logic to a separate file * First crack at drill-thru, adding quick-filter-drill * Adding object detail drill Needs tests for the multi-PK case * Add distribution-drill and foreign-key-drill * Add sort drill * summarize-column and part of automatic-insights * Add `display-info` for drill-thrus and the special pivot functions Clean up and should be ready for FE first crack * Add `drill-thru` implementations for all current drills * small fixes * overhaul of available-drill-thru Fixes several issues with targeting, merges in Mode logic, fixes pivot-drills Still TODO: other drills' mode conditions; lots of checking and testing the various cases of what should be shown; writing tests for that. * Add `display-info` for drill-thrus and the special pivot functions Clean up and should be ready for FE first crack * Add `display-info` for drill-thrus and the special pivot functions Clean up and should be ready for FE first crack * Integrating the basic drill-thru ops, with some debugging hacks * Fix bad spelling of parameters * bunch of a progress, :null sentinel, refactor to context * tests for lots more cases; two missing drills * adding underlying records drills, not yet working * fixing up to work with upstream changes * fixes from Denis' PR * more progress debugging FE drills and adding tests * drill tests coming along * cleanup, test fixes * display-info-js for recursion * Add TS typing for displayInfo of drill thrus * partial changes for underlying records * hack hack * splitting out progression logic to a separate file * Lint and test cleanup * MLv2 pivot reorganization part 1 * MLv2 pivots reorganization * Revert some unneeded changes * Don't enable the histogram test * Fix lint errors and add a drill-thru-method implementation for sort * `drill-thru` should support > 3 args * Fix `mu/defmethod` for Cljs * Fix reader error in commented-out code
* appease Eastwood --------- Co-authored-by:Braden Shepherdson <braden@metabase.com> Co-authored-by:
Denis Berezin <denis.berezin@metabase.com>
-
Cal Herries authored
-
- Aug 31, 2023
-
-
Noah Moss authored
* quote impersonation roles for postgres conn impersonation * also quote snowflake roles
-
metamben authored
Fixes #21502. * Fix flaky test * Fix all occurrences of the typo replaced-indecies
-
Noah Moss authored
-
Jesse Devaney authored
* refactor use-list-select hook - toggleAll(items) felt unintuitive as some items could be selected while simultaneously unselecting others - switched to selectOnlyTheseItems(items) to be more explicit on what the function is doing - updated consumers of useListSelect to use the new API * convert to typescript * improve types * add desired behavior verification for useListSelect
-
Cam Saul authored
-
Noah Moss authored
* throw exception if impersonated db doesn't have default role * change text in snowflake plugin file * fix bugs and add tests * FE changes * inline enabled? call * add new driver feature connection-impersonation-requires-role * use variant=brand * break out impersonation-enabled-for-db? into a defenterprise helper function
-
Cam Saul authored
* MLv2: add `findColumnForLegacyRef` and `findFilterableColumnForLegacyRef` * Fix JS tests * Fix typo * Remove stray comment
-
- Aug 30, 2023
-
-
Ryan Laurie authored
* obey hidden widget settings in ColumnSettings widgets * always show unambiguous sample dates
-
Noah Moss authored
* lower-case column names in internal queries so that things dont break for h2 * fix tests * Update enterprise/backend/test/metabase_enterprise/audit_app/pages_test.clj Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> --------- Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com>
-
metamben authored
It's not only nil that can cause trouble, in some situations maps (i.e., incomplete columns) can reach this point too.
-
Emmad Usmani authored
-
Braden Shepherdson authored
There are still some pieces missing, but this has gone far enough to prove the concept. Follow-up PRs can carry this forward. ## Missing parts - Three drills (`automatic-insights`, `format`, `zoom-in`) are unimplemented. - A handful of drills will be returned by `available-drill-thrus` but do not have `drill-thru-method` implementations so they can't be applied. - Two or three drills have extra FE-only changes that need to be captured somewhere else. (Eg. changing the `card.display`) ## Interface - `available-drill-thrus` returns opaque maps describing the set of applicable drills - `display-info` on the drills to get an FE-friendly object - `drill-thru` to apply a drill to a query when clicked.
-
Ngoc Khuat authored
-
Cam Saul authored
* MLv2: generate 'consistent' display names (#24703) * Handle blank 'source' description correctly * Fix failing test
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Aug 29, 2023
-
-
Alexander Polyankin authored
-
Cam Saul authored
* Fix `required-native-extras` for Cljs and add TypeScript wrappers * Oops add missing TS function impls
-
Nick Fitzpatrick authored
-
Vamsi Peri authored
* Run Cloverage job only on merge to `master` * Use shorter `github.ref_name` * [Reopened] Run Cloverage job only on merge to master --------- Co-authored-by:
Nemanja <31325167+nemanjaglumac@users.noreply.github.com>
-
metamben authored
Fixes #33527.
-
Alexander Polyankin authored
-
- Aug 28, 2023
-
-
Cam Saul authored
* MLv2 schema should enforce distinct breakouts and fields #32489 * Enforce distinct breakouts and fields (#32489)
-
Vamsi Peri authored
* Run chromatic CI job when there is a label called chromatic * Fix: Run chromatic job when one of the labels is chromatic * Run frontend checks when a new label is added - this will cover adding chromatic label too * added unlabeled event to frontend workflow * undo formatting changes
-
Jeff Bruemmer authored
-
Jerry Huang authored
* fix rendering deleted columns * update fn name
-
Alexander Polyankin authored
-
Denis Berezin authored
-
Nick Fitzpatrick authored
-
Nicolò Pretto authored
-
Jeff Bruemmer authored
-
Ryan Laurie authored
-
Ryan Laurie authored
* show empty value for breakouts in settings and legend * add and update tests * handle empty column breakouts in rowcharts * show legend for single cardinality breakouts
-
Cal Herries authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix question name not being shown in some cases * Remove export default to conform to the styleguide * Convert EntityName to TypeScript * Fix question name not renderding when using EntityName * Add a test to cover #33192
-
Mahatthana (Kelvin) Nomsawadi authored
-