Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 09, 2022
    • Noah Moss's avatar
      Fix issues with postgres PKCS-12 SSL connections (#25299) · 1ead699e
      Noah Moss authored
      * use .p12 file extension for pkcs-12 keys
      
      * test
      
      * fix messed up indentation
      
      * default to empty string ssl password
      
      * address feedback
      
      * fix tests
      Unverified
      1ead699e
    • Cal Herries's avatar
      Add referenced question columns to autocomplete results (#25197) · b0a48491
      Cal Herries authored
      
      * Add an autocomplete completer that gets all the columns for referenced questions
      
      * Tidy up
      
      * Add docstring for WIP
      
      * Add TODOs
      
      * Add endpoint for referenced-cards
      
      * Undo changing comment
      
      * Revert back to returning null
      
      * Update src/metabase/api/card.clj
      
      Co-authored-by: default avatarNgoc Khuat <qn.khuat@gmail.com>
      
      * Add template tag that isn't a card reference to the test
      
      * Make ids follow conventions and tidy
      
      * Remove unused require
      
      * Create e2e test
      
      * Add wait to be sure autocompleter finishes
      
      * Remove referenced-cards endpoint and fetch questions as the user types
      
      * Remove unrelated change
      
      * Filter columns for substring matches only
      
      * Prioritise question columns in autocomplete results
      
      * Fix issue with autocomplete if user doesn't have access to referenced question
      
      * Add useCachedForbiddenError option for withCachedData
      
      * Actually add useCachedForbiddenError
      
      Co-authored-by: default avatarNgoc Khuat <qn.khuat@gmail.com>
      Unverified
      b0a48491
    • Anton Kulyk's avatar
      Implement basic "New App" scaffolding flow (#25295) · 5d894a0d
      Anton Kulyk authored
      * Allow rendering `DataSelector` outside of popover
      
      * Add scaffold endpoint
      
      * Add scaffold action
      
      * Implement scaffolded "New App" flow
      Unverified
      5d894a0d
    • Natalie's avatar
      docs - update docker quick starts (#25332) · 2d620357
      Natalie authored
      Unverified
      2d620357
    • adam-james's avatar
      Respect custom series names in static viz (#25300) · 81f80ee3
      adam-james authored
      * Respect custom series names in static viz
      
      * Remove change that isn't actually necessary
      
      * Revert "Remove change that isn't actually necessary"
      
      This reverts commit 617ff4a9719bd5386bf69651cad696948a1fea7b.
      
      * Remove uneeded change
      
      * Add helper fn
      
      * Add back a change I actually did need... brain fart, oops
      
      * Add a test to make sure the correct :name key is used for series
      
      * Remove unused function
      Unverified
      81f80ee3
    • Gustavo Saiani's avatar
      Unverified
      3ebf8fcf
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Static visualization polish fixes (#25145) · 9cd5a5f8
      Mahatthana (Kelvin) Nomsawadi authored
      * Render ordinal x-axis label 90deg instead of 45deg
      
      * Fix chart grid and x-axis size not equal when having left padding
      
      * Fix X-axis line covered by grid lines
      
      * Update static chart text size to match new designs
      
      * Handle 90deg rotated x-axis tick labels
      
      * Fix timeseries overlapping x-axis tick labels
      
      * Fix typo
      
      * Show data point circle to make reading line charts less confusing
      
      * Render data point circle only on visible data point values + fix types
      
      * Address review
      Unverified
      9cd5a5f8
  2. Sep 08, 2022
  3. 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
    • Anton Kulyk's avatar
      Remove current action execution implementation (#25255) · e9f1f860
      Anton Kulyk authored
      * Remove emitters from dashboard save action
      
      * Remove action exec code based on click-behavior
      
      * Remove `WritebackActionClickBehavior` type
      
      * Remove `WritebackActionEmitter` type
      
      * Don't fetch all actions in `DashboardApp`
      
      * Remove redundant type property
      
      * Extract `isActionButtonCard` helper and fix types
      
      * Use `isActionButtonCard` helper
      
      * Remove emitter parameter helpers
      
      * Move `getActionParameterType` to where its used
      
      * Clean up click behavior from actions notion
      
      * Clean up writeback types
      
      * Temporary remove `ActionParametersInputModal` code
      
      * Remove spoilers
      
      * Temporary disable actions in click behavior sidebar
      
      * Post-rebase fix
      Unverified
      e9f1f860
  4. Sep 06, 2022
Loading