Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 12, 2022
  2. Sep 09, 2022
  3. Sep 08, 2022
  4. Sep 07, 2022
    • metamben's avatar
      Hydrate app_id for dashboard activities (#25270) · 7cfaddde
      metamben authored
      Hydrate app_id for dashboard activities
      
      Part of #25254.
      
      Only the /recent_views and /popular_items endpoints have been extended.
      The / endpoint currently doesn't deliver additional information like
      the other endpoints do. (The other endpoints deliver at most 5 items,
      but the / endpoint doesn't limit the number of results.)
      Unverified
      7cfaddde
    • Jeff Bruemmer's avatar
      docs - readme titles (#25290) · 8cd55867
      Jeff Bruemmer authored
      Unverified
      8cd55867
    • Bryan Maass's avatar
      Add schema nesting map errors for defendpoint (#24995) · de78cf9c
      Bryan Maass authored
      * adds schema based api error messages for maps
      
      - e.g. in defendpoint.
      
      see: the error for `metabase.api.action/HTTPActionTemplate`:
      
      value must be a map with schema: (
        body (optional) : value may be nil, or if non-nil, value must be a string.
        headers (optional) : value may be nil, or if non-nil, value must be a string.
        parameter_mappings (optional) : value may be nil, or if non-nil, value must be a map.
        parameters (optional) : value may be nil, or if non-nil, value must be an array. Each value must be a map.
        method : value must be one of: `DELETE`, `GET`, `PATCH`, `POST`, `PUT`.
        url : value must be a string.
      )
      
      * use deferred-tru for error message
      
      - fix spacing in api-error-message
      - spruce up test
      
      * sort ns
      
      * swap another test to using str/join "\n"
      Unverified
      de78cf9c
    • Bryan Maass's avatar
      adds ddiff2 as a dev dependency (#25046) · 7dce0f70
      Bryan Maass authored
      
      * adds ddiff2 as a dev dependency
      
      - used in process-query-debug
      
      * Update dev/src/dev/debug_qp.clj
      
      use 0 arg version of println
      
      Co-authored-by: default avatarmetamben <103100869+metamben@users.noreply.github.com>
      
      Co-authored-by: default avatarmetamben <103100869+metamben@users.noreply.github.com>
      Unverified
      7dce0f70
    • Nick Fitzpatrick's avatar
      Adding text-overflow to ChartSettingsFieldPicker (#25266) · 40239ad6
      Nick Fitzpatrick authored
      * Adding text-overflow to ChartSettingsFieldPicker
      Unverified
      40239ad6
    • Aleksandr Lesnenko's avatar
      fix timelines visual specs flakes (#24342) · 63e54d23
      Aleksandr Lesnenko authored
      * fix timelines visual specs flakes
      
      * review
      Unverified
      63e54d23
    • Alexander Polyankin's avatar
    • Anton Kulyk's avatar
      Reimplement action parameters mapping and execution (#25256) · b004665c
      Anton Kulyk authored
      * Only allow action execution for button dash cards
      
      * Add action properties to `DashboardOrderedCard`
      
      * Add `isActionButtonWithMappedAction` helper
      
      * Extract `ActionOptionItem`
      
      * Split `ActionOptions` inner and outer components
      
      * Extract `BaseDashboardOrderedCard` type
      
      * Add `ActionButtonDashboardCard` type
      
      * Export `ClickBehaviorParameterMapping`
      
      * Add data app and writeback test mock factories
      
      * Add new endpoint for action execution
      
      * Use new execution endpoint in `executeRowAction`
      
      * Extend writeback utils
      
      * Pass `action_id` when updating dashboard cards
      
      * Add `updateButtonActionMapping` redux action
      
      * Make `getDataFromClicked` more TypeScript friendly
      
      Setting default argument values makes these args optional in TypeScript
      
      * Add tools to convert parameter mappings
      
      * Show button name in click behavior sidebar
      
      * Update button action and parameters mapping logic
      
      * Pass dashcard to dashboard click object `extraData`
      
      * Add drill executing writeback actions
      
      * Fix `action_id` not passed on adding a button card
      
      * Add vertical space in button config sidebar
      
      * Fix "Unknown" click behavior state
      
      * Fix type
      
      * Add a comment about parameter mapping formats
      
      * Extract `ActionClickMappings` component
      
      * Clean parameter mappings when changing action
      
      * Fix navigation button don't work
      
      * Bring "Perform action" option back
      
      * Fix action option icon
      Unverified
      b004665c
Loading