Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 29, 2018
  2. May 18, 2018
  3. May 16, 2018
  4. May 14, 2018
  5. May 10, 2018
  6. Apr 27, 2018
  7. Apr 23, 2018
  8. Apr 11, 2018
  9. Apr 04, 2018
  10. Mar 15, 2018
  11. Feb 22, 2018
    • Ryan Senior's avatar
      Add query cancellation support to dataset queries [ci drivers] · 8c674527
      Ryan Senior authored
      This commit adds query cancelling to the generic sql driver, Druid and
      Presto. It cancels the future the query is running in which will
      interrupt the query and allow any query cancellation logic to run. If
      the database doesn't support query cancellation, or the necessary
      information (i.e. query id) isn't available, the code will behave as
      it did before.
      8c674527
    • Ryan Senior's avatar
      Switch sql templates to an instaparse grammar [ci drivers] · 41525f68
      Ryan Senior authored
      This commit switches the SQL template parsing to a formally specified
      EBNF grammar using instaparse. By specifying it in this way, changes
      to the language become more flexible and explicit. This commit also
      adds support for multiple parameters specified in an optional clause
      as it's baked into the grammar.
      
      Fixes #5492
      41525f68
  12. Feb 21, 2018
  13. Feb 12, 2018
  14. Feb 06, 2018
  15. Jan 18, 2018
    • Ryan Senior's avatar
      Switch sql templates to an instaparse grammar · 90fa7bab
      Ryan Senior authored
      This commit switches the SQL template parsing to a formally specified
      EBNF grammar using instaparse. By specifying it in this way, changes
      to the language become more flexible and explicit. This commit also
      adds support for multiple parameters specified in an optional clause
      as it's baked into the grammar.
      
      Fixes #5492
      90fa7bab
  16. Jan 17, 2018
  17. Jan 10, 2018
  18. Jan 05, 2018
  19. Jan 04, 2018
  20. Jan 02, 2018
  21. Dec 26, 2017
  22. Dec 20, 2017
  23. Dec 19, 2017
  24. Dec 01, 2017
    • Ryan Senior's avatar
      Switch to the redshift depndency that doesn't embed the Amazon SDK [ci drivers] · b2a4918a
      Ryan Senior authored
      The Redshift dependency used previously vendors quite a few
      dependencies that we already include in Metabase. By using the
      non-embedded Redshift dependency, we can cut about 8 MB in duplicate
      JARs and classes.
      
      The embedded Amazon SDK dependency also manipulates the classloader in
      a way that triggers warnings on Java 9. This also avoids those warnings.
      b2a4918a
  25. Nov 30, 2017
  26. Nov 14, 2017
  27. Nov 12, 2017
  28. Nov 09, 2017
  29. Nov 07, 2017
  30. Nov 02, 2017
  31. Oct 31, 2017
  32. Oct 30, 2017
Loading