Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Sep 14, 2022
  2. Sep 13, 2022
  3. Sep 12, 2022
  4. Sep 09, 2022
    • Natalie's avatar
      docs - update timezones (#25339) · f96b5ce6
      Natalie authored
      f96b5ce6
    • 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
      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>
      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
      5d894a0d
Loading