Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Dec 03, 2024
  2. Nov 13, 2024
  3. Nov 12, 2024
  4. Sep 02, 2024
  5. Aug 21, 2024
  6. Aug 20, 2024
  7. Aug 16, 2024
  8. Jul 29, 2024
  9. Jul 11, 2024
    • Phoomparin Mano's avatar
      feat(sdk): support multiple interactive questions by decoupling from query builder reducer (#45133) · 49926e68
      Phoomparin Mano authored
      * create sdk load question
      
      * store question result in sdk context
      
      * remove dataset data type
      
      * update question
      
      * handle navigate to new card
      
      * add loading states
      
      * fix on query change
      
      * update question change logic
      
      * refactor question loading and query params
      
      * fix ad-hoc question in dashboards
      
      * extract useLoadQuestion into a separate hook
      
      * cleanup run question on load
      
      * revert changes in interactive question component
      
      * store original question in the question result state
      
      * turn the question into ad-hoc questions
      
      * refactor run question methods
      
      * add a separate isQueryRunning state for better ux
      
      * isQueryRunning should default to false
      
      * simulate re-running the query in unit tests
      
      * add tests for rendering multiple valid questions
      
      * refactor sync question method
      
      * extract raw series and computed pivot logic
      
      * add getCardAfterVisualizationClick
      
      * separate single and multiple question tests
      
      * fix import paths
      
      * is question native
      
      * pass queryResult instead of queryResults
      
      * temporarily remove checkNotNull for aggregation picker to avoid sdk crash
      49926e68
  10. Jul 09, 2024
    • Denis Berezin's avatar
      feat(sdk): Add Dashboard loading event handlers (#45153) · 51330810
      Denis Berezin authored
      * feat(sdk): Add Dashboard loading event handlers
      
      * Refactor to redux state
      
      * Fix logic with load with cards data
      
      * Fix nasty e2e fails
      
      * Fix nasty e2e fails
      
      * Add global events
      
      * Fix issue with loading event
      
      * Fix issue with loading event
      
      * Review fixes
      
      * Add unit tests
      
      * Fix unit tests
      51330810
  11. Jun 19, 2024
  12. May 31, 2024
  13. May 30, 2024
  14. May 10, 2024
  15. May 03, 2024
  16. Apr 26, 2024
  17. Apr 25, 2024
Loading