This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 28, 2023
-
-
Anton Kulyk authored
* Add basic tests to `NotebookStep` * Fix irreversible steps have "remove" button * Use `aria-label` instead of a test ID * Use `IconButtonWrapper`
-
- Mar 27, 2023
-
-
Anton Kulyk authored
* Move `NotebookStep` into its own directory * Convert `NotebookStep` to TypeScript * Extracts steps * Move styled file * Extract `ActionButton` * Clean up * Turn `NotebookStep` into a functional component * Extract `OpenSteps` type
-
Anton Kulyk authored
* Remove commented out code * Fix typo * Convert `steps` to TypeScript * Convert `NotebookSteps` to TypeScript * Turn `NotebookSteps` into functional component * Turn `NotebookSteps` into a functional component * Move `NotebookSteps` into its own directory * Extract styled component * Fix type
-
Nemanja Glumac authored
-
Ryan Laurie authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
-
- Mar 25, 2023
-
-
Nick Fitzpatrick authored
* keep standalone values when collapsing column * adjusting unit test * PR Feedback * adding space * removing only * Adjusting behavior and tests * adjusting data_grid unit tests
-
- Mar 24, 2023
-
-
Ryan Laurie authored
* move component files into directories * fix tests
-
Denis Berezin authored
-
Emmad Usmani authored
* improve `ColorRangePopover` ux * add unit test * improve test * improve test
-
Nick Fitzpatrick authored
* Updating to cypress 12 * updating deps * Updating Tests. Be Green Plz * removing custom test id from select button * Select Button Tuning
-
Anton Kulyk authored
* Move `QuestionRowCount` to its own directory * Run small cleanup * Convert to TypeScript * Add row count display tests * Simplify `QuestionRowCount` * Test changing the limit * Test can't edit limit when needed * Simplify `QuestionRowCount`, semantic HTML * Extract styled components * Fix static label's font-weight
-
Ryan Laurie authored
-
Denis Berezin authored
-
- Mar 23, 2023
-
-
Emmad Usmani authored
* fix pie chart legend not fading on hover * use `aria-current` in test instead of directly checking style * fix failing test
-
Uladzimir Havenchyk authored
-
Nick Fitzpatrick authored
-
Tim Macdonald authored
* Add action.dataset_query to search results * Add action.database_id to search results * Unskip repro * better FE error handling for action query display * update repro --------- Co-authored-by:
Ryan Laurie <iethree@gmail.com>
-
- Mar 22, 2023
-
-
Emmad Usmani authored
* fix color range for null values in table * add another test case
-
Uladzimir Havenchyk authored
-
Emmad Usmani authored
-
Jeff Bruemmer authored
-
Noah Moss authored
* show all subscriptions in notification management page regardless of collection perms * strip cards and recipients if necessary * indentation tweak * add backend tests * add cypress repro * fix permissions check * slightly different approach * fix cypress test * fix test * address comment
-
Cam Saul authored
* MLv1 remove unused * Remove definitely unused methods
-
Anton Kulyk authored
* Use internal metadata for `generateQueryDescription` * Remove `tableMetadata` from `SaveQuestionModal` * Remove `tableMetadata` from `AggregationPopover` * Remove `tableMetadata` from `QueryBuilder` * Remove console.logs * Fix `_getMLv2Query` call
-
- Mar 21, 2023
-
-
Emmad Usmani authored
* fix dashboard opening in editing state when it shouldn't * unskip reproduction test
-
Aleksandr Lesnenko 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
-
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
-
-
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
-
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
-
Ryan Laurie authored
* extract common object detail and table settings * test object detail column settings
-
Uladzimir Havenchyk authored
-
- 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
-
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`
-
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
-