Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 28, 2023
  2. Mar 27, 2023
  3. Mar 25, 2023
  4. Mar 24, 2023
  5. Mar 23, 2023
  6. Mar 22, 2023
  7. Mar 21, 2023
    • Emmad Usmani's avatar
      fix dashboard opening in editing state when it shouldn't (#29368) · 9ae66ab7
      Emmad Usmani authored
      * fix dashboard opening in editing state when it shouldn't
      
      * unskip reproduction test
      Unverified
      9ae66ab7
    • Aleksandr Lesnenko's avatar
    • Alexander Polyankin's avatar
      Fix data picker search (#29325) · d438e16d
      Alexander Polyankin authored
      Unverified
      d438e16d
    • Anton Kulyk's avatar
      Consolidate action form logic (#29326) · abc81162
      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
      Unverified
      abc81162
    • Cam Saul's avatar
      Port query description logic to MLv2 (#29200) · 8f554528
      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 :wrench:
      
      * Fixes post-merge
      
      * Fix merge conflict
      
      * JS metadata overhaul
      
      * Test fix :wrench:
      
      * Test fix
      
      * Hack to workaround busted JOINs
      
      * Use Braden's better fix
      
      * Cumulative fixes
      
      * Test fixes :wrench:
      
      * Remove unused
      
      * Include temporal unit in query description
      
      * Don't change indentation
      
      * Revert e2e browser changes
      
      * Revert bin change
      
      * Meaningless change to kick CI
      Unverified
      8f554528
  8. Mar 20, 2023
  9. Mar 19, 2023
  10. Mar 17, 2023
    • Aleksandr Lesnenko's avatar
    • Anton Kulyk's avatar
      Break down `ActionForm` component (#29290) · 27864fed
      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`
      Unverified
      27864fed
    • Anton Kulyk's avatar
      Consolidate action utilities (#29289) · 0c7864a0
      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
      Unverified
      0c7864a0
Loading