Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Nov 13, 2024
  2. Nov 12, 2024
  3. Nov 11, 2024
  4. Nov 10, 2024
  5. Nov 09, 2024
    • Nemanja Glumac's avatar
      Make "Add database" more prominent (#49678) · f9efc212
      Nemanja Glumac authored
      * Remove dead code from browse models page
      
      * Use the grid to control the gap
      
      * Implement "Add database" button
      
      * Add basic unit tests
      
      * Make sure the feature works when there are no databases
      
      * Add analytics to the db list
      
      * Add "Add database" button to the sidebar
      
      * Add E2E Snowplow tests
      
      * Add unit tests
      
      * Deal with authentication in each beforeEeach separately
      
      * Add Snowplow E2E test for a database card
      
      * Slightly tweak the title line height
      Unverified
      f9efc212
    • Chris Truter's avatar
      Deprecate scores from search API response (#49653) · e5f93b07
      Chris Truter authored
      Search currently returns a detailed list of the scores for each item, which is pretty hefty, and the type is also coupled to the current rankers, which will change in future. 
      
      Removing from the type to start to just validate that nothing uses it.
      
      Best to just not model this. Going to see about just removing it from the BE as well, and put in some other way to debug. Worst case an opt-in query parameter.
      Unverified
      e5f93b07
  6. Nov 08, 2024
    • appleby's avatar
      Enable debugUnreturnedConnectionStackTraces in data-warehouse-connection-pool-properties (#49456) · 2aadf71e
      appleby authored
      
      * Add blurb from C3P0 docs to comment for unreturnedConnectionTimeout
      
      * Enable debugUnreturnedConnectionStackTraces in data-warehouse-connection-pool-properties
      
      Closes #47981
      
      * Add defsetting for jdbc-data-warehouse-debug-unreturned-connection-stack-traces
      
      And only enable debugUnreturnedConnectionStackTraces in the C3P0 config if the setting is enabled. There is some
      memory cost to enabling the setting, and since maxPoolSize is user-configurable, it seems safer to disable
      debugUnreturnedConnectionStackTraces by default.
      
      * Add metabase.logger/level-enabled?
      
      * Log a warning if C3P0 logs are not configured correctly to log stack traces
      
      Log a warning if the user enables the jdbc-data-warehouse-debug-unreturned-connection-stack-traces but does not raise
      the log level for the com.mchange package to INFO or higher.
      
      * Add docs for MB_JDBC_DATA_WAREHOUSE_DEBUG_UNRETURNED_CONNECTION_STACK_TRACES
      
      * Improve markdown docs for MB_JDBC_DATA_WAREHOUSE_DEBUG_UNRETURNED_CONNECTION_STACK_TRACES
      
      Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>
      
      ---------
      
      Co-authored-by: default avatarJeff Bruemmer <jeff.bruemmer@gmail.com>
      Unverified
      2aadf71e
    • Case Nelson's avatar
      fix: Handle bigquery string(255) in sync (#49800) · a2a4e7a5
      Case Nelson authored
      Fixes: #49786
      Unverified
      a2a4e7a5
    • adam-james's avatar
      Keep Pivoted Option works in Subscriptions (#49559) · 63ca4c17
      adam-james authored
      
      * Keep Pivoted Option works in Subscriptions
      
      Fixes: #49525
      
      Even though the user could toggle 'Keep data pivoted` in the Sharing Sidebar UI, the setting was not being propagated
      to the backend, so attachments would not be pivoted.
      
      * add a cypress test
      
      * add viz settings to get the pivot working
      
      * fix for linter
      
      * remove eslint ignore
      
      ---------
      
      Co-authored-by: default avatarAleksandr Lesnenko <alxnddr@gmail.com>
      Unverified
      63ca4c17
Loading