Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 07, 2021
  2. May 06, 2021
    • Ariya Hidayat's avatar
      Basic type inference for custom expression (#15940) · ff7e29cb
      Ariya Hidayat authored
      
      * Make it work with MBQL instead
      
      * Update frontend/test/metabase/lib/expressions/typeinferencer.unit.spec.js
      
      Co-authored-by: default avatarflamber <1447303+flamber@users.noreply.github.com>
      Unverified
      ff7e29cb
    • Jeff Evans's avatar
      Add diagnostic info for connection pools to Help page (#15704) · 9dc522a4
      Jeff Evans authored
      Add diagnostic info for connection pools to Help page
      
      Backend changes:
      Add org.clojure/java.jmx dependency to project.clj for use in JMX bean querying
      To troubleshooting.clj, add some functions to capture details from the c3p0 connection pool beans to a map
      Add new API endpoint to invoke that from util.clj
      Add content-disposition header to API endpoint to make it a download
      
      Frontend changes:
      In the Help page, add a new paragraph below the existing "Diagnostic Info" JSON blob for advanced details, envisioned as a list of download links (which users can then attach to tickets, etc.)
      Unverified
      9dc522a4
    • Ariya Hidayat's avatar
    • Anton Kulyk's avatar
      Fix item picker suggests to select items user does not have write access to (#15613) · 27726dbb
      Anton Kulyk authored
      * Test adding question to dashboard
      
      * Test collections filtering when adding a question
      
      When adding a question to dashboard,
      we need to display collections a user has "write" access to.
      Collection with "read" access have to be hidden
      
      * Fix adding question to dashboard without access
      
      * Add a note about permissions test suite
      
      * Move question permission tests to collection suite
      
      * Revert initial collections filtering
      
      * Fix adding question to dashboard without access
      
      * Remove redundant state field
      
      * Enable #15281 issue repro test
      
      * Remove requireCollectionWritePermission prop
      
      * Filter items user doesn't have `write` access to
      
      * Fix permission tests
      
      * Fix dashboard test
      
      * Fix part of permission tests disabled for nodata user
      
      * Bring back issue reference to Cypress test
      
      * Remove underscore prefixes for component methods
      
      * Test offers saving dashboard to opened collection
      
      *...
      Unverified
      27726dbb
  3. May 05, 2021
  4. May 04, 2021
  5. May 03, 2021
  6. May 02, 2021
  7. May 01, 2021
  8. Apr 30, 2021
  9. Apr 29, 2021
  10. Apr 28, 2021
  11. Apr 27, 2021
Loading