Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 02, 2022
  2. Mar 01, 2022
  3. Feb 28, 2022
  4. Feb 24, 2022
  5. Feb 23, 2022
  6. Feb 22, 2022
  7. Feb 17, 2022
  8. Feb 16, 2022
  9. Feb 10, 2022
  10. Feb 09, 2022
  11. Feb 08, 2022
  12. Feb 07, 2022
  13. Feb 04, 2022
  14. Feb 03, 2022
    • Cam Saul's avatar
      Fix ambiguous run-query-for-dashcard endpoints (#20139) · 9e327469
      Cam Saul authored
      
      * Rework QP.dashboard to expect dashcard-id
      
      * Update /api/dashboard endpoints
      
      * Rework public endpoints for running queries for Dashcards
      
      * Tweak parameter order for Dashboard endpoints for consistency
      
      * Pulse should pass Dashcard ID
      
      * Embed should pass Dashcard ID
      
      * Unskip cypress test
      
      * Update API documentation
      
      * Update endpoints and pass dashcardId to endpoint fns
      
      * Update cypress tests that reference previous endpoint
      
      * Update placement of pivot in endpoint
      
      * Update another endpoint + more e2e fixes
      
      * update QB to hold onto dashcardId like it does with dashboardId
      
      * Address PR feedback
      
      Co-authored-by: default avatarDalton Johnson <daltojohnso@users.noreply.github.com>
      Unverified
      9e327469
  15. Feb 02, 2022
  16. Feb 01, 2022
  17. Jan 31, 2022
  18. Jan 28, 2022
  19. Jan 27, 2022
  20. Jan 26, 2022
  21. Jan 25, 2022
    • Jeff Evans's avatar
      Apply schema inclusion/exclusion filtering to sql-jdbc drivers (#19651) · b6d542f8
      Jeff Evans authored
      * Apply schema inclusion/exclusion filtering to sql-jdbc drivers
      
      Update `sql-jdbc` namespaces to handle schema inclusion/exclusion patterns when filtering schemas
      
      Add new generic schema inclusion/exclusion test for sql-jdbc drivers that define the property
      
      Update Snowflake and Redshift driver manifests to include schema filtering property
      
      Create `db-details->schema-filter-patterns` util fn to turn DB details into the inclusion/exclusion patterns
      
      Move schema inclusion/exclusion filtering code to new namespace (since it's not strictly used by `:sql-jdbc` derived drivers)
      
      Move existing tests accordingly
      
      Add schema inclusion/exclusion check to the new `filtered-syncable-schemas` multimethod (and updating docstring)
      
      Change `:redshift` impl of `filtered-syncable-schemas` to call the `:sql-jdbc` version instead
      
      Use new multimethod instead for `filtered-syncable-schemas`, and have default impl of `syncable-schemas` call that
      
      Mark `syncable-schemas` as deprecated and include notes on the new method (and update driver markdown file accordingly)
      Unverified
      b6d542f8
  22. Jan 20, 2022
Loading