This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 21, 2023
-
-
Aleksandr Lesnenko authored
-
Bryan Maass authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Make `ActionForm` accept an `action` prop * Make field settings inside `ActionForm` if missing * Clean date-time values inside `ActionForm` * WIP * Clean and filter values on submit in `ActionForm` * Sort `ActionVizForm` props * Sort `Action` props * Use more generic `WritebackAction` type * Move more logic into the `ActionForm` * Add `useActionForm` hook * Fix parameter type in tests * Fix submitting a form when all parameters mapped * Move utils to `useActionForm` * Fix submit button label in public action e2e tests * Filter changed values only for implicit update actions * Rename `cleanInitialValues` to `cleanedInitialValues` * Fix `shouldShowConfirmation` can be a string * Nice boring code * Fix types in tests * Small rename * Move `useActionForm` utils closer to source (#29328) * Fix `ActionForm` ignored submit errors * Fix default values display in the form editor * Fix names
-
Ngoc Khuat authored
-
Ngoc Khuat authored
db/update! -> t2/update!
-
Cam Saul authored
* Query D E S C R I P T I O N S * WIP * MLv2 Query description * Test fixes * More robust error handling * MLv2 more shuffling things around * Remove unneeded impl * Cumulative FE changes * WIP * lib.expressions -> lib.expression * Address PR feedback * Fix everything * Oops fix missing metadata * Test fixes
* Fixes post-merge * Fix merge conflict * JS metadata overhaul * Test fix * Test fix * Hack to workaround busted JOINs * Use Braden's better fix * Cumulative fixes * Test fixes * Remove unused * Include temporal unit in query description * Don't change indentation * Revert e2e browser changes * Revert bin change * Meaningless change to kick CI
-
- Mar 20, 2023
-
-
Case Nelson authored
* Add most of the expression clauses for mlv2 * Add tests for expressions * Remove duplicate * Remove test * Can't use eval in cljs * Appease kondo * JS converts 1.0 to integer * Add missing require * Fix shadow lint? * Review changes * Time now requires a time unit
-
Case Nelson authored
* Add current-limit setter for a query limit * Add docstring
-
Ryan Laurie authored
* make object detail work for non-logged-in users * update types to account for optional params * test public object detail viz
-
Aleksandr Lesnenko authored
* fix missing group by columns from joined tables * fix spec
-
Ryan Laurie authored
* extract model creation helper * update model actions test to actually mutate data * fix merge conflicts and clean up
-
metamben authored
* Keep NFC root fields in nested queries (#29184)
-
Maz Ameli authored
* build strings for 46 * pull in translations for 46 * last-minute updates and add korean
-
Cam Saul authored
* Query D E S C R I P T I O N S * WIP * MLv2 Query description * Test fixes * More robust error handling * MLv2 more shuffling things around * Remove unneeded impl * lib.expressions -> lib.expression * Address PR feedback
-
Mahatthana (Kelvin) Nomsawadi authored
* Fix custom field type aggregation not showing When the origin table don't have that field type. * Add tests * Remove puzzle driven development comments * Make `getAggregationOperators` API more apparent
-
Nemanja Glumac authored
-
Ryan Laurie authored
* extract common object detail and table settings * test object detail column settings
-
Nemanja Glumac authored
-
Uladzimir Havenchyk authored
-
Tim Macdonald authored
It does the wrong thing when passing in a list of :steps. c.f. discussion at https://metaboat.slack.com/archives/C010L1Z4F9S/p1678905945881399
-
Ngoc Khuat authored
* db/select-one-field -> t2/select-one-fn * `db/select-field` -> `t2/select-fn-set` * db/select-ids -> t2/select-pk-set * db/select-field->field -> t2/select-fn->fn * db/select-field->id -> t2/select-fn->pk * `db/select-id->field` -> `t2/select-pk->field` * add discourage var
-
- Mar 19, 2023
-
-
Emmad Usmani authored
* fix agressive y-axis splitting in charts * e2e tests * check if col settings are different * use `settings.column` instead of redefining default settings * refactor for feedback
-
- Mar 17, 2023
-
-
Aleksandr Lesnenko authored
-
Ngoc Khuat authored
* db/select-one -> t2/select-one
-
Anton Kulyk authored
* Move `ActionFormFieldWidget` to action components * Move `inputTypeHasOptions` to shared utils * Move `FormFieldEditor` to `FormCreator` * Clean up `ActionForm` props * Clean up `FormCreator` props * Move most of `ActionForm` utils to shared utils * Move `reorderFields` to `FormCreator` * Extract `FormCreator` resps from `ActionForm` * Use default export for `ActionForm`
-
Cam Saul authored
-
Ngoc Khuat authored
-
Case Nelson authored
-
Anton Kulyk authored
* Sort `ActionForm's` utils * Remove not used actions entity constants * Move `QueryActionContextProvider` to its own dir * Consolidate `QueryActionContextProvider` utils * Move `QueryActionEditor` to `QueryActionContext` * Add `metabase/actions/constants` * Remove not used export * Move `isEditableField` to `ActionForm` utils * Remove not used `hasImplicitActions` utility * Use `WritebackImplicitQueryAction` type * Remove `isImplicitAction` utility * Move `shouldPrefetchValues` to parameters form * Fix typo * Move `getSubmitButtonColor` to shared utils * Move `getSubmitButtonLabel` to shared utils * Sort `ActionParametersInputForm` imports * Move `reorderFields` to `ActionForm` * Sort `metabase/actions/utils` imports * Sort imports
-
Ngoc Khuat authored
* `db/select-one-id` -> `t2/select-one-pk` * add discourage var
-
Ngoc Khuat authored
* db/select-one-field -> t2/select-one-fn * add discourage var
-
Mark Bastian authored
Exposes models as a GenericTable and adds in UI menu option to show the x-ray. There's still work to be done to add filters and more interesting auto-generated charts, but this is the first step.
-
Mark Bastian authored
Minor point version updates, including the redshift driver.
-
Cal Herries authored
* Transform card data into the same format as that which comes out of the DB * Use `from-json` instead of toucan transformations * Remove unused require * Update docstring and rename to from-parsed-json * Oops, fixed * Remove now * Add docstring * Fix order of docstring * Don't update created_at and updated_at
-
Nemanja Glumac authored
* Extract `parseArguments` into utils * Allow custom browser for Cypress snapshots generation
-
Nick Fitzpatrick authored
-
Nemanja Glumac authored
* [CI] Do not run `i18n` workflow on spec changes * Reverse the order of `name` and `run`
-
Nemanja Glumac authored
-
- Mar 16, 2023
-
-
Nick Fitzpatrick authored
* Updating graph.metrics when column is removed * updating logic and adding unit tests
-